diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-02-24 15:19:31 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-02-24 15:19:31 +0100 |
| commit | a08957914b955eb08d85e5397403871b5f44f30d (patch) | |
| tree | c5879a119e5ef981e6b6e25129be2cf5bcef5ef0 /Makefile | |
| parent | 2420e3f52b62580af9cdd661fb441733e437daf9 (diff) | |
fix limine configuration
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ iso: $(KERNEL) limine bios-install $(ISO_IMAGE) run: iso - qemu-system-x86_64 -cdrom $(ISO_IMAGE) + qemu-system-x86_64 -cdrom $(ISO_IMAGE) #-vga std -device VGA,edid=on,xres=640,yres=320 clean: rm -vrf $(BUILD_DIR) |