- 精华
- 0
- 帖子
- 107
- 威望
- 0 点
- 积分
- 114 点
- 种子
- 2 点
- 注册时间
- 2008-3-1
- 最后登录
- 2019-12-1
|
发表于 2008-8-21 02:35 · 台湾
|
显示全部楼层
試過了 不管按啥扭都是進hdl
以下是我的配置 請問有啥須要更改 謝謝
# ----------------------------------------
# Free MCBoot Config File
# ----------------------------------------
#
# must be in mc?:/FMCB-CNF/FREEMCB.CNF
#
# for boot from usb use for example : mass:/BOOT/BOOT.ELF
# for boot from memcard use for example : mc0:/BOOT/BOOT.ELF or mc1:/BOOT/BOOT.ELF
# you can use too for example : mc?:/BOOT/BOOT.ELF it wills check for the file in the two slots
#
# LK_???_E1 entries are first boot attempt, LK_???_E2 entries are secondary boot file, and LK_???_E3 entries are third boot file
#
# AutoBoot_Disc option allow to check if a disk is present (Close the tray !!!) and boot it, set it to 0 to avoid this.
# Debug_Screen set to 1 allow to keep the Green debug screen if no boot file is found, if set to 0 reject to browser
#
# You should not see Red screen if the CNF is readed, if you experience red screen check that you have config file in valid path
#
# All LK_???_E? entries can either be set to a path or to "OSDSYS", in the second case if no key is pressed you will be
# rejected to the browser. If you set a path it will be booted if no key pressed.
#
# ----------------------------------------
# Based on uLaunchELF
# ----------------------------------------
#
CNF_version = 1
#
# ----------------------------------------
#
LK_Auto_E1 = mc0:/BOOT/BOOT.ELF
LK_Auto_E2 = mc0:/BOOT/BOOT1.ELF
LK_Auto_E3 = OSDSYS
LK_Circle_E1 = OSDSYS
LK_Circle_E2 =
LK_Circle_E3 =
LK_Cross_E1 = OSDSYS
LK_Cross_E2 =
LK_Cross_E3 =
LK_Square_E1 = OSDSYS
LK_Square_E2 =
LK_Square_E3 =
LK_Triangle_E1 = OSDSYS
LK_Triangle_E2 =
LK_Triangle_E3 =
LK_L1_E1 = mc0:/BOOT/BOOT1.ELF
LK_L1_E2 =
LK_L1_E3 =
LK_R1_E1 = mc0:/BOOT/BOOT.ELF
LK_R1_E2 =
LK_R1_E3 =
LK_L2_E1 = OSDSYS
LK_L2_E2 =
LK_L2_E3 =
LK_R2_E1 = OSDSYS
LK_R2_E2 =
LK_R2_E3 =
LK_L3_E1 = OSDSYS
LK_L3_E2 =
LK_L3_E3 =
LK_R3_E1 = OSDSYS
LK_R3_E2 =
LK_R3_E3 =
LK_Up_E1 = OSDSYS
LK_Up_E2 =
LK_Up_E3 =
LK_Down_E1 = OSDSYS
LK_Down_E2 =
LK_Down_E3 =
LK_Left_E1 = OSDSYS
LK_Left_E2 =
LK_Left_E3 =
LK_Right_E1 = OSDSYS
LK_Right_E2 =
LK_Right_E3 =
LK_Start_E1 = OSDSYS
LK_Start_E2 =
LK_Start_E3 =
LK_Select_E1 = OSDSYS
LK_Select_E2 =
LK_Select_E3 =
Skip_MC = 1
Skip_HDD = 1
Debug_Screen = 0
AutoBoot_Disc = 1 |
|