banan-os/kernel
Bananymous 1abf54d652 Kernel: Fix bug in disk writing
I have used two weeks in locating a bug in my ext2 implementation
while the bug was actually in disk write. If you called write_sectors
on disk it would write the first sector_size bytes repeatedly to all
asked sectors and this corrupted the disk...
2023-09-08 02:43:08 +03:00
..
arch Kernel: Move structures in boot.S to .data section 2023-08-11 00:26:12 +03:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: TTY now reads input byte by byte 2023-09-07 15:06:27 +03:00
kernel Kernel: Fix bug in disk writing 2023-09-08 02:43:08 +03:00
CMakeLists.txt Kernel: Rework whole Terminal structure 2023-09-04 19:34:18 +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