no more PAGEBREAK

This commit is contained in:
Robert Morris 2019-07-24 13:33:43 -04:00
parent b4f89bb529
commit a77287e924
11 changed files with 7 additions and 30 deletions

View file

@ -101,7 +101,6 @@ void pipeclose(struct pipe*, int);
int piperead(struct pipe*, uint64, int);
int pipewrite(struct pipe*, uint64, int);
//PAGEBREAK: 16
// proc.c
int cpuid(void);
void exit(void);