banan-os/kernel
Bananymous dcde2ae6b4 Kernel: Reads return 0 bytes read at the end of device
We used to not have any idea if we where already at the end of device.
Also fixed couple of copy-paste errors from read->write
2023-04-01 00:55:07 +03:00
..
arch Kernel/Userspace: Start initial work on userspace and syscalls 2023-03-13 15:32:46 +02:00
font Kernel: Add prefs font for terminal output before file system 2023-02-23 01:22:50 +02:00
include/kernel Kernel: Process gets absolute paths for mount 2023-04-01 00:30:11 +03:00
kernel Kernel: Reads return 0 bytes read at the end of device 2023-04-01 00:55:07 +03:00
userspace Kernel/Userspace: Start initial work on userspace and syscalls 2023-03-13 15:32:46 +02:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
Makefile Kernel: Move DeviceManager to its own file 2023-03-30 22:39:45 +03:00
icxxabi.cpp Kernel: Add some more cxxabi functionality 2023-02-02 15:50:26 +02:00
ubsan.cpp Kernel: Add ubsan 2023-03-06 23:38:05 +02:00