Skip to content

Commit aa21be2

Browse files
committed
pic monitored by CPU
1 parent 87ddbba commit aa21be2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

hw/interrupts.h

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,14 @@ class InterruptManager{
3737
uint8_t DescriptorPrivilegeLevel,
3838
uint8_t DescriptorType
3939
);
40-
40+
// Master pic
41+
Port8BitSlow picMasterCommand;
42+
Port8BitSlow picMasterData;
43+
// Slave pic
44+
Port8BitSlow picSlaveCommand;
45+
Port8BitSlow picSlaveData;
4146

47+
4248
public:
4349

4450
InterruptManager(GlobalDescriptorTable* gdt);

0 commit comments

Comments
 (0)