# this is a comment and stuff...
# set the path where all of you files are
set path "\Storage Card"
# set kernel image
set kernel "zImage"

# set the initrd image
set initrd "initrd"

# set the heap size required by second bootstrap in KB
set heap 10

# set the second boot loader 
#set loader "u-boot.bin"
#set loader "bootstrap.bin"

# commands to be passed to the kernel
set command "root=/dev/ram0 ramdisk_size=8192 ro init=/linuxrc console=tty0"
#unset <variable> unsets a variable
#unset command # null out command

# load kernel, initrd or loader
# order of operations:
#  0 loader
#  1 kernel, initrd
load

#help [command] # gives you help for a command
#exit # Exit boot loader, program exits
#quit # exit boot loader, socket waits for new connection
#set mach 666 # set the mach-type to 666 (default is 563)
