From: DeaDDooMER Date: Tue, 25 Sep 2018 23:33:38 +0000 (+0300) Subject: LinkerBin now generate code that initialize section "data" at runtime X-Git-Url: https://deadsoftware.ru/gitweb?p=bmbb.git;a=commitdiff_plain;h=0398a667ccf19c4513db0b729625bd3643799e00 LinkerBin now generate code that initialize section "data" at runtime --- diff --git a/Boot486/1run.sh b/Boot486/1run.sh index 25caf33..d417a65 100755 --- a/Boot486/1run.sh +++ b/Boot486/1run.sh @@ -1,4 +1,4 @@ #!/bin/sh set -e -qemu-system-i386 -s -S -fda ../BlackBox.img +qemu-system-i386 -s -S -serial file:serial.txt -fda ../BlackBox.img diff --git a/Boot486/run.sh b/Boot486/run.sh index 2044e8a..050d7b7 100755 --- a/Boot486/run.sh +++ b/Boot486/run.sh @@ -1,4 +1,4 @@ #!/bin/sh set -e -qemu-system-i386 -s -m 16M -hda ../BlackBox.img -hdb ../minix.img +qemu-system-i386 -s -serial file:serial.txt -m 16M -hda ../BlackBox.img -hdb ../minix.img diff --git a/Dev486/Mod/LinkerBin.odc b/Dev486/Mod/LinkerBin.odc index bbc39e5..84c32d0 100644 Binary files a/Dev486/Mod/LinkerBin.odc and b/Dev486/Mod/LinkerBin.odc differ diff --git a/System/Mod486/Kernel.odc b/System/Mod486/Kernel.odc index e188f91..93711b9 100644 Binary files a/System/Mod486/Kernel.odc and b/System/Mod486/Kernel.odc differ