pc: actually call netconsole()
This commit is contained in:
parent
7134d62ccb
commit
48fa332c61
2 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,7 @@ char* mtrr(uvlong, uvlong, char *);
|
|||
void mtrrclock(void);
|
||||
int mtrrprint(char *, long);
|
||||
void mtrrsync(void);
|
||||
void netconsole(void);
|
||||
uchar nvramread(int);
|
||||
void nvramwrite(int, uchar);
|
||||
void outb(int, int);
|
||||
|
|
|
@ -164,6 +164,7 @@ main(void)
|
|||
}else
|
||||
links();
|
||||
chandevreset();
|
||||
netconsole();
|
||||
pageinit();
|
||||
swapinit();
|
||||
userinit();
|
||||
|
|
Loading…
Reference in a new issue