comment fixes
This commit is contained in:
parent
94d7e25975
commit
05a7bbe08b
2 changed files with 3 additions and 2 deletions
3
mp.c
3
mp.c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue