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
VgaPrintIntegerDec
NullException edited this page Aug 6, 2020
·
1 revision
Prints an integer in decimal format at current cursor position
void VgaPrintIntegerDec(int integer,
boolean isSigned
);
integer
The integer to print
isSigned
Specifies if you want to treat the integer as an unsigned or signed integer
N/A
If an integer is printed off screen, it will write to invalid memory, possibly corrupting kernel code.
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