Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM Stub method signature set_debug_traps mismatch with README #2

Open
zachbryant opened this issue Aug 22, 2019 · 1 comment
Open

Comments

@zachbryant
Copy link

zachbryant commented Aug 22, 2019

The readme recommends using void set_debug_traps(void) while the ARM stub defines the method as void set_debug_traps(int n, void *p). What are n and p, and how can we properly initialize Xinu for xkdb?

@ammaraskar
Copy link
Member

Good catch, unfortunately the ARM stub isn't very well tested. I don't recall if it was ever in a finished state. If you can, try using the galielo/x86/i386 version for now. I'll look into fixing the ARM stub tonight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants