diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-04-04 15:32:24 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-04 15:32:24 -0700 |
commit | f7b5a2254ab7c8aa87679c1b731d2ea285c22e80 (patch) | |
tree | 08e1e00576717e1ca557101164b7e6639e0172a1 /MCONFIG | |
parent | dd51053bbd4a1613d1e3384928a7da7bb164562f (diff) | |
download | syslinux.git-f7b5a2254ab7c8aa87679c1b731d2ea285c22e80.tar.gz syslinux.git-f7b5a2254ab7c8aa87679c1b731d2ea285c22e80.tar.xz syslinux.git-f7b5a2254ab7c8aa87679c1b731d2ea285c22e80.zip |
mbr: generate normal versions, force-80 versions, and ctrl-80 versions
Produce MBR variants with normal (DL) behavior, force to drive 80
behavior, and force to 80 on Ctrl pressed behavior.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'MCONFIG')
-rw-r--r-- | MCONFIG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ NASMOPT = -O9999 PERL = perl +CHMOD = chmod + CC = gcc gcc_ok = $(shell tmpf=gcc_ok.$$$$.tmp; \ if $(CC) $(1) -c $(topdir)/dummy.c -o $$tmpf 2>/dev/null ; \ |