代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
memory.lnp
".\Obj\Startup.obj",
".\Obj\DiskImg.obj",
".\Obj\usbhw.obj",
".\Obj\usbcore.obj",
".\Obj\usbdesc.obj",
".\Obj\usbuser.obj",
".\Obj\mscuser.obj",
".\Obj\memory.obj"
TO ".\Obj\Memory"
PRINT("
memory.plg
礦ision3 Build Log
Project:
J:\公司电脑备份\F盘\测试区\usbmem2142\USBMem\Memory.uv2
Project File Date: 04/07/2006
Output:
memory.c
/*
* linux/mm/memory.c
*
* (C) 1991 Linus Torvalds
*/
/*
* demand-loading started 01.12.91 - seems it is high on the list of
* things wanted, and it should be easy to implement. - Linus
*/
memory.h
/*
* NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This
* goes for all kernel functions (ds=es=kernel space, fs=local data,
* gs=null), as well as for all well-behaving user prog
memory.c
/*
* linux/mm/memory.c
*
* (C) 1991 Linus Torvalds
*/
/*
* demand-loading started 01.12.91 - seems it is high on the list of
* things wanted, and it should be easy to implement. - Linus
*/
/
memory.h
/*
* NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This
* goes for all kernel functions (ds=es=kernel space, fs=local data,
* gs=null), as well as for all well-behaving user prog