diff options
Diffstat (limited to 'examples/bootfloppy/syslinux.cfg')
-rw-r--r-- | examples/bootfloppy/syslinux.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/bootfloppy/syslinux.cfg b/examples/bootfloppy/syslinux.cfg new file mode 100644 index 000000000..8d407cad4 --- /dev/null +++ b/examples/bootfloppy/syslinux.cfg | |||
@@ -0,0 +1,7 @@ | |||
1 | display display.txt | ||
2 | default linux | ||
3 | timeout 10 | ||
4 | prompt 1 | ||
5 | label linux | ||
6 | kernel linux | ||
7 | append initrd=rootfs.gz root=/dev/ram0 | ||