Displaying 1 result from an estimated 1 matches for "11oct2003".
Did you mean:
11oct2004
2003 Dec 16
2
syslinux bootsector info?
...ce that it would save by not including this program)
I found a way around the 386-dependency for syslinux by first using another loader which gives you the choice to boot either freedos bootsector directly, or SYSlinux's bootsector.
http://www.coli.uni-sb.de/~eric/stuff/soft/specials/metakern-11oct2003.zip
SYSLINUX A:
copybs A: A:\syslinux.bin
copy /b A:\meta-all.bin + A:\metaboot.bot + A:\syslinux.bin A:\metakern.sys
SYS A: A: BOOTONLY /K METAKERN.SYS /L 0x60
(kernelname, loadaddress, and bootonly-parameter causes only bootsector to be written, not any DOS system files copied)
this presents a...