# # $Id: syslinux.cfg.1680,v 1.3 2005/04/12 05:53:50 thomasez Exp $ # # 0 is the first port, 1 is the second and so on. # the last argument is the speed. # # serial 0 9600 default floppyfw display floppyfw.msg label floppyfw kernel vmlinuz # Append stuff, usually the only stuff you might need to edit. # edit modules.lst for extra NICs this methos is deprecated. append initrd=initrd.sq root=/dev/floppy/0u1680 ether=0,0,0,eth0 ether=0,0,0,eth1 ether=0,0,0,eth2 # # For console over serial port add this to the append line: # and also remove the comment in the serial line (line one in this file) #console=ttyS0,9600n # # ttyS0 is com1, ttyS1 is com2 #