summaryrefslogtreecommitdiff
blob: 0c0156b4d65ee3b941cda2ee6864499f7f328ea9 (plain)
1
2
3
4
5
6
7
8
9
#:CoLo:#

# Loads the kernel into memory (and unzips if needed)
# Makes sure this points at the correct kernel image
load /boot/vmlinuz.gz

# Executes the loaded image with the specified command args
# Change these args to suit your purposes
execute root=/dev/hda5 console=ttyS0,115200