Files
kernel-study/free

freestanding

g++ -c -o free.o free.cpp
ld -o free free.o

objdump -x free

# g++ -c -nostdlib -o free free.cpp