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
Copy file name to clipboardExpand all lines: 02_Architecture/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,6 @@ In this part we are going to cover the most Architecture specific topic, and som
10
10
*[ACPI Tables](06_ACPITables) The ACPI tables, and how to parse them
11
11
*[APIC](07_APIC.md) The Advanced Programmable Interrupt Controller, along with the IOAPIC they replace the old PIC to handle interrupts coming from external hardware
12
12
*[Timers](08_Timers.md) We initialize, configure and start a timer
13
-
*[PS2 Keyboard Overview](PS2_Keyboard/01_README.md) Introduction to the PS2 Keyboard Driver implementation
14
-
*[PS2 Keyboard Interrupt Handling](PS2_Keyboard/02_Interrupt_Handling.md) How to handle the interrupt generated by the keyboard, and introduction of some of the basic concepts
15
-
*[PS2 Keyboard Driver implementation](PS2_Keyboard/03_Driver_Implemenation.md) Finally how to translate the scancode we received into readable characters.
13
+
*[PS2 Keyboard Overview](09_Add_Keyboard_Support.md) Introduction to the PS2 Keyboard Driver implementation
14
+
*[PS2 Keyboard Interrupt Handling](10_Keyboard_Interrupt_Handling.md) How to handle the interrupt generated by the keyboard, and introduction of some of the basic concepts
15
+
*[PS2 Keyboard Driver implementation](11_Keyboard_Driver_Implementation.md) Finally how to translate the scancode we received into readable characters.
0 commit comments