DEADSOFTWARE

Added simple ATA PIO read only driver
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Fri, 17 Aug 2018 14:38:44 +0000 (17:38 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Fri, 17 Aug 2018 14:38:44 +0000 (17:38 +0300)
Boot486/2run.sh
Boot486/dis.sh
Boot486/dis32.sh [new file with mode: 0755]
Boot486/kdis.sh
Boot486/run.sh
Docu486/Build-Tool.odc
Host/Mod486/Disk.odc [new file with mode: 0644]
Host/Mod486/Shell.odc

index f36443ca8ed27ed7c5f7f7299c8945284c6609d3..8a26c50b8d975c5e52b41e1522b77833a2204a42 100755 (executable)
@@ -1,11 +1,18 @@
 #!/bin/sh
 
 #bochs -q 'boot:a' 'floppya: 1_44=../BlackBox.img, status=inserted'
-#bochs -q 'boot:c' 'ata0-master: type=disk, path="boot.bin", mode=flat'
 #bochs -q 'boot:c' 'ata0-master: type=disk, path="boot.bin", mode=flat' 'display_library: x, options="gui_debug"' 2> bochs.log
+
+#bochs -q \
+#      'boot:a' \
+#      'floppya: 1_44=boot.bin, status=inserted' \
+#      'display_library: x, options="gui_debug"' \
+#      'com1: enabled=1, mode=file, dev=serial.txt' \
+#      2> bochs.log
+
 bochs -q \
-       'boot:a' \
-       'floppya: 1_44=boot.bin, status=inserted' \
-       'display_library: x, options="gui_debug"' \
+       'boot:c' \
+       'ata0-master: type=disk, path="../BlackBox.img", mode=flat' \
        'com1: enabled=1, mode=file, dev=serial.txt' \
-2> bochs.log
+       'display_library: x, options="gui_debug"' \
+       2> bochs.log
index fa9dee1c82d894ada6c14f17c39e614da15037d8..1217ca80fba5bbc9f45768d96e6ad9baca270f63 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 set -e
-objdump -b binary -m i8086 -D boot.bin | less
+objdump -b binary -m i8086 -D ../BlackBox.img | less
diff --git a/Boot486/dis32.sh b/Boot486/dis32.sh
new file mode 100755 (executable)
index 0000000..9de8200
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+set -e
+objdump -b binary -m i386 -D ../BlackBox.img | less
index 1b491a6389278384851f0ea914a5551676a599fa..f660c7d8338fe30847fa9be53635e6a26b2b32c9 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 set -e
-objdump -b binary -m i386 -D ../../Kernel.bin | less
+objdump -b binary -m i386 -D ../BlackBox.bin | less
index 6a315f7e1ccf863bee58cec2d5d2862efcdc044b..a9c515f1adf4b9bcf6a7b4ed1074d22409156a36 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 set -e
-qemu-system-i386 -s -m 1G -fda ../BlackBox.img
+qemu-system-i386 -s -m 1G -hda ../BlackBox.img
index 6be0c2ff8ae46a575730143ca21acdabb141c4a2..3d3dab95e5bd961aac9fadd3f8fdfd42e6d9f5f5 100644 (file)
Binary files a/Docu486/Build-Tool.odc and b/Docu486/Build-Tool.odc differ
diff --git a/Host/Mod486/Disk.odc b/Host/Mod486/Disk.odc
new file mode 100644 (file)
index 0000000..d6ea604
Binary files /dev/null and b/Host/Mod486/Disk.odc differ
index f8defd5dde359b10b5f8e3e1f75c229820521715..961c52d5b4a739cd2f15a60b78e9b1d38e6d8543 100644 (file)
Binary files a/Host/Mod486/Shell.odc and b/Host/Mod486/Shell.odc differ