Author
Ian Seyler
Project active since
Project active till
Language
Nasm
Kernel type
Software loader
Platforms
x86-64
User interface
Console
License
MIT
Pure64 - a software loader for x86-64 systems
Pure64 is a software loader that was initially created for BareMetal OS. The loader sets the computer into a full 64-bit state with no legacy compatibility layers and also enables all available CPU Cores in the computer. Pure64 keeps an information table in memory that stores important details about the computer (Amount of RAM and memory layout, number of CPU cores and their APIC IDs, etc). The Pure64 loader has been released separately so others can use it in their own software projects.