elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

Commit diff

Commit bf36f1b26e18948c681a8a9e2f48c8175a45f09
commit bf36f1b26e18948c681a8a9e2f48c8175a45f095
Author: Greg Haerr <greg@censoft.com>
Date:   Wed Mar 18 15:22:43 2026 -0700

    [build] Fixes for buildimages.sh master image builder; Reduce size of rom-8088.bin
---
 buildimages.sh        | 5 +++++
 emu86-rom-full.config | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/buildimages.sh b/buildimages.sh
index aed9e5b1..ce2fd129 100755
--- a/buildimages.sh
+++ b/buildimages.sh
@@ -14,6 +14,7 @@ cleanup()
     rm -f elkscmd/sys_utils/meminfo.o
     rm -f elkscmd/sys_utils/beep.o
     rm -f elkscmd/basic/*.o
+    rm -f elkscmd/romprg/*.o
 }
 
 # build PC-98 versions
@@ -90,6 +91,7 @@ build_rom_swan()
     cp swan.config .config
     make
     mv image/rom.wsc image/rom-swan.wsc
+    rm -f image/romfs.bin
 }
 
 # build IBM PC versions
@@ -105,6 +107,8 @@ build_ibm_fast()
     cleanup
     cp ibmpc-1440-nc.config .config
     make
+    ./buildext.sh all
+    make
 }
 
 build_ibm_all()
@@ -129,6 +133,7 @@ fi
 
 # full (re)build including C library and all applications
 make clean
+build_ibm_fast
 build_pc98
 build_pc98_1200
 build_pc98_1440
diff --git a/emu86-rom-full.config b/emu86-rom-full.config
index 472c6423..26c9f5e9 100644
--- a/emu86-rom-full.config
+++ b/emu86-rom-full.config
@@ -53,7 +53,7 @@ CONFIG_ROM_CHECKSUM_SIZE=64
 #
 
 CONFIG_SOCKET=y
-CONFIG_INET=y
+# CONFIG_INET is not set
 # CONFIG_UNIX is not set
 
 #