filipmnowak / tail-f

i386 toy/prototype version of tail -f

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile

nasm -f elf -o tail-f.o tail-f.asm && ld -m elf_i386 -s -o tail-f tail-f.o

About

i386 toy/prototype version of tail -f


Languages

Language:Assembly 100.0%