make: nasm shell.asm -felf32 -o shell.o ld -m elf_i386 shell.o -o shell -s chmod u+s shell