Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
JOS Lab 2: Memory Management
no vote
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.
jayz1122
2016-08-23
0
1
Jos Lab 1: Booting a PC
no vote
This lab is split into three parts. The first part concentrates on getting familiarized with x86 assembly language,  the QEMU x86 emulator, and the PC's power-on bootstrap procedure. The second part examines the boot  loader for our course kernel, which resides in the boot directory of the lab tree. Finally, the third part delves  into the initial template for our course kernel itself, named JOS, which resides in the kernel directory.
jayz1122
2016-08-23
1
1
jos-lab-boot loader
no vote
Shanghai Jiao Tong University School of software operating system software professional courses the first lab, about the boot loader starts process, while the lab is not difficult, but is very useful for learning operating system boot process. My code have all been tested. 
jayz1122
2016-08-23
0
1
No more~