banan-os/kernel
Bananymous ee5d02aa70 Kernel: Rewrite basically all current disk io stuff
This is a big commit that was kinda hard to split to smaller ones.

Essentially we now look at all the mass storage devices from PCI
and initialize (P)ATA devices. This doesn't provide any more functionality
but better abstractions and everything doesn't have to be on its old
default port that might be different for modern computers.
2023-02-26 03:00:29 +02:00
..
arch Kernel: Fix prefs font for 32 bit 2023-02-24 03:19:54 +02:00
font Kernel: Add prefs font for terminal output before file system 2023-02-23 01:22:50 +02:00
include/kernel Kernel: Rewrite basically all current disk io stuff 2023-02-26 03:00:29 +02:00
kernel Kernel: Rewrite basically all current disk io stuff 2023-02-26 03:00:29 +02:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
Makefile Kernel: Rewrite basically all current disk io stuff 2023-02-26 03:00:29 +02:00
icxxabi.cpp Kernel: Add some more cxxabi functionality 2023-02-02 15:50:26 +02:00