From: Brett Gordon Date: Tue, 21 Feb 2017 19:11:05 +0000 (-0500) Subject: coco3: regress to level 1. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=369426155178d529f417d2eca407d9d88ad03096;p=FUZIX.git coco3: regress to level 1. --- diff --git a/Kernel/platform-coco3/Makefile b/Kernel/platform-coco3/Makefile index 90fa9537..d3ab94c0 100644 --- a/Kernel/platform-coco3/Makefile +++ b/Kernel/platform-coco3/Makefile @@ -61,8 +61,7 @@ image: ../syscall_fs3.o \ ../usermem_std-6809.o devtty.o libc.o ../vt.o usermem_gime.o video.o \ videoll.o dwtime.o \ - ../level2.o ../syscall_level2.o ../select.o ../syscall_net.o \ - net_native.o + ../syscall_net.o net_native.o boot.bin: boot/boot.s lwasm -lboot.list -oboot.bin boot/boot.s diff --git a/Kernel/platform-coco3/config.h b/Kernel/platform-coco3/config.h index 83dd2e0d..8f09cabd 100644 --- a/Kernel/platform-coco3/config.h +++ b/Kernel/platform-coco3/config.h @@ -93,7 +93,7 @@ extern unsigned char vt_map( unsigned char c ); #define CONFIG_DWTIME_INTERVAL 10 /* time between dw timer polls in secs */ /* Level 2 groups, coredumps, network */ -#define CONFIG_LEVEL_2 +#undef CONFIG_LEVEL_2 #define CONFIG_NET #define CONFIG_NET_NATIVE