From fe99ea09fe9d2a518b43dfda58da79842eda67af Mon Sep 17 00:00:00 2001 From: andromeda Date: Thu, 5 Mar 2026 20:32:55 +0100 Subject: add kernel stuff, idt, welcome message --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 52a1395..fabc1d9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Call me Terry Davis because... actually please don't. I have visions: aspirations, not hallucinations :p + # bootle hobby kernel written in rust. It's just for playing around... for now :p @@ -16,11 +18,18 @@ run with `nix run git+https://git.mtgmonkey.net/andromeda/bootler#bootler` +------ 0x00100000 ------+ | hardware, bios stuff | +------ 0x00080000 ------+ -| free | +| | +| | +------ 0x00010200 ------+ -| kernel (kernel.asm) | +| x86_64 kernel | +------ 0x00010000 ------+ -| free | +| | +| | ++------ 0x00009000 ------+ +| IDT | ++------ 0x00008000 ------+ +| | +| | +------ 0x00007E00 ------+ | bootloader (boot.asm) | +------ 0x00007C00 ------+ @@ -34,7 +43,8 @@ run with `nix run git+https://git.mtgmonkey.net/andromeda/bootler#bootler` +------ 0x00002000 ------+ | PML4T | +------ 0x00001000 ------+ -| free | +| | +| | +------ 0x00000500 ------+ | bios stuff | +------ 0x00000000 ------+ -- cgit v1.3.1