BOOT.BIB
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:2k
源码类别:

Windows CE

开发平台:

Windows_Unix

  1. ;*****************************************************************************
  2. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  3. ;
  4. ;
  5. ; Use of this source code is subject to the terms of the Microsoft end-user
  6. ; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
  7. ; If you did not accept the terms of the EULA, you are not authorized to use
  8. ; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
  9. ; install media.
  10. ;
  11. ;******************************************************************************
  12. ; TITLE:        BOOT.BIB
  13. ;
  14. ;  Ethernet Boot Loader Source Module
  15. ;******************************************************************************
  16. MEMORY
  17. ;   Name     Start     Size      Type
  18. ;   -------  --------  --------  ----
  19.     DRV_GLB  8c020000  00001000  RESERVED
  20.     BIN_FS   8c021000  00005000  RESERVED
  21.     RAM      8c026000  00006000  RAM
  22.     STACK    8c02c000  00004000  RESERVED
  23.     EBOOT    8c038000  00020000  RAMIMAGE
  24. ;    EBOOT    8c038000  00040000  RAMIMAGE
  25.     ; 16 MB area used to cache nk.bin while programming boot media.
  26.     ; TBD: we may need to adjust to 01400000 (20 MB) to cache PPC 2003.
  27.     FLSCACHE 8D000000  01000000  RESERVED
  28. CONFIG
  29. COMPRESSION=OFF
  30. PROFILE=OFF
  31. KERNELFIXUPS=ON
  32. SRE=ON
  33. ROMSTART=8c038000
  34. ROMWIDTH=32
  35. ; N.B: boot media block size aligned
  36. ROMSIZE=16000
  37. MODULES
  38. ;   Name            Path                                            Memory Type
  39. ;   --------------  ----------------------------------------------  -----------
  40.     nk.exe $(_TARGETPLATROOT)target$(_TGTCPU)$(WINCEDEBUG)EBOOT.exe EBOOT