summaryrefslogtreecommitdiff
path: root/syslinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>1998-04-14 05:27:20 +0000
committerhpa <hpa>1998-04-14 05:27:20 +0000
commit06e8eeeb75a44bd6df54c7e120cfa95a2dd6f8a1 (patch)
treeb14294afd5dbb58dec40875e57b48aa9f9a87537 /syslinux.asm
parentec539247246461dc67b7f141b0c17be7b7caa226 (diff)
downloadsyslinux-06e8eeeb75a44bd6df54c7e120cfa95a2dd6f8a1.tar.gz
Patch generator for the -s (stupid) option.
Diffstat (limited to 'syslinux.asm')
-rw-r--r--syslinux.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/syslinux.asm b/syslinux.asm
index 40820847..0b28774b 100644
--- a/syslinux.asm
+++ b/syslinux.asm
@@ -253,6 +253,12 @@ die:
mov ax,4C01h ; Exit error status
int 21h
+;
+; This includes a small subroutine make_stupid to patch up the boot sector
+; in case we give the -s (stupid) option
+;
+ %include "stupid.inc"
+
section .data
msg_error: db 'ERROR: $'
msg_filesystem_err: db 'Filesystem not found on disk', 0Dh, 0Ah, '$'