diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-06 14:52:09 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-06 14:53:26 +0100 |
| commit | 8c179d8801df7f5f77fe7ec65a0a98b7901dad09 (patch) | |
| tree | 788ccdfd9e56e1b0402cc7b4b1af7d792888fd68 /dev/Boot/amd64-desktop.make | |
| parent | e0633b442140d49e08af6759bd07c89e16ef0e2a (diff) | |
KAN-11: Half-done on AMD64, not yet started on ARM64.
KAN-12: Found GPF issue on DriveMgr, working on it.
ADD: Improvement of the BootThread class.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/amd64-desktop.make')
| -rw-r--r-- | dev/Boot/amd64-desktop.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index 5b1b1096..36cba61a 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -29,10 +29,10 @@ IMG=epm-master-1.img IMG_2=epm-slave.img IMG_3=epm-master-2.img -EMU_FLAGS=-net none -smp 1 -m 8G -M q35 \ +EMU_FLAGS=-net none -smp 4 -m 8G -M q35 \ -bios $(BIOS) -drive \ file=fat:rw:src/Root/,index=2,format=raw \ - -serial stdio + -d int LD_FLAGS=-e Main --subsystem=10 |
