From 73044afd9c61642b4c8217befa1ded3849685554 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 4 Feb 2025 09:41:02 +0100 Subject: ADD: Important refactors regarding NeKernel. Signed-off-by: Amlal El Mahrouss --- dev/Boot/amd64-desktop.make | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'dev/Boot') diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index a8081b71..e2b73c99 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -30,8 +30,8 @@ IMG_2=epm-master-2.img EMU_FLAGS=-net none -smp 4 -m 8G \ -bios $(BIOS) -drive \ - file=fat:rw:src/Root/,index=2,format=raw \ - -d int + file=fat:rw:src/Root/,index=3,format=raw \ + -serial stdio LD_FLAGS=-e Main --subsystem=10 @@ -82,10 +82,7 @@ compile-amd64: .PHONY: run-efi-amd64-ahci run-efi-amd64-ahci: - $(EMU) $(EMU_FLAGS) -M q35 -drive file=$(IMG),format=raw,if=none,id=disk \ - -device ahci,id=ahci \ - -device ide-hd,drive=disk,bus=ahci.0 \ - -s -S + $(EMU) $(EMU_FLAGS) -M q35 -hda $(IMG) -s -S .PHONY: run-efi-amd64-ata run-efi-amd64-ata: -- cgit v1.2.3