Hobby operating system for x86_64
Go to file
Bananymous 4ffc69a6e4 Kernel: TTY buffer is resized on font size change
Shell also has better line wrapping. You still can't visually go
back to previous line, but atleas we now write from the beginning
of the line
2023-03-22 02:09:22 +02:00
BAN BAN: Add wrappers for little/big endian numbers 2023-03-20 19:48:08 +02:00
fonts Kernel: Fonts can now be parsed from the filesystem and set to terminal 2023-02-22 22:29:31 +02:00
kernel Kernel: TTY buffer is resized on font size change 2023-03-22 02:09:22 +02:00
libc LibC: add errno ENOTEMPTY 2023-03-19 05:43:40 +02:00
.gitignore Kernel: Fonts can now be parsed from the filesystem and set to terminal 2023-02-22 22:29:31 +02:00
README.md Create README.md 2023-03-18 04:05:59 +02:00
bochs.sh Buildsystem: Build disk image manually 2023-02-05 18:08:40 +02:00
build.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
clean.sh Buildsystem: Build disk image manually 2023-02-05 18:08:40 +02:00
config.sh BAN: Rename StringView suffix from _sv to sv 2023-03-16 12:15:16 +02:00
default-host.sh Kernel: Change default host to x86_64 2023-01-30 18:53:30 +02:00
disk.sh Kernel: Add basic mounting to VFS. 2023-03-19 05:51:25 +02:00
headers.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
install-usb.sh Build: install-usb now prints write size correctly in MiB 2023-03-08 02:41:44 +02:00
qemu.sh Qemu: add kvm acceleration as option 2023-03-18 03:51:10 +02:00
target-triplet-to-arch.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00

README.md

banan-os

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