diff options
author | hpa <hpa> | 2003-04-11 05:44:56 +0000 |
---|---|---|
committer | hpa <hpa> | 2003-04-11 05:44:56 +0000 |
commit | 8def34839dc959a9135f488ebf9e138b2ebe6112 (patch) | |
tree | 0f24c3894891a48e0b7f54e2f0cc35f11787b5ca /runkernel.inc | |
parent | 88655a662ad758e293f8389e1c1893ea5f97118c (diff) | |
download | syslinux-8def34839dc959a9135f488ebf9e138b2ebe6112.tar.gz |
Preparations for work on MDSLINUX, if it ever happens
Diffstat (limited to 'runkernel.inc')
-rw-r--r-- | runkernel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runkernel.inc b/runkernel.inc index c536967e..1b23cdc7 100644 --- a/runkernel.inc +++ b/runkernel.inc @@ -451,7 +451,7 @@ root_not_floppy: ; Copy the disk table to high memory, then re-initialize the floppy ; controller ; -%if IS_SYSLINUX +%if IS_SYSLINUX || IS_MDSLINUX lgs si,[cs:fdctab] mov di,linux_fdctab mov cx,6 ; 12 bytes |