runoff
This commit is contained in:
parent
1a89baa7c6
commit
eae04163a7
2 changed files with 6 additions and 5 deletions
|
@ -62,12 +62,13 @@ lapic.c
|
||||||
ioapic.c
|
ioapic.c
|
||||||
picirq.c
|
picirq.c
|
||||||
kbd.h
|
kbd.h
|
||||||
|
kbd.c
|
||||||
console.c
|
console.c
|
||||||
8253pit.c
|
8253pit.c
|
||||||
|
|
||||||
|
# user-level
|
||||||
|
usys.S
|
||||||
|
sh.c
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -46,5 +46,5 @@ odd: fs.c # VERY important
|
||||||
|
|
||||||
even: pipe.c # mild preference
|
even: pipe.c # mild preference
|
||||||
# string.c either
|
# string.c either
|
||||||
# even: console.c
|
even: console.c
|
||||||
|
odd: sh.c
|
||||||
|
|
Loading…
Reference in a new issue