This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10213903403
/
os_kernel_lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#5
from xxzc/master
minor spell error
main
chyyuu
9 years ago
parent
2f904a1306
57221ebcf0
commit
40465b3963
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
labcodes/lab1/kern/mm/memlayout.h
+1
-1
labcodes_answer/lab1_result/kern/mm/memlayout.h
+ 1
- 1
labcodes/lab1/kern/mm/memlayout.h
View File
@ -10,7 +10,7 @@
#
define SEG_UDATA 4
#
define SEG_TSS 5
/* global descrptor numbers */
/* global descr
i
ptor numbers */
#
define GD_KTEXT ((SEG_KTEXT) << 3)
/
/
kernel text
#
define GD_KDATA ((SEG_KDATA) << 3)
/
/
kernel data
#
define GD_UTEXT ((SEG_UTEXT) << 3)
/
/
user text
+ 1
- 1
labcodes_answer/lab1_result/kern/mm/memlayout.h
View File
@ -10,7 +10,7 @@
#
define SEG_UDATA 4
#
define SEG_TSS 5
/* global descrptor numbers */
/* global descr
i
ptor numbers */
#
define GD_KTEXT ((SEG_KTEXT) << 3)
/
/
kernel text
#
define GD_KDATA ((SEG_KDATA) << 3)
/
/
kernel data
#
define GD_UTEXT ((SEG_UTEXT) << 3)
/
/
user text
Write
Preview
Loading…
Cancel
Save