comment nits
This commit is contained in:
parent
af9abaca05
commit
27a669ef25
4 changed files with 23 additions and 19 deletions
|
|
@ -54,8 +54,9 @@ start()
|
|||
asm volatile("mret");
|
||||
}
|
||||
|
||||
// set up to receive timer interrupts in machine mode,
|
||||
// which arrive at timervec in kernelvec.S,
|
||||
// arrange to receive timer interrupts.
|
||||
// they will arrive in machine mode at
|
||||
// at timervec in kernelvec.S,
|
||||
// which turns them into software interrupts for
|
||||
// devintr() in trap.c.
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue