Commit Graph

11 Commits

Author SHA1 Message Date
4a99b82e15 add: backspace work with vbe 2024-12-18 23:56:17 +01:00
50b1487708 feature: shell kb input is now working with interrupts (not clean tho, might need to change it) 2024-10-09 20:26:44 +02:00
3a916908ef core: split shell command into individual file and support command arg 2024-09-25 21:31:44 +02:00
2728346711 add: kpanic 2024-09-22 09:54:56 +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
9b3a6cb5a4 style: clang-format on all files 2024-09-18 22:30:11 +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
15bdb4743a feature: functional shell with help and merdella commands
TOOD: reboot, poweroff, echo, color
2024-09-10 20:03:33 +02:00