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

# set the initrd image
set initrd "initrd"

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

# set the secondphase "wince" independent bootloader which really loads the "Image" from the fat-partition
#set loader "u-boot.bin"
set loader "bootstrap.bin"

# commands to be passed to the kernel
set command "noinitrd root=/dev/mmcblk0p2 rw console=tty0 mem=64M at 0x10000000"
#set command "noinitrd ip=192.168.2.2:192.168.2.1:192.168.2.1:255.0.0.0:h6300:usb0: root=/dev/nfs nfsroot=192.168.2.1:/ipaq_rootfs mem=64M at 0x10000000"
#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)
