diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-25 08:08:43 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-25 08:08:43 +0100 |
| commit | 3142554fd2e6326d8a5399b4cee904c797f9a277 (patch) | |
| tree | dd8305d3d7c59fc2a7d21316955e976adec1286a /setup_amd64.sh | |
| parent | 443cd4ef41ce7d6c75d22f6a6512fdabd90bcecc (diff) | |
FIX: UserProcessScheduler.cc: Make sure that we're targeting the current process when looking at realtime processes.
ADD: setup_amd64.sh: build syschk and make_ap_blob.sh
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'setup_amd64.sh')
| -rwxr-xr-x | setup_amd64.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/setup_amd64.sh b/setup_amd64.sh index be110a3b..92a0a109 100755 --- a/setup_amd64.sh +++ b/setup_amd64.sh @@ -1,5 +1,9 @@ #!/bin/sh -cd dev/Boot +cd dev/Boot/Mod/SysChk +btb amd64.json +cd ../../ make -f amd64-desktop.make efi -make -f amd64-desktop.make epm-img
\ No newline at end of file +make -f amd64-desktop.make epm-img +cd ../../dev/Kernel/HALKit/AMD64 +./make_ap_blob.sh |
