summaryrefslogtreecommitdiffhomepage
path: root/setup_amd64.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-14 23:07:11 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-14 23:07:11 +0100
commitd561eeb53d5c3e6e8f712691a56ba706051316ce (patch)
treec8924a7cc9935d0097c682bbffa040aaa040c924 /setup_amd64.sh
parent99826c21b9da1c3a74fd8b3ebc08c7f8dbfadd30 (diff)
ADD: setup_arm64.sh and patches on NeFS.cc
Diffstat (limited to 'setup_amd64.sh')
-rwxr-xr-xsetup_amd64.sh5
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