diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2024-03-25 11:24:38 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2024-03-25 11:24:38 +0700 |
| commit | bbac386769210a8ecccba5826cfaf75d431cc2af (patch) | |
| tree | 07e5602ec7c694e2302327de54163280a342d3c1 /makefile | |
| parent | d8a708d4a2c612c348cf7c108a7c1ad683b394d8 (diff) | |
Acpi classes + string operations
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,6 +56,6 @@ clean: rm -rf ./iso/os/kernel.bin run: - qemu-system-x86_64 $(QEMUFLAGS) -cdrom ./$(BDIR)/kernel.iso + qemu-system-i386 $(QEMUFLAGS) -cdrom ./$(BDIR)/kernel.iso all: clean build install run |
