From 369426155178d529f417d2eca407d9d88ad03096 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Tue, 21 Feb 2017 14:11:05 -0500 Subject: [PATCH] coco3: regress to level 1. --- Kernel/platform-coco3/Makefile | 3 +-- Kernel/platform-coco3/config.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 -- 2.34.1