diff --git a/README.MD b/README.MD index e439311..734cc01 100644 Binary files a/README.MD and b/README.MD differ diff --git a/make.sh b/make.sh index c63dcfc..634034b 100755 --- a/make.sh +++ b/make.sh @@ -24,7 +24,6 @@ if [ "$1" = "-1440" ] mkfs.fat -C EttinOS.img 360 1>/dev/null mkfs.fat -C EttinOS-src.img 360 1>/dev/null fi -mlabel -i EttinOS-src.img ::ETTINOS-SRC if which rw > /dev/null 2>&1 then rw -i bin/BOOT.BIN -o EttinOS.img -b 512 -c 1x diff --git a/src/BOOT.ASM b/src/BOOT.ASM index d654db9..8fea744 100644 Binary files a/src/BOOT.ASM and b/src/BOOT.ASM differ diff --git a/src/LIST.ASM b/src/LIST.ASM index 8992c88..d2140f0 100644 Binary files a/src/LIST.ASM and b/src/LIST.ASM differ diff --git a/src/LOADF.INC b/src/LOADF.INC index a019bfb..1e57832 100644 Binary files a/src/LOADF.INC and b/src/LOADF.INC differ diff --git a/src/SYSTEM.ASM b/src/SYSTEM.ASM index d53938a..43fd728 100644 Binary files a/src/SYSTEM.ASM and b/src/SYSTEM.ASM differ diff --git a/src/TYPE.ASM b/src/TYPE.ASM index 6b7fa2f..ea6bd14 100644 Binary files a/src/TYPE.ASM and b/src/TYPE.ASM differ