Commit Graph

20 Commits

Author SHA1 Message Date
da804296c6 fix: memory: protect kernel code 2024-11-26 12:43:09 +01:00
3bc05604db fix: start frame allocator after kernel code 2024-11-20 01:51:07 +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
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
ff058d0ae1 fix: memory: use rigth index and addr, add page to pt before write it 2024-10-29 15:17:59 +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
55037b75fa fix: change the pte to use a bitmask operation (still crashes but later) 2024-10-18 15:38:36 +02:00
7128f2640a wip: memory change 2024-10-18 14:45:37 +02:00
9e85807a09 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 2024-10-17 16:11:40 +02:00
a66f9174f4 feature: both physical and virtual allocators should be done 2024-09-26 16:18:06 +02:00
943f2beab9 feature: kmalloc kfree and krealloc are good 2024-09-21 12:17:27 +02:00
4cc1dba5f9 feature: kfree_alloc is now working (uncomment a free in the main to prove) 2024-09-19 17:39:14 +02:00
f559e71433 feature: kalloc_frame and demo in the main 2024-09-19 17:04:35 +02:00
ddf3cfff68 feature: enable paging and load page directory 2024-09-18 17:14:06 +02:00