1761206468

This commit is contained in:
2025-10-23 02:01:08 -06:00
parent 219e53b3d8
commit b48028b96b
7 changed files with 0 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
set -e
as -o poweroff_aarch64.o poweroff_aarch64.s
ld -o poweroff_aarch64 poweroff_aarch64.o