Commit Graph

14 Commits

Author SHA1 Message Date
3a916908ef core: split shell command into individual file and support command arg 2024-09-25 21:31:44 +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
8fd17276b2 fix: compilation warning for maybe unused variables
feature: shell - autocomplete and help menu improved
2024-09-19 00:05:21 +02:00
ef75ad874d add: date cmd to shell 2024-09-18 21:45:18 +02:00
e316910581 feature: clear added to the shell 2024-09-17 13:57:52 +02:00
a02931a165 feature: print_stack working (dont use opti flags, else the stack is broken) 2024-09-17 11:10:41 +02:00
963bf46b62 core: move reboot.c to a general power.c file
feature: halt added
2024-09-11 17:43:18 +02:00
e7a8d39ad7 reboot is done 2024-09-11 16:46:39 +02:00
52951c96d5 fix: merdella --credits is better now 2024-09-11 16:25:23 +02:00
19141e6883 fix: screen switch now works well with the shell and its "history" 2024-09-11 15:51:40 +02:00
15bdb4743a feature: functional shell with help and merdella commands
TOOD: reboot, poweroff, echo, color
2024-09-10 20:03:33 +02:00
232b19666a core: added the shell structure 2024-09-10 12:03:08 +02:00