Commit Graph

22 Commits

Author SHA1 Message Date
2728346711 add: kpanic 2024-09-22 09:54:56 +02:00
283f073124 feature: heap command prints the status of the allocator
kprintf: change KERN_DEFAULT to 0
2024-09-22 01:57:27 +02:00
943f2beab9 feature: kmalloc kfree and krealloc are good 2024-09-21 12:17:27 +02:00
2e41858c77 feature: log level on kprintf (color)
fix: kprintf now uses concatenated strings for the flag
2024-09-20 12:40:36 +02:00
4cc1dba5f9 feature: kfree_alloc is now working (uncomment a free in the main to prove) 2024-09-19 17:39:14 +02:00
5ebf8ac6ab fix: update frame count when allocating some 2024-09-19 17:16:45 +02:00
f559e71433 feature: kalloc_frame and demo in the main 2024-09-19 17:04:35 +02:00
ddf3cfff68 feature: enable paging and load page directory 2024-09-18 17:14:06 +02:00
a02931a165 feature: print_stack working (dont use opti flags, else the stack is broken) 2024-09-17 11:10:41 +02:00
52951c96d5 fix: merdella --credits is better now 2024-09-11 16:25:23 +02:00
365ed0cc2e fix: gdt work I think 2024-09-10 21:38:43 +02:00
15bdb4743a feature: functional shell with help and merdella commands
TOOD: reboot, poweroff, echo, color
2024-09-10 20:03:33 +02:00
0787b1a1fc add: gdt (peut etre y'a un gdt on sait pas) 2024-09-09 18:00:17 +02:00
cf617d6984 feature: multiple screens + cursor move (bug to fix)
style: reorganise code structure
2024-09-08 05:03:50 +02:00
1894987afc Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 2024-09-07 14:37:47 +02:00
446eddf3b7 submodule added 2024-09-07 14:35:52 +02:00
1685f2d0b9 add: print keypressed 2024-09-07 14:18:04 +02:00
7b9a5e0ef7 fix: kprintf now works with multiple arguments 2024-09-07 12:11:38 +02:00
dc47b02078 hello world 2024-09-07 01:46:21 +02:00
ce6d6ca969 use libbozo 2024-09-07 01:44:40 +02:00
a3e5157879 Makefile done and kernel booting 2024-09-07 00:36:03 +02:00
32c01291ad init project structure 2024-09-06 23:36:07 +02:00