-
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
-
键盘监控的过滤驱动,已修改其卸载时占用cpu高的bug
键盘监控的过滤驱动,已修改其卸载时占用cpu高的bug-Keyboard monitoring filter driver, has changed its uninstall bug occupy high cpu
- 2022-03-10 05:20:11下载
- 积分:1
-
一个能格式化C++时间为各种格式的类,利用该类可以将整形,等时间转化为需要的格式...
一个能格式化C++时间为各种格式的类,利用该类可以将整形,等时间转化为需要的格式-A formatted C++ Time format for a variety of categories, the use of such can be plastic, such as the time needed into a format
- 2022-09-15 15:45:03下载
- 积分:1
-
EVC电视音量指示栏源码。调节音量时调用音量指示线程函数,指示音量大小,3秒后自动消失。...
EVC电视音量指示栏源码。调节音量时调用音量指示线程函数,指示音量大小,3秒后自动消失。-EVC TV volume source instructions field. Adjust the volume when the thread function call volume instructions, instructions volume size automatically disappear after three seconds.
- 2023-01-23 08:25:03下载
- 积分:1
-
枚举NT线程
枚举NT线程-Enumeration NT thread
- 2022-02-10 05:05:04下载
- 积分:1
-
杭州舟远信息技术连锁有限公司提供的餐饮管理源代码,VB+SQL,在杭州多家餐饮店使用...
杭州舟远信息技术连锁有限公司提供的餐饮管理源代码,VB+SQL,在杭州多家餐饮店使用-Zhou Yuan Hangzhou Chain Information Technology Co., Ltd. to provide the source code of the food and beverage management, VB+ SQL, restaurants in Hangzhou, the use of more than
- 2022-01-24 16:32:59下载
- 积分:1
-
ControlPanel can help you get and modify control panel infomation
ControlPanel can help you get and modify control panel infomation
- 2023-04-07 10:20:03下载
- 积分:1
-
WinAPI functions, commonly used in the basic function, it is worth downloading
winAPI函数库,常用的基本函数,值得下载-WinAPI functions, commonly used in the basic function, it is worth downloading
- 2022-02-24 11:51:33下载
- 积分:1
-
切换进入保护模式的实例// 源代码// 汇编// 英文
切换进入保护模式的实例// 源代码// 汇编// 英文-switch into protected mode examples// source// compile// English
- 2022-03-19 22:25:37下载
- 积分:1
-
Cheongpung source code, the machine access to source code! ! ! Cheongpung source...
清风源代码,机器代码获取源码!!!清风源代码,机器代码获取源码-Cheongpung source code, the machine access to source code! ! ! Cheongpung source code, the machine access to source code
- 2023-08-25 07:30:02下载
- 积分:1