• Joined on 2024-09-06
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
0x35c pushed to main at starnakin/42_KFS 2024-10-03 11:01:09 -04:00
14758ff4ea feature: kpanic on interrupts (merdella cmd to test it)
0x35c pushed to main at starnakin/42_KFS 2024-10-03 10:44:25 -04:00
83e513c32f fix: read_reg and write_reg are better now, no more double fault
0x35c pushed to main at starnakin/42_KFS 2024-10-03 09:21:13 -04:00
d6b35a2786 feature: apic is now enabled and the double fault interrupt at boot no longer occurs
0x35c pushed to main at starnakin/42_KFS 2024-10-02 08:21:03 -04:00
9479515685 fix: isr.s not compiling because of movb instruction instead of mov
0x35c pushed to main at starnakin/42_KFS 2024-10-01 14:25:14 -04:00
64a3f6ee0d feature: start to implements isrs
0x35c pushed to main at starnakin/42_KFS 2024-09-27 06:23:32 -04:00
ab702aabe7 fix: date cmd crashed because of the cringe kprintf(0, "[...]") from Camille (bozo)
0x35c pushed to main at starnakin/42_KFS 2024-09-27 06:07:38 -04:00
ed11ec794a fix: nvm strcmp should crash on NULL, color cmd is now protected though
0x35c pushed to main at starnakin/42_KFS 2024-09-27 06:04:19 -04:00
f65d5ce418 fix: strcmp protection with NULL args
0x35c pushed to main at starnakin/42_KFS 2024-09-26 10:18:23 -04:00
a66f9174f4 feature: both physical and virtual allocators should be done
0x35c pushed to main at starnakin/42_KFS 2024-09-25 17:02:25 -04:00
9ade568a64 core: oops forgot to add utils.h
0x35c pushed to main at starnakin/42_KFS 2024-09-25 16:59:16 -04:00
a64262ee13 fix: shell cmds with args where not called the most efficient way and ARRAY_SIZE wasnt right
0x35c pushed to main at starnakin/42_KFS 2024-09-21 19:58:11 -04:00
283f073124 feature: heap command prints the status of the allocator
0x35c pushed to main at starnakin/42_KFS 2024-09-21 06:19:31 -04:00
deca2b9bfc fix: show_alloc_mem() can display detailed info properly
0x35c pushed to main at starnakin/42_KFS 2024-09-21 06:17:48 -04:00
943f2beab9 feature: kmalloc kfree and krealloc are good