Boot.inc

This file contains the constants, macros, and function prototypes for the bootstrap of PwnOS.

Included By

Boot.asm

Includes

Core.inc

See Also

Core.asm

Authors

  • Neil G.  Dickson
This file contains the bootstrap (including Master Boot Record) for PwnOS.
This file defines the structures, constants, and macros for the entry point into the Core of PwnOS, and includes the rest of the include files for Core.
This file defines the entry point into the Core of PwnOS, and includes the rest of the Core.