This website requires JavaScript.
Explore
Help
Register
Sign In
starnakin
/
42_KFS
Watch
1
Star
0
Fork
0
You've already forked 42_KFS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
719c615c92
42_KFS
/
headers
/
shell.h
7 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
feature: functional shell with help and merdella commands TOOD: reboot, poweroff, echo, color
2024-09-10 14:03:33 -04:00
#
pragma once
#
define PROMPT "> "
feature: shell kb input is now working with interrupts (not clean tho, might need to change it)
2024-10-09 14:26:44 -04:00
void
shell_init
(
void
)
;
void
auto_complete
(
void
)
;
Reference in New Issue
Copy Permalink