• Joined on 2024-09-06
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
0x35c pushed to main at starnakin/42_KFS 2024-09-20 06:41:30 -04:00
0467c45bf0 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
2e41858c77 feature: log level on kprintf (color)
Compare 2 commits »
0x35c pushed to main at starnakin/42_KFS 2024-09-19 11:39:35 -04:00
4cc1dba5f9 feature: kfree_alloc is now working (uncomment a free in the main to prove)
0x35c pushed to main at starnakin/42_KFS 2024-09-19 11:17:07 -04:00
5ebf8ac6ab fix: update frame count when allocating some
0x35c pushed to main at starnakin/42_KFS 2024-09-19 11:04:52 -04:00
f559e71433 feature: kalloc_frame and demo in the main
0x35c pushed to main at starnakin/42_KFS 2024-09-18 18:06:05 -04:00
8fd17276b2 fix: compilation warning for maybe unused variables