Update README.md

Alphons van der Heijden <alphons@heijden.com> 10 Feb 2023, 19:57
81b76e245ba3b24a276dddcd9768d3d169414a3e
1 files changed
  • README.md
diff --git a/README.md b/README.md
index cef079b..078c743 100644
--- a/README.md
+++ b/README.md
@@ -143,3 +143,16 @@ Rebooting in 60 seconds.
```
This simply means, give it more RAM !!!
+
+# Decoding disk
+
+This is experimental, distil the kernel and initrd.gz from the bootdisk
+Trying this by looking for the MAGIC gz header on start of sectors. (sort of)
+
+```
+./build.sh /tmp/bootdisk /tmp
+
+write: /tmp/kernel
+write: /tmp/initrd.gz
+```
+