This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
HalSetPitMask
NullException edited this page Aug 5, 2020
·
1 revision
This function sets the IMR for the 8259a PIC
void HalSetPitMask(byte masterMask,
byte slaveMask
);
masterMask
Mask used for the master 8259a PIC
slaveMask
Mask used for the slave 8259a PIC
N/A
The function name is misspelled, it should be "HalSetPicMask"
Roadmap:
- Stage 1 FAT12 bootloader
- Stage 2 bootloader (SOARELDR)
- Hardware Abstraction Layer
- GDT and IDT abstraction
- Memory manager
- Disk IO
- PE Loader
- Convert HAL to be a module
- Keyboard IO