diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-11 13:04:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-11 13:04:22 +0200 |
| commit | 57d040e3e6b6d0257c0ba5a914396520b18d9d87 (patch) | |
| tree | 78be4974d8a24e983034b0962ac5435f1b1d0b53 /setup_x64.sh | |
| parent | 7690c1976b3127e17370708aef47ba3f18f3b8c2 (diff) | |
| parent | f775566da3cf4f8e3ffd4ca6dfe0a3c7776c3b35 (diff) | |
Merge pull request #30 from nekernel-org/dev0.0.2e2
0.0.2e2
Diffstat (limited to 'setup_x64.sh')
| -rwxr-xr-x | setup_x64.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_x64.sh b/setup_x64.sh index da2027a1..6afc1633 100755 --- a/setup_x64.sh +++ b/setup_x64.sh @@ -5,6 +5,9 @@ # 04/05/25: Improve and fix script. cd dev/user +cd src +make sci_asm_io_x64 +cd .. btb user.json cd ../boot make -f amd64-desktop.make efi |
