comment fixes

This commit is contained in:
rsc 2006-09-07 13:07:52 +00:00
parent 94d7e25975
commit 05a7bbe08b
2 changed files with 3 additions and 2 deletions

3
mp.c
View file

@ -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)

View file

@ -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;