shithub: riscv

Download patch

ref: 48fa332c61fe037b3f89575c2333df9216652316
parent: 7134d62ccbb32c783de67d26907e4e856c48f29c
author: aiju <devnull@localhost>
date: Thu Jun 1 02:40:05 EDT 2017

pc: actually call netconsole()

--- a/sys/src/9/pc/fns.h
+++ b/sys/src/9/pc/fns.h
@@ -114,6 +114,7 @@
 void	mtrrclock(void);
 int	mtrrprint(char *, long);
 void	mtrrsync(void);
+void	netconsole(void);
 uchar	nvramread(int);
 void	nvramwrite(int, uchar);
 void	outb(int, int);
--- a/sys/src/9/pc/main.c
+++ b/sys/src/9/pc/main.c
@@ -164,6 +164,7 @@
 	}else
 		links();
 	chandevreset();
+	netconsole();
 	pageinit();
 	swapinit();
 	userinit();