From e007ba3e7f69880bb01a0401147c2502006b5b6c Mon Sep 17 00:00:00 2001 From: shibedrill Date: Wed, 19 Feb 2025 09:14:03 -0500 Subject: [PATCH] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40868aa..d36a6c3 100644 --- a/README.md +++ b/README.md @@ -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),