From 08e69a55cfda4722277d16ddb632669edde3580b Mon Sep 17 00:00:00 2001 From: Amlal Date: Wed, 23 Oct 2024 10:08:05 +0200 Subject: IMP: Process scheduler timer interrupt have been implemented, fixes regarding interrupt API and use __TOOLCHAINKIT__ instead of __NDK__ Signed-off-by: Amlal --- dev/zba/amd64-efi.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/zba') diff --git a/dev/zba/amd64-efi.make b/dev/zba/amd64-efi.make index 1af31f2e..24ffeb95 100644 --- a/dev/zba/amd64-efi.make +++ b/dev/zba/amd64-efi.make @@ -34,7 +34,7 @@ EMU_FLAGS=-net none -smp 4 -m 8G -M q35 \ file=fat:rw:src/Root/,index=2,format=raw \ -drive id=disk_2,file=$(IMG),if=none \ -device ahci,id=ahci \ - -device ide-hd,drive=disk_2,bus=ahci.0 -serial stdio + -device ide-hd,drive=disk_2,bus=ahci.0 -d int LD_FLAGS=-e Main --subsystem=10 -- cgit v1.2.3