z80pack: switch over to net_native so we can begin debugging it
authorAlan Cox <alan@linux.intel.com>
Sat, 20 Feb 2016 20:33:15 +0000 (20:33 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 20 Feb 2016 20:33:15 +0000 (20:33 +0000)
Kernel/platform-z80pack/Makefile
Kernel/platform-z80pack/fuzix.lnk
Kernel/platform-z80pack/main.c

index 6204f81..53fcf1b 100644 (file)
@@ -1,6 +1,7 @@
 
 DSRCS = ../dev/z80pack/devlpr.c ../dev/z80pack/devtty.c ../dev/z80pack/devfd.c ../dev/z80pack/devrtc.c ../dev/z80pack/devatsim.c
-NSRCS = ../dev/net/net_at.c
+#NSRCS = ../dev/net/net_at.c
+NSRCS = ../dev/net/net_native.c
 CSRCS += devices.c main.c
 
 ASRCS = crt0.s z80pack.s
index 525d44a..5f9ab3e 100644 (file)
@@ -40,6 +40,5 @@ level2.rel
 syscall_level2.rel
 syscall_net.rel
 select.rel
-platform-z80pack/devatsim.rel
-platform-z80pack/net_at.rel
+platform-z80pack/net_native.rel
 -e
index c7a4cf6..f452e54 100644 (file)
@@ -28,7 +28,7 @@ void platform_interrupt(void)
 {
  tty_pollirq();
  timer_interrupt();
- netat_poll();
+// netat_poll();
 }
 
 /* Nothing to do for the map of init */