diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-21 03:45:08 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-21 03:45:08 +0200 |
| commit | c85a99c2afdd4c9dfa9d8f0f212e4625b6adade7 (patch) | |
| tree | 3bb631cf7c49b74fbf6d02104059e0540f26ba4b /setup_arm64_project.sh | |
| parent | bec0e457ad346783be7f84be71bb0eddc881847c (diff) | |
feat(kernel): source code improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'setup_arm64_project.sh')
| -rwxr-xr-x | setup_arm64_project.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup_arm64_project.sh b/setup_arm64_project.sh new file mode 100755 index 00000000..ffc642d4 --- /dev/null +++ b/setup_arm64_project.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cd dev/boot +make -f arm64-desktop.make efi +make -f arm64-desktop.make epm-img
\ No newline at end of file |
