index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init
/
shell.c
Age
Commit message (
Expand
)
Author
2022-05-01
init/libc: libc_file wrapper over the raw syscalls
dzwdz
2022-05-01
init/cat: read files until EOF
dzwdz
2022-04-07
init: two concurrent shells - serial & vga/ps2
dzwdz
2022-03-27
init/shell: hexdump
dzwdz
2022-03-27
kernel/vfs: partial ATA drive support
dzwdz
2022-03-26
init/shell: minor usability tweaks to `ls`
dzwdz
2021-11-09
init/shell: implement ls
dzwdz
2021-10-21
init/shell: add a `shadow` command for null mounts
dzwdz
2021-10-21
init/shell: add a `catall` cmd - works like the old fs test
dzwdz
2021-10-21
init/shell: fix crash when cat is ran without arguments
dzwdz
2021-10-15
init: only run tests when prompted from the shell
dzwdz
2021-10-15
init/readline: stop reading on \n
dzwdz
2021-10-13
init/shell: show the current "fork depth" in the prompt
dzwdz
2021-10-13
init/shell: add the fork command
dzwdz
2021-10-13
init/shell: implement the `exit` command
dzwdz
2021-10-10
init: move __tty_fd to the stdlib, add the underscores to its name
dzwdz
2021-10-10
init/shell: implement a half-broken cat
dzwdz
2021-10-10
init/shell: implement the echo command
dzwdz
2021-10-10
init/shell: basic argument splitting
dzwdz
2021-10-10
init/shell: basic readline()
dzwdz