diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-23 10:08:05 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-23 10:08:05 +0200 |
| commit | 08e69a55cfda4722277d16ddb632669edde3580b (patch) | |
| tree | c84511296c0a8d290673df8ffaa52ef75a65a877 /dev/zba | |
| parent | 1742d940e54696432459b8ced18b99bcafeb2178 (diff) | |
IMP: Process scheduler timer interrupt have been implemented, fixes regarding interrupt API and use __TOOLCHAINKIT__ instead of __NDK__
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/zba')
| -rw-r--r-- | dev/zba/amd64-efi.make | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
