summaryrefslogtreecommitdiff
path: root/bootle/README.md
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-30 17:03:36 +0200
committerandromeda <andromeda@lenovo>2026-03-30 17:03:36 +0200
commit7a3e1fc37c7c77221eee61939328ab6822a70426 (patch)
tree5908b75e41e2e96b164e5f97e9f266acd92ec4e0 /bootle/README.md
parentf789d49e8a570db87d49886bb91ed2d8a62a492f (diff)
remove bootle
Diffstat (limited to 'bootle/README.md')
-rw-r--r--bootle/README.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/bootle/README.md b/bootle/README.md
deleted file mode 100644
index da47027..0000000
--- a/bootle/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# bootle
-
-hobby kernel written in rust. It's just for playing around... for now :p
-
-run with `nix run git+https://git.mtgmonkey.net/andromeda/bootler#bootle`
-
-### memory map
-
-```
-+------ 0x00100000 ------+
-| hardware, bios stuff |
-+------ 0x00080000 ------+
-| |
-| |
-+------ 0x00010200 ------+
-| kernel |
-+------ 0x00010000 ------+
-| bootloader stuff |
-| includes stack, gdt, |
-| idt for the time being |
-+------ 0x00000500 ------+
-| bios stuff |
-+------ 0x00000000 ------+
-```
-
----
-
-this project follows [Common Changelog](https://common-changelog.org) guidelines