You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -175,7 +175,7 @@ The registries have to be configured in order.
175
175
176
176
**ICW2 (port 0x21 / port 0xA1)**
177
177
```
178
-
|x|x|x|x|x|0|0|0|
178
+
|x|x|x|x|x|0|0|0|
179
179
| | | | |
180
180
+----------------- base address for interrupts vectors
181
181
```
@@ -212,13 +212,13 @@ It is used to define in which mode the controller should work.
212
212
213
213
You should have noticed that when I'm initializing our IDT segments, I'm using offsets to segment the code in Assembly. The different functions are defined in [x86int.asm](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/src/kernel/arch/x86/x86int.asm) and are of the following scheme:
0 commit comments