Skip to content

Instantly share code, notes, and snippets.

View MyCatShoegazer's full-sized avatar

Александр Гелета MyCatShoegazer

View GitHub Profile
@MyCatShoegazer
MyCatShoegazer / build.bat
Created February 2, 2018 08:05
Hello World NASM boot loader example.
@echo on
echo Bulding bin file...
nasm loader.asm -f bin -o loader.bin
echo Writing bin file to ploppy
partcopy loader.bin 0 200 -f0