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);
|
void mtrrclock(void);
|
||||||
int mtrrprint(char *, long);
|
int mtrrprint(char *, long);
|
||||||
void mtrrsync(void);
|
void mtrrsync(void);
|
||||||
|
void netconsole(void);
|
||||||
uchar nvramread(int);
|
uchar nvramread(int);
|
||||||
void nvramwrite(int, uchar);
|
void nvramwrite(int, uchar);
|
||||||
void outb(int, int);
|
void outb(int, int);
|
||||||
|
|
|
@ -164,6 +164,7 @@ main(void)
|
||||||
}else
|
}else
|
||||||
links();
|
links();
|
||||||
chandevreset();
|
chandevreset();
|
||||||
|
netconsole();
|
||||||
pageinit();
|
pageinit();
|
||||||
swapinit();
|
swapinit();
|
||||||
userinit();
|
userinit();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue