diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-08 03:56:42 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-08 03:56:42 -0500 |
| commit | e6768dc3b6c7864166211fd6e2f67ff4e5a2cbe5 (patch) | |
| tree | 8fd8793369c30ddbfb61366407db3d464a95ad6b /scripts/release_ahci_x64.sh | |
| parent | 1b82bb9468d38757b27d0723af26c2b052d92ce3 (diff) | |
chore: use `enum struct` instead of `enum class`.
chore: build scripts improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts/release_ahci_x64.sh')
| -rwxr-xr-x | scripts/release_ahci_x64.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/release_ahci_x64.sh b/scripts/release_ahci_x64.sh index bd6e11aa..7106586c 100755 --- a/scripts/release_ahci_x64.sh +++ b/scripts/release_ahci_x64.sh @@ -3,11 +3,11 @@ export AHCI_SUPPORT=1 cd src/kernel -make -f amd64-desktop.make all +make -f amd64-desktop.make all cd ../boot -make -f amd64-desktop.make all +make -f amd64-desktop.make all make -f amd64-desktop.make disk cd ../../ ./tools/mk_img.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root cd src/boot -make -f amd64-desktop.make run-efi-amd64-ahci
\ No newline at end of file +make -f amd64-desktop.make -j 8 run-efi-amd64-ahci
\ No newline at end of file |
