diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-14 23:07:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-14 23:07:11 +0100 |
| commit | d561eeb53d5c3e6e8f712691a56ba706051316ce (patch) | |
| tree | c8924a7cc9935d0097c682bbffa040aaa040c924 /setup_amd64.sh | |
| parent | 99826c21b9da1c3a74fd8b3ebc08c7f8dbfadd30 (diff) | |
ADD: setup_arm64.sh and patches on NeFS.cc
Diffstat (limited to 'setup_amd64.sh')
| -rwxr-xr-x | setup_amd64.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup_amd64.sh b/setup_amd64.sh new file mode 100755 index 00000000..be110a3b --- /dev/null +++ b/setup_amd64.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cd dev/Boot +make -f amd64-desktop.make efi +make -f amd64-desktop.make epm-img
\ No newline at end of file |
