You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
The readme recommends using
void set_debug_traps(void)
while the ARM stub defines the method asvoid set_debug_traps(int n, void *p)
. What aren
andp
, and how can we properly initialize Xinu for xkdb?The text was updated successfully, but these errors were encountered: