; I'm Still working to get second bootstrap
; to load linux from MMC/SD card
;Bootstrap = \Storage Card\bootstrap.bin

; Initrd image location 
Initrd	  = \Storage Card\initrd

; Kernel Image location
Image	  = \Storage Card\Image

; Machine Type see Linux source file
Type	  = 563

; Linux boot command
Cmdline	  = root=/dev/ram0 ro init=/linuxrc console=tty0

; This will be used to allocate extra
; space required by second bootstrap,
; the value in KB
Heap	  = 4
