Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-11 | src/memory.c: improve paging code | Anna (navi) Figueiredo Gomes | |
uses untracked memory for paging, avoiding wasting memory by not creating headers for memory that won't ever be freed. also simplify some functions Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | |||
2023-12-25 | initial commit | Anna (navi) Figueiredo Gomes | |
currently with: booted via multiboot 1 protected mode to long mode boostrap code vga used for outputting gdt and idt set up identity paging for the whole memory reported by multiboot pic and ps/2 set up acpi code exists but is broken |