summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-05-02 12:37:11 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-05-02 12:37:11 +0200
commit7d9e28ff7c8bb1ffa5f1f85aee27055400bb8b74 (patch)
tree25285f79fe6e378c4823ebce371931d851c25ee1
parentbf8970efb638a05a443a2e5c84978e9277c5ec71 (diff)
downloadwww-andreasbaumann-cc-7d9e28ff7c8bb1ffa5f1f85aee27055400bb8b74.tar.gz
www-andreasbaumann-cc-7d9e28ff7c8bb1ffa5f1f85aee27055400bb8b74.tar.bz2
added a hardware placeholder for Book8088
-rw-r--r--content/hardware/_index.md1
-rw-r--r--content/hardware/book8088-status-todos.md14
-rw-r--r--content/hardware/book8088.md15
-rw-r--r--static/images/hardware/book8088/book8088.jpgbin0 -> 168798 bytes
4 files changed, 30 insertions, 0 deletions
diff --git a/content/hardware/_index.md b/content/hardware/_index.md
index c6475dc..119db0b 100644
--- a/content/hardware/_index.md
+++ b/content/hardware/_index.md
@@ -5,5 +5,6 @@ title = "Hardware"
A (not so curated) list of old hardware I own:
- [IMC-2001](/hardware/imc-2001): Taiwanese Apple \]\[ / CP/M clone
+- [Book8088](/hardware/book8088): Modern 8088 XT-stype laptop PC
diff --git a/content/hardware/book8088-status-todos.md b/content/hardware/book8088-status-todos.md
new file mode 100644
index 0000000..7bc571f
--- /dev/null
+++ b/content/hardware/book8088-status-todos.md
@@ -0,0 +1,14 @@
++++
+title = "Book8088 Status and Todo List"
++++
+
+# Todos
+
+Trying to fix several issues:
+
+- Minix 2.0.4: has some weird issues around IRQ handling.
+
+# things known to work
+
+- DOS 6.22 with mTCP network stack and a NE2000 Kinston card
+- Booting XT-IDE serially with DOS image
diff --git a/content/hardware/book8088.md b/content/hardware/book8088.md
new file mode 100644
index 0000000..c183a77
--- /dev/null
+++ b/content/hardware/book8088.md
@@ -0,0 +1,15 @@
++++
+title = "Book 8088"
++++
+
+{{< figure src="/images/hardware/book8088/book8088.jpg" alt="Book8088" >}}
+
+This is a modern clone of a IBM PC (XT), with a NEC V20 CPU, compact flash,
+VGA graphics, serial and parallel connector and a USB connector (which mainly
+serves as mass storage device).
+
+It runs the [8088 BIOS](https://github.com/skiselev/8088_bios) not the Chinese
+pirated one. This also includes the [XT-IDE](https://www.xtideuniversalbios.org/)
+disk BIOS for the compact flash or serial disk drive.
+
+- [Status and Todos](/hardware/book8088-status-todos)
diff --git a/static/images/hardware/book8088/book8088.jpg b/static/images/hardware/book8088/book8088.jpg
new file mode 100644
index 0000000..ba8f883
--- /dev/null
+++ b/static/images/hardware/book8088/book8088.jpg
Binary files differ