Files
kernel-study/free/asm/build.sh
T

4 lines
53 B
Bash
Executable File

#!/bin/bash
as -o free.o free.s
ld -s -o free free.o