Fix README

This commit is contained in:
River 2025-02-19 09:14:03 -05:00
parent f487ec2c0b
commit e007ba3e7f
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2

View File

@ -42,11 +42,11 @@ Then run `make` to invoke the [Makefile](Makefile).
- `make iso`: Builds the bootable ISO with Limine installed.
- `make run`: Builds the ISO and boots it in QEMU.
TODO: This build setup is not compatible with anything other than `x86_64`.
You can install all these dependencies automatically by using `nix-shell` and
supplying [shell.nix](shell.nix) as an argument.
TODO: The dockerfile is kinda broken and display forwarding does not work.
## Credits
The linker script stuff is from [limine-rust-template](https://github.com/jasondyoungberg/limine-rust-template),