DEADSOFTWARE

LinkerBin now generate code that initialize section "data" at runtime
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Tue, 25 Sep 2018 23:33:38 +0000 (02:33 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Tue, 25 Sep 2018 23:33:38 +0000 (02:33 +0300)
Boot486/1run.sh
Boot486/run.sh
Dev486/Mod/LinkerBin.odc
System/Mod486/Kernel.odc

index 25caf3365c77fcc05cf64bc3909d592057364657..d417a65f7b7b98db74275761e721dedc1b1e7288 100755 (executable)
@@ -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
index 2044e8a4f765f628100457be51b3af0629b980a4..050d7b7c041fcf44c97d766a4a18ced2366eac96 100755 (executable)
@@ -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
index bbc39e5e5a309a34bb55d414b13fef2f749e5774..84c32d085e3358b4f12a858b671dc3db378763e4 100644 (file)
Binary files a/Dev486/Mod/LinkerBin.odc and b/Dev486/Mod/LinkerBin.odc differ
index e188f9158d23795e9c7fbf1f1fc4ea75714f577d..93711b92cca7a1485f99b3f0b1d8963ea55a3cda 100644 (file)
Binary files a/System/Mod486/Kernel.odc and b/System/Mod486/Kernel.odc differ