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
/
kernel
/
vfs
/
root.c
Age
Commit message (
Expand
)
Author
2022-04-11
kernel/rootvfs: don't overread from ps2/serial
dzwdz
2022-04-10
kernel/i386: rewrite the serial driver to wait for IRQ
dzwdz
2022-04-10
kernel: idle process
dzwdz
2022-04-07
kernel: remove the `/tty` device
dzwdz
2022-04-07
kernel: add a /com1 device
dzwdz
2022-03-30
kernel: remove the keyboard driver, add a `/ps2` device
dzwdz
2022-03-27
kernel/vfs: partial ATA drive support
dzwdz
2022-03-27
kernel/vfs: `/vga` node
dzwdz
2021-11-14
kernel/vfs: slightly tidy up the root driver
dzwdz
2021-11-14
shared: use a single implementation of mem* functions everywhere
dzwdz
2021-11-14
kernel/vfs: allow reading the root directory
dzwdz
2021-10-03
vfs_root_handler: correct the panic type to invalid state
dzwdz
2021-10-02
implement serial/tty input
dzwdz
2021-09-20
create a few specialized panic()s
dzwdz
2021-09-18
merge `kernel/types.h` and `init/types.h`
dzwdz
2021-09-12
vfs_request refactor pt2
dzwdz
2021-09-12
vfs request refactor pt1
dzwdz
2021-09-05
move most of the memory stuff to kernel/mem/
dzwdz
2021-09-05
root vfs: implement writing to /tty
dzwdz
2021-09-04
new vfs impl pt. 1: implement open()
dzwdz