-
jdk5 API documentation, beginners must, under the official network, oh we
jdk5 API documentation, beginners must, under the official network, oh we-jdk5 API documentation, beginners must, under the official network, oh well
- 2022-06-14 23:30:09下载
- 积分:1
-
Visual C++实现的快速关机程序,关机非常方便快捷
Visual C++实现的快速关机程序,关机非常方便快捷-Visual C++ Realize rapid shutdown process, shutdown is very convenient and quick
- 2023-01-22 03:45:04下载
- 积分:1
-
高级语言用于编写BIOS的源代码,不可不看的好资料…
一个用高级语言写的BIOS源代码,读不懂的好资料。
- 2023-03-12 08:30:04下载
- 积分:1
-
超级的
超强系统进程查看工具源码,可查看所有进程的DLL.-Super-system process view source tools, you can review all the process DLL.
- 2022-03-11 18:17:43下载
- 积分:1
-
一个写NT服务程序的模版类
一个写NT服务程序的模版类- Writes the NT service routine the pattern plate class
- 2022-03-13 13:41:20下载
- 积分:1
-
Java示例
Java示例-Java Example
- 2022-04-30 12:49:01下载
- 积分:1
-
服务:标准C写得服务,让初学者可以深刻
理解服务的编写!...
服务:标准C写得服务,让初学者可以深刻
理解服务的编写!-Services: Standard C written service for beginners can be a profound understanding of services to prepare!
- 2022-05-09 03:55:02下载
- 积分:1
-
鼠标的形状看腻了吗,用这个程序改变一下吧,学习学习人家是怎么做的。...
鼠标的形状看腻了吗,用这个程序改变一下吧,学习学习人家是怎么做的。-mouse in the shape of tired of looking at it, using this procedure to change it, learn from others is how to do.
- 2022-07-26 16:30:33下载
- 积分:1
-
目录遍历,每发现一个文件提供处理函数,方便遍历中的处理
目录遍历,每发现一个文件提供处理函数,方便遍历中的处理-Directory traversal, each found in a document processing function to facilitate the traversal of the treatment
- 2023-06-12 22:40:03下载
- 积分:1
-
JOS Lab 2: Memory Management
The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it. Your allocator will operate in units of 4096 bytes, called pages. Your task will be to maintain data structures that record which physical pages are free and which are allocated, and how many processes are sharing each allocated page. You will also write the routines to allocate and free pages of memory.
The second component of memory management is virtual memory, which maps the virtual addresses used by kernel and user software to addresses in physical memory. The x86 hardware memory management unit (MMU) performs the mapping when instructions use memory, consulting a set of page tables. You will modify JOS to set up the MMU page tables according to a specification we provide.
- 2022-02-05 12:16:48下载
- 积分:1