Update README.md
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
+```
+