wok-current diff memtest/stuff/bootloader.S @ rev 21984
linld: x86 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 14 11:20:06 2019 +0200 (2019-10-14) |
parents | 7f4bf91f0eb9 |
children | c4968381aed9 |
line diff
1.1 --- a/memtest/stuff/bootloader.S Sat Oct 12 12:08:52 2019 +0200 1.2 +++ b/memtest/stuff/bootloader.S Mon Oct 14 11:20:06 2019 +0200 1.3 @@ -467,7 +467,9 @@ 1.4 # Assume no error on first track. 1.5 1.6 #ifdef FLOPPY_1440K_ONLY 1.7 +#ifndef FLOPPY_HAS_2_SIDES 1.8 #define FLOPPY_HAS_2_SIDES hardcore heads count to 2 1.9 +#endif 1.10 #define FLOPPY_SECTORS 18 /* 18 sectors */ 1.11 #else 1.12 #define FLOPPY_HEADS 2 /* 2 heads minimum */