Stage #1 of moving the NC200 stuff into the amstradnc directory.
authorDavid Given <dg@cowlark.com>
Sat, 21 Apr 2018 13:57:47 +0000 (15:57 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 21 Apr 2018 13:57:47 +0000 (15:57 +0200)
Kernel/platform-amstradnc/README
Kernel/platform-amstradnc/nc200/Makefile [moved from Kernel/platform-nc200/Makefile with 84% similarity]
Kernel/platform-amstradnc/nc200/README.md [moved from Kernel/platform-nc200/README.md with 100% similarity]
Kernel/platform-amstradnc/nc200/autoprg.s [moved from Kernel/platform-nc200/autoprg.s with 100% similarity]
Kernel/platform-amstradnc/nc200/floppyskeleton.s [moved from Kernel/platform-nc200/floppyskeleton.s with 100% similarity]
Kernel/platform-amstradnc/nc200/fuzix.lnk [moved from Kernel/platform-nc200/fuzix.lnk with 100% similarity]
Kernel/platform-amstradnc/nc200/kernel.def [moved from Kernel/platform-nc200/kernel.def with 100% similarity]
Kernel/platform-amstradnc/nc200/rules.mk [new file with mode: 0644]
Kernel/platform-amstradnc/nc200/target.mk [moved from Kernel/platform-nc200/target.mk with 100% similarity]
Kernel/platform-nc200/rules.mk [deleted file]

index 08709a8..0634b6e 100644 (file)
@@ -3,6 +3,7 @@ Support for the Amstrad NC series of Z80 portable computers.
 Use:
 
     TARGET=amstradnc/nc100 for the NC100
+    TARGET=amstradnc/nc200 for the NC200 (not working yet)
 
 
 Memory map. All off PCMCIA root, 16K arbitrary banks
similarity index 84%
rename from Kernel/platform-nc200/Makefile
rename to Kernel/platform-amstradnc/nc200/Makefile
index c89015e..4fecad1 100644 (file)
@@ -1,17 +1,17 @@
 CSRCS = \
-       ../platform-nc100/devlpr.c \
-       ../platform-nc100/devtty.c \
-       ../platform-nc100/devrd.c \
-       ../platform-nc100/devaudio.c \
-       ../platform-nc100/devgfx.c \
-       ../platform-nc100/devices.c \
-       ../platform-nc100/main.c \
+       ../devlpr.c \
+       ../devtty.c \
+       ../devrd.c \
+       ../devaudio.c \
+       ../devgfx.c \
+       ../devices.c \
+       ../main.c \
 
 ASRCS = \
-       ../platform-nc100/nc100.s \
-       ../platform-nc100/crt0.s \
-       ../platform-nc100/tricks.s \
-       ../platform-nc100/commonmem.s \
+       ../nc100.s \
+       ../crt0.s \
+       ../tricks.s \
+       ../commonmem.s \
 
 COBJS = $(CSRCS:.c=.rel)
 AOBJS = $(ASRCS:.s=.rel)
diff --git a/Kernel/platform-amstradnc/nc200/rules.mk b/Kernel/platform-amstradnc/nc200/rules.mk
new file mode 100644 (file)
index 0000000..33bce4e
--- /dev/null
@@ -0,0 +1 @@
+export CROSS_CCOPTS += -I$(ROOT_DIR)/platform-amstradnc -DCONFIG_NC200
diff --git a/Kernel/platform-nc200/rules.mk b/Kernel/platform-nc200/rules.mk
deleted file mode 100644 (file)
index eaa4fc5..0000000
+++ /dev/null
@@ -1 +0,0 @@
-export CROSS_CCOPTS += -I$(ROOT_DIR)/platform-nc100 -DCONFIG_NC200