• Joined on 2024-09-06
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)
0x35c pushed to main at starnakin/42_KFS 2024-10-09 12:03:56 -04:00
e5d7b80ed5 fix: irqs are handled correctly with regs->int_no (and the keyboard handler works)
0x35c pushed to main at starnakin/42_KFS 2024-10-09 11:54:53 -04:00
4fb51d4356 feature: start to implement keyboard handler and better isrs/irqs
0x35c pushed to main at starnakin/42_KFS 2024-10-09 10:23:00 -04:00
0812a06350 core: remove apic.c and unused function in pic.c
0x35c pushed to main at starnakin/42_KFS 2024-10-09 10:16:40 -04:00
1640b2e125 fix: no more looping on some weird input
0x35c pushed to main at starnakin/42_KFS 2024-10-08 17:56:47 -04:00
599de25eec fix: no more random reboot
0x35c pushed to main at starnakin/42_KFS 2024-10-08 04:57:02 -04:00
d348ac109e fix: interrupt handler function uses an array