Get rid of the blank page in picirq.c. It misaligs things now.
This commit is contained in:
parent
79cd8b3eed
commit
5bf11c50b5
2 changed files with 2 additions and 29 deletions
29
picirq.c
29
picirq.c
|
@ -82,32 +82,3 @@ picinit(void)
|
|||
if(irqmask != 0xFFFF)
|
||||
picsetmask(irqmask);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Blank page.
|
||||
|
|
|
@ -70,6 +70,7 @@ odd: vm.c
|
|||
# fs.h either
|
||||
# fsvar.h either
|
||||
left: ide.c
|
||||
even: ide.c
|
||||
# odd: bio.c
|
||||
odd: fs.c # VERY important
|
||||
# file.c either
|
||||
|
@ -79,5 +80,6 @@ odd: fs.c # VERY important
|
|||
# even: pipe.c # mild preference
|
||||
# string.c either
|
||||
left: kbd.h
|
||||
even: kbd.h
|
||||
even: console.c
|
||||
odd: sh.c
|
||||
|
|
Loading…
Reference in a new issue