Go to file
Bananymous 762d22ed28 Kernel: Move ATADevice to its own file from ATAController
The API is kinda weird since device reads/writes go from
ATADevice -> ATAController -> ATADevice
but this is for now atleast necessary since ATAController has(?)
to keep all devices from using the disks at the same time
2023-04-02 18:26:19 +03:00
BAN BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
base BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
kernel Kernel: Move ATADevice to its own file from ATAController 2023-04-02 18:26:19 +03:00
libc BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
.gitignore BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
CMakeLists.txt BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
README.md Create README.md 2023-03-18 04:05:59 +02:00
bochs.sh BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
image-full.sh BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
image.sh BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
install-usb.sh Build: install-usb now prints write size correctly in MiB 2023-03-08 02:41:44 +02:00
linecount.sh Scipts: linecount doesn't count lines in build/ 2023-04-02 04:09:54 +03:00
qemu.sh BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00

README.md

banan-os

My hobby operating system. Currently runs on x86 32 and 64 bit cpus.