42_KFS/src
2025-02-07 11:29:39 +01:00
..
debug Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 2024-10-17 16:11:40 +02:00
drivers wip: fork and wait are almost working (missing child's stack) 2025-01-28 15:44:09 +01:00
gdt core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
interrupt core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
kprint core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
memory core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
multitasking fix: do not edit task if it's the current 2025-02-07 11:29:39 +01:00
power core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
rtc core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
shell core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
terminal core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
boot.s fix: skip in the header to have good addresses 2024-12-03 12:03:28 +01:00
kernel.c wip: multitasking: add status forked 2025-02-03 13:11:38 +01:00
kpanic.c fix: kpanic print address of the fault only when page fault occured 2025-02-04 11:57:43 +01:00
multiboot.c core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
ssp.c clean: add '\n' 2025-02-04 11:57:54 +01:00