From: HimbeerserverDE Date: Sun, 11 Sep 2022 09:53:13 +0000 (+0200) Subject: Pad boot.bin to 446 bytes X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=1a267e71ecf7849ff39e81911e58a08d18abad5d;p=loadnothing.git Pad boot.bin to 446 bytes --- diff --git a/boot.asm b/boot.asm index 19b1ab7..22ce0cc 100644 --- a/boot.asm +++ b/boot.asm @@ -160,3 +160,5 @@ boot: hello db 'foo', 13, 10 ; \r\n apm_err db 'APM Error' paktc db 'Press any key to continue... ' + +times (446 - ($ - $$)) db 0x00