From 48da622d4ad0b4acfe9005dd318ac3f20b4e8672 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Thu, 22 Jul 2021 21:54:46 +0000 Subject: Big commit changing the way the system is loaded at startup. 1) The loader and system modules are loaded by the C directly into the user module 2) The system module is then loaded with the loader from the user module 3) The loader module is then loaded with the loader from the user module 4) The repl is then loaded with the loader from the loader module 5) The user module is cleared --- mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkfile') diff --git a/mkfile b/mkfile index 812369b..2a1832f 100644 --- a/mkfile +++ b/mkfile @@ -22,7 +22,7 @@ HFILES=dat.h fns.h BIN=/$objtype/bin PROLOGFILES=\ - stdlib.pl\ + system.pl\ repl.pl\ loader.pl -- cgit v1.2.3