Skip to content

Commit c673c5d

Browse files
committed
improve formatting of systemcalls chapter
1 parent d285ddd commit c673c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

06_Userspace/04_System_Calls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ First things first, the `syscall`/`sysret` pair uses three MSRs: `STAR` (0xC0000
135135
136136
An example of properly configured GDT and MSRs for 64-bit-only operation:
137137
138-
GDT:
138+
* GDT:
139139
|Offset|Name|Access byte|
140140
|------|----|-----------|
141141
|0x0|NULL|`0`|
@@ -144,7 +144,7 @@ GDT:
144144
|0x18|User Data|`0b11110010`|
145145
|0x20|User Code|`0b11111010`|
146146
147-
MSRs:
147+
* MSRs:
148148
|MSR|Name|Value|
149149
|---|----|-----|
150150
|`0xC0000081`|`STAR`| `0x0013000800000000` |

0 commit comments

Comments
 (0)