Commit Graph

26 Commits

Author SHA1 Message Date
3b798e5daa core: remove bozo typedef for types 2025-02-07 12:35:32 +01:00
d7626df19c core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
94b2fa340c fix: check if zone is not null before explore it 2024-11-20 16:26:01 +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
d8d31d959f fix: ssp is now enabled and it no longer crashes with several prints (so far) 2024-11-16 14:56:05 +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
5fccbf3708 feature: memory limit with multiboot (wip, still crashing) 2024-11-07 13:45:29 +01:00
6533334824 fix: free: use the new pt system 2024-10-30 21:26:00 +01:00
5fba376e2f clean: remove print 2024-10-29 15:18:08 +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
579b9ed349 opti: memory: for loop stop iterate when not enough block is available 2024-10-18 15:41:55 +02:00
7128f2640a wip: memory change 2024-10-18 14:45:37 +02:00
577d6c97ec warning: mismatched types on a variable 2024-10-15 10:57:15 +02:00
5f075a9090 fix: simplify code and start frame at 1 instead of 0 for the NULL 2024-10-15 01:31:53 +02:00
9855669662 fix: gdt init no longer crashes
WIP: change page directory and stuff so the memory can work properly
2024-10-14 23:36:41 +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
2e41858c77 feature: log level on kprintf (color)
fix: kprintf now uses concatenated strings for the flag
2024-09-20 12:40:36 +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
5ebf8ac6ab fix: update frame count when allocating some 2024-09-19 17:16:45 +02:00
f559e71433 feature: kalloc_frame and demo in the main 2024-09-19 17:04:35 +02:00