initial commit via gitinitshit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
nasm -f elf64 -o poweroff_x86_64.o poweroff_x86_64.asm
|
||||
ld -o poweroff_x86_64 poweroff_x86_64.o and linkx86_64.snasm -f elf64 -o poweroff_x86_64.o poweroff_x86_64.asm
|
||||
Reference in New Issue
Block a user