# ===============================================================
#   LinuxLoader.parm.txt
#      - parameter file for LinuxLoader -
# 
#   sample file for Sharp "WILLCOM 03" WS020SH (sha_pon020)
# 
#   Copyright 2007-2009 zaki <http://llwm.xii.jp/wiki/wiki.cgi>
#   All rights reserved.
# ===============================================================

# ---------------------------------------------------------------
#   Kernel zImage file
#     If path is following to '\', it is absolute path.
#     If following to NOT '\', it is relative path.
# ---------------------------------------------------------------
ImageFile = zImage
#ImageFile = \My Documents\zImage


# ---------------------------------------------------------------
#   Machine type value
#     See kernel source: linux/arch/arm/tools/mach-types
# ---------------------------------------------------------------
MachineType = 1845


# ---------------------------------------------------------------
#   Kernel command line string(Default: no strings)
# ---------------------------------------------------------------
CommandLine = fbcon=rotate:3


# ---------------------------------------------------------------
#   RAM start physical address(Default: a0000000)
#     This address is used to place parameter tagged list.
#     See kernel source: '.boot_params' in macro 'MACHINE_START'
# ---------------------------------------------------------------
#RamAddress = a0000000


# ---------------------------------------------------------------
#   RAM size, unit is Mbytes(Default: 16Mbytes)
# ---------------------------------------------------------------
RamSize = 128


# ---------------------------------------------------------------
#   end of file
