We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a113a commit eba3560Copy full SHA for eba3560
kernel/src/lib.rs
@@ -61,11 +61,11 @@ pub fn init() {
61
// 0xFC = PIC1 and 0xFF = PIC2
62
// Bit 1 means that IRQ is disabled. Bit 0 means that IRQ is enabled.
63
//
64
- // PIC1 (Master PIC) IRQs:
+ // PIC1 (Primary PIC) IRQs:
65
// * IRQ0: Timer (PIT)
66
// * IRQ1: PS/2 Keyboard
67
// * IRQ2: Cascade to PIC2
68
- // PIC2 (Slave) IRQs:
+ // PIC2 (Secondary PIC) IRQs:
69
// * IRQ8: Real time clock
70
// * IRQ9: ACPI
71
0 commit comments