diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-14 09:53:11 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-14 09:53:11 +0200 |
| commit | 9fcff991059ff5cdbdf71848039e7b56ccd5bc49 (patch) | |
| tree | 6b5ae7561d7a8efb88948803e214e7514bde9dd9 /setup_x64.sh | |
| parent | 38a534c90e682bd4ce3d176127520f0ff513fb11 (diff) | |
feat(kernel): add ddk.sys to the build flow, finished the mk_fwrk CLI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'setup_x64.sh')
| -rwxr-xr-x | setup_x64.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup_x64.sh b/setup_x64.sh index 6afc1633..5eeaafde 100755 --- a/setup_x64.sh +++ b/setup_x64.sh @@ -9,6 +9,8 @@ cd src make sci_asm_io_x64 cd .. btb user.json +cd ../ddk +btb ddk.json cd ../boot make -f amd64-desktop.make efi make -f amd64-desktop.make epm-img |
