summaryrefslogtreecommitdiffhomepage
path: root/src/boot
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-17 21:11:37 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-17 21:13:22 +0100
commit690e1884f1fcc7128d97efaa64f933eb8f811cfd (patch)
treed974ffee0a7a2b8c5a948d65314711f308c1a7a2 /src/boot
parent144ab97968b7efd2eacfb281e4d152bcad859671 (diff)
feat: kernel: stability improvements on the scheduler and AMD64 HAL.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/amd64-desktop.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/amd64-desktop.make b/src/boot/amd64-desktop.make
index 26877369..d1043d56 100644
--- a/src/boot/amd64-desktop.make
+++ b/src/boot/amd64-desktop.make
@@ -117,7 +117,7 @@ compile-amd64:
.PHONY: run-efi-amd64-ahci
run-efi-amd64-ahci:
- $(EMU) $(EMU_FLAGS) -monitor stdio -hda $(IMG) -s -boot menu=on
+ $(EMU) $(EMU_FLAGS) -d int -hda $(IMG) -s -boot menu=on
.PHONY: run-efi-amd64-ata-pio
run-efi-amd64-ata-pio: