1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 12:08:46 +10:00
collapseos/tools/emul/shell
Virgil Dupras 2e8af376e3 pgm: new kernel module
The pgm module implements a shell hook so that when an unknown command
is typed, we look into the mounted filesystem and look for a file with
the same name as the command. If we find one, we load it in memory and
run it.
2019-05-31 14:54:15 -04:00
..
shell_.asm pgm: new kernel module 2019-05-31 14:54:15 -04:00
shell.c tools/emul/shell: add debug output 2019-05-30 14:55:16 -04:00