tasm /l /c /m3 boot
link /noi /noe /farcall boot,,;
@del boot.obj
@del boot.map
exe2bin boot.exe boot.bin
@del boot.exe
tcc -G -O -Z -d -ebootinst bootinst.c
@del bootinst.obj