update: userprog (tee, tsh, sleep, hex2bin)
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
gcc -m32 -c -o free.o free.cpp -ffreestanding -nostdlib
|
||||
ld -m elf_i386 -o free free.o
|
||||
Reference in New Issue
Block a user