Initial commit
This commit is contained in:
commit
cbc51f523e
125 changed files with 34817 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# SFB/25
|
||||
|
||||
Hobby operating system for the x86_64 architecture written in C. Licensed under GPLv3
|
||||
|
||||
## How to build
|
||||
|
||||
First run `make dependencies` to clone and build Limine and Flanterm
|
||||
|
||||
Then run `make all` - make sure to adjust the `CC`, `AS` and `LD` flags to match your cross-compiling toolchain
|
||||
|
||||
in the `build` folder you should have a `SFB25.iso` file.
|
||||
|
||||
To try out SFB/25 you can use QEMU:
|
||||
|
||||
`qemu-system-x86_64 build/SFB25.iso -m 512M`
|
||||
|
||||
## External projects
|
||||
|
||||
- [Limine bootloader](https://github.com/limine-bootloader/limine) for the bootloader
|
||||
- [Flanterm](https://github.com/mintsuki/flanterm) for the terminal
|
||||
- [uACPI](https://github.com/uacpi/uacpi) for the AML interpreter and other ACPI stuff
|
||||
Loading…
Add table
Add a link
Reference in a new issue