如题。下个20多M的NK很正常。下载40M的话DNW的进度条走三分之二就死了。
以下是一些打印信息:
_OEMPlatformInit.
System ready!
Preparing for download...
+OEMPreDownload.
Please send the Image through USB.
+OEMReadData.
+OEMReadData.
+OEMReadData.
+OEMMultiBINNotify.
[code];
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
;
; 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.
;
MEMORY
IF IMGMULTIXIP !
IF WINCEDEBUG = retail
NK 80200000 01E00000 RAMIMAGE
;64M DDR-II
RAM 82000000 02000000 RAM
;128M DDR-II
;RAM 82000000 06000000 RAM
;
; ROMFLAGS is a bitmask of options for the kernel
; ROMFLAGS 0x0001 Disallow Paging
; ROMFLAGS 0x0002 Not all KMode
; ROMFLAGS 0x0010 Trust Module only
;
IF IMGTRUSTROMONLY
ROMFLAGS=10
ELSE
ROMFLAGS=00
ENDIF