Commit graph

5 commits

Author SHA1 Message Date
d0p1 🏳️‍⚧️ a9fec6e18c feat: setup paging and map kernel to higher half
Kernel is now at 0xC0100000, but still we use 4MiB pages, instruction like 'invlpg' which are invalid for cpu prior to 486, and we don't ensure multiboot structures are mapped. Still lot of work
2023-07-12 13:31:08 +02:00
d0p1 🏳️‍⚧️ 5cccfa22d4 feat(kernel): WIP higher half kernel 2023-07-02 16:52:25 +02:00
d0p1 🏳️‍⚧️ 459a4b0b2a feat: setup bitmap for physical allocator 2023-01-24 15:57:14 +01:00
d0p1 🏳️‍⚧️ 5b60e93b97 feat: print available memory 2023-01-20 14:17:11 +01:00
d0p1 🏳️‍⚧️ c9454eb5d3 chore: rewrite from zero 2023-01-15 20:25:39 +01:00