del cpy del bootloader del os del echo del vidmem del about del filetable del help del reg del exit del hello del aout del dir del data del date del temp del type del cat del copycon del kernel del clean_bcc del cc16 del cc del code32 del c del cxx del cxx_hello del run del print del aout del *.o del t del *.temp.c nasm -f bin quit.asm -o quit nasm -f bin nprog.asm -o nprog cc date.c -o date > NIL nasm -f bin code32.asm -o code32 nasm -f bin bug.asm -o bug nasm -f bin mouse.asm -o mouse nasm -f bin graphics.asm -o graphics nasm -f bin bootloader.asm -o bootloader nasm -f bin beep.asm -o beep nasm -f bin reg.asm -o reg nasm -f bin sector.asm -o sector nasm -f bin cls.asm -o cls nasm -f bin shutdown.asm -o shutdown nasm -f bin about.asm -o about nasm -f bin help.asm -o help nasm -f bin vidmem.asm -o vidmem nasm -f bin echo.asm -o echo nasm -f bin hello.asm -o hello nasm -f bin exit.asm -o exit nasm -f bin copycon.asm -o copycon nasm -f bin type.asm -o type nasm -f bin dir.asm -o dir cc run.c -o run > NIL cc date.c -o date > NIL cc kernel.c -o os -kernel > NIL nasm -f bin data.asm -o data nasm -f bin temp.asm -o temp del disk.img del filetable cpy.exe disk.img bootloader os exit mouse reg date cls temp type copycon hello dir sector graphics cls shutdown about beep data quit