Commit Graph

2 Commits

Author SHA1 Message Date
c59a95ebfa Populate UEFI entry point. 2019-07-17 15:17:01 +01:00
8f0de18b37 Begin transition to UEFI.
The current system of separating x86 and x86_64 is no longer
feasible with UEFI implementation. UEFI must have its own entry point.

To this end, some optimisations have been implemented in the ASM files.
Everything related to setup has been removed, leaving only the IDT and GDT utility functions.

The linker may be required for the other files, though.
2019-07-17 15:08:47 +01:00