- Printing Works
- Newline Works
- Page frame allocator returns physical addresses
- map_pages() creates virtual -> physical mappings
- Can find files in the RDE listing of the root
- Can read data from files into memory
- Parses ELF header
- Parses Program Headers
- Maps memory for ELF headers & copies data into place
- Jumps to ELF entry point