My OS is 16-bit real mode, and the .bin file is 512 bytes, but when I add new stuff it runs out of room. When I changed the 510 below to 1022, my computer said "Missing operating system".
At the end of my OS I always have this:
Code: Select all
times 510-($-$$) db 0
db 0x55
db 0xAA
Thanks!