?? boot_cfg.h
字號:
//
// Copyright(C) Renesas Technology Corp. 2005. All rights reserved.
//
// NK Kernel for ITS-DS7
//
// FILE : boot_cfg.h
// CREATED : 2005.08.10
// MODIFIED :
// AUTHOR : Renesas Technology Corp.
// HARDWARE : RENESAS ITS-DS7
// HISTORY :
// 2005.08.10
// - Created release code.
// (based on SMDK2410/MAINSTONEII for WCE5.0)
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
//------------------------------------------------------------------------------
//
// File: boot_cfg.h
//
#ifndef __BOOT_CFG_H
#define __BOOT_CFG_H
OAL_KITL_DEVICE g_bootDevices[] = {
{
L"SMSC91C111", Internal, PF_ETHER_BASE, 1, OAL_KITL_TYPE_ETH,
&g_kitlEthLAN91C111
}, {
L"Flash Memory",
Internal, IMAGE_FLASH_CA_BOOT_START, 0, OAL_KITL_TYPE_FLASH, NULL
}, {
L"SDRAM Image from Flash Memory",
Internal, IMAGE_WINCE_CODE_CA_START, 0, OAL_KITL_TYPE_FLASH, NULL
}, {
NULL, 0, 0, 0, 0, NULL
}
};
//------------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -