• Joined on 2024-09-06
0x35c pushed to main at starnakin/42_KFS 2024-12-03 03:28:41 -05:00
4bd4198293 core: rename vzones to zones
0x35c pushed to main at starnakin/42_KFS 2024-11-19 10:58:10 -05:00
3315d85e0c wip: frame_allocator working pretty good (?)
0x35c pushed to main at starnakin/42_KFS 2024-11-18 09:13:08 -05:00
e8fd6c55eb wip: frame_allocator with multiboot zones
0x35c pushed to main at starnakin/42_KFS 2024-11-16 08:56:49 -05:00
d8d31d959f fix: ssp is now enabled and it no longer crashes with several prints (so far)
0x35c pushed to main at starnakin/42_KFS 2024-11-13 07:33:06 -05:00
09ea386b21 wip: alloc_femmes now uses multiboot memory mapping
0x35c pushed to main at starnakin/42_KFS 2024-11-12 11:14:53 -05:00
11ef629a3a wip: multiboot struct is now in the page directory/page table
0x35c pushed to main at starnakin/42_KFS 2024-11-08 06:45:23 -05:00
3c87632b0c wip: change the C function set_mem_size to asm
0x35c pushed to main at starnakin/42_KFS 2024-11-07 07:45:52 -05:00
5fccbf3708 feature: memory limit with multiboot (wip, still crashing)
0x35c pushed to main at starnakin/42_KFS 2024-10-25 09:11:39 -04:00
a9bfb49bb8 wip: change memory to have access to page_tables and allocate these dynamically
0x35c pushed to main at starnakin/42_KFS 2024-10-21 10:30:05 -04:00
f5147e78f9 wip: page_tables allocation
0x35c pushed to main at starnakin/42_KFS 2024-10-21 07:37:40 -04:00
4337bc11c8 wip: debug memory pages persistency
0x35c pushed to main at starnakin/42_KFS 2024-10-19 17:20:44 -04:00
8c936f6323 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
73b8ffb3b8 wip: memory is almost fixed and working fine (infinite loop on zones linked lists)
Compare 2 commits »
0x35c pushed to main at starnakin/42_KFS 2024-10-18 09:39:05 -04:00
55037b75fa fix: change the pte to use a bitmask operation (still crashes but later)
0x35c pushed to main at starnakin/42_KFS 2024-10-18 08:45:54 -04:00
7128f2640a wip: memory change
0x35c pushed to main at starnakin/42_KFS 2024-10-17 10:11:46 -04:00
9e85807a09 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
049c31193f wip: change the way memory is handled
Compare 2 commits »
0x35c pushed to main at starnakin/42_KFS 2024-10-15 04:57:49 -04:00
577d6c97ec warning: mismatched types on a variable
0x35c pushed to main at starnakin/42_KFS 2024-10-14 17:37:35 -04:00
9855669662 fix: gdt init no longer crashes
0x35c pushed to main at starnakin/42_KFS 2024-10-11 07:11:26 -04:00
41786ea523 feature: add a few helpers fn (is...)
0x35c pushed to main at starnakin/42_KFS 2024-10-09 17:25:43 -04:00
29b59c474d fix: backspace printing + clean a few warnings/junk code
0x35c pushed to main at starnakin/42_KFS 2024-10-09 14:27:20 -04:00
50b1487708 feature: shell kb input is now working with interrupts (not clean tho, might need to change it)