继续问
/* Create a system memory pool that will be used to allocate task stacks,
queue areas, etc. */
status = NU_Create_Memory_Pool(&System_Memory, "SYSMEM",
first_available_memory, 0x280000, 50, NU_FIFO);
就是这样一段程序,可是我同学说有操作系统就不用分配内存池了啊
发表时间:2003年4月11日20:25:03