Rename & scheduler stuff

This commit is contained in:
ssimnb 2026-01-24 08:15:08 +01:00
parent 4e40a040dd
commit 0066af13e8
25 changed files with 63 additions and 88 deletions

View file

@ -1,4 +1,4 @@
# SFB/25
# Neobbo
Hobby operating system for the x86_64 architecture written in C. Licensed under GPLv3
@ -10,12 +10,12 @@ Then run `make all` - make sure to adjust the `CC`, `AS` and `LD` flags to match
in the `build` folder you should have a `SFB25.iso` file.
To try out SFB/25 you can use QEMU:
To try out Neobbo you can use QEMU:
`qemu-system-x86_64 build/SFB25.iso -machine q35 -m 512M`
## External projects
- [Limine bootloader](https://github.com/limine-bootloader/limine) for the bootloader
- [Flanterm](https://github.com/mintsuki/flanterm) for the terminal
- [Flanterm](https://codeberg.org/mintsuki/flanterm) for the terminal
- [uACPI](https://github.com/uacpi/uacpi) for the AML interpreter and other ACPI stuff