Skip to content
Snippets Groups Projects
Commit 05a7bbe0 authored by rsc's avatar rsc
Browse files

comment fixes

parent 94d7e259
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,8 @@ mp_bcpu(void)
extern void mpmain(void);
#define APBOOTCODE 0x7000 // XXX hack
// Write bootstrap code to unused memory at 0x7000.
#define APBOOTCODE 0x7000
void
mp_startthem(void)
......
......@@ -168,7 +168,7 @@ syscall(void)
break;
default:
cprintf("unknown sys call %d\n", num);
// XXX fault
// Maybe kill the process?
break;
}
cp->tf->eax = ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment