diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-12 14:42:29 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-12 14:42:29 +0200 |
| commit | 6a3b080067ff47f84c400987982cfa44927fe7e0 (patch) | |
| tree | 82351e411eccd00c0e4217f82e711a5cba75fd5a /Boot | |
| parent | 07c35bb2e8462b45feddcc98f3a512eee29c69b3 (diff) | |
MHR-23: SMP support inside kernel, need to add I/O for the scheduler
now.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Boot')
| -rw-r--r-- | Boot/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Boot/makefile b/Boot/makefile index 83f94bd9..0c4f5854 100644 --- a/Boot/makefile +++ b/Boot/makefile @@ -26,7 +26,7 @@ BIOS=OVMF.fd IMG=epm.img IMG_2=epm-slave.img -EMU_FLAGS=-net none -smp 2 -m 4G -M q35 \ +EMU_FLAGS=-net none -smp 4 -serial stdio -m 4G -M q35 \ -bios $(BIOS) -device piix3-ide,id=ide \ -drive id=disk,file=$(IMG),format=raw,if=none \ -device ide-hd,drive=disk,bus=ide.0 -drive \ @@ -74,7 +74,7 @@ compile-amd64: $(RESCMD) $(CC_GNU) $(NEWOS_MODEL) $(STANDALONE_MACRO) $(FLAG_GNU) $(DEBUG) \ $(wildcard Sources/HEL/AMD64/*.cxx) \ - $(wildcard Sources/HEL/AMD64/*.S) + $(wildcard Sources/HEL/AMD64/*.S) $(wildcard Sources/*.cxx) .PHONY: run-efi-amd64 |
