Commit Graph

24 Commits

Author SHA1 Message Date
2a281522cf feature: vbe is enabled, drivers for vbe tbd 2024-12-03 13:29:36 +01:00
1352201800 fix: memory memset right size of frame_table 2024-11-28 15:15:32 +01:00
8203b36092 fix: remove imcomplete page 2024-11-26 14:16:24 +01:00
da804296c6 fix: memory: protect kernel code 2024-11-26 12:43:09 +01:00
0c280d971b clean: simplify code 2024-11-20 16:26:33 +01:00
3bc05604db fix: start frame allocator after kernel code 2024-11-20 01:51:07 +01:00
b7dd7761d5 core: (struct frame_zone).addr now represent address without the header 2024-11-20 00:49:31 +01:00
3315d85e0c wip: frame_allocator working pretty good (?)
core: remove physical allocatory
2024-11-19 16:57:19 +01:00
e8fd6c55eb wip: frame_allocator with multiboot zones 2024-11-18 15:12:46 +01:00
20ba985b34 fix: able to read multiboot mmap 2024-11-15 13:35:48 +01:00
09ea386b21 wip: alloc_femmes now uses multiboot memory mapping 2024-11-13 13:32:14 +01:00
1e35f3b710 fix: add init flag 2024-11-12 22:06:39 +01:00
11ef629a3a wip: multiboot struct is now in the page directory/page table 2024-11-12 17:13:36 +01:00
3c87632b0c wip: change the C function set_mem_size to asm 2024-11-08 12:45:00 +01:00
5fccbf3708 feature: memory limit with multiboot (wip, still crashing) 2024-11-07 13:45:29 +01:00
a9bfb49bb8 wip: change memory to have access to page_tables and allocate these dynamically 2024-10-25 15:11:11 +02:00
f5147e78f9 wip: page_tables allocation 2024-10-21 16:29:50 +02:00
4337bc11c8 wip: debug memory pages persistency 2024-10-21 13:36:42 +02:00
7128f2640a wip: memory change 2024-10-18 14:45:37 +02:00
049c31193f wip: change the way memory is handled 2024-10-17 16:10:39 +02:00
fd1086b408 fix: use the boot pt 2024-10-15 10:55:13 +02:00
5fc90ea240 fix: paging with higher half kernel 2024-10-15 00:29:46 +02:00
a66f9174f4 feature: both physical and virtual allocators should be done 2024-09-26 16:18:06 +02:00
ddf3cfff68 feature: enable paging and load page directory 2024-09-18 17:14:06 +02:00