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
VgaPrintIntegerHex
NullException edited this page Aug 6, 2020
·
1 revision
Prints an integer in hexadecimal format at current cursor position
void VgaPrintIntegerHex(int integer);
integer
The integer to print
N/A
If an integer is printed off screen, it will write to invalid memory, possibly corrupting kernel code.
All integers are printed with 8 digits and prefixed with "0x"
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