Go to file
wmpod2xwie 395d33035a Cease working on loading the kernel, switch to setting up the CPU for virtual memory and long mode 2024-06-23 22:21:53 +10:00
.cargo initial commit of project, can be booted by UEFI firmware into an infinite loop, next step is to handover machine to an OS 2024-06-03 13:38:46 +10:00
docs Cease working on loading the kernel, switch to setting up the CPU for virtual memory and long mode 2024-06-23 22:21:53 +10:00
scripts Fix System Table memory layout, achieve function calls using UEFI function pointers 2024-06-21 13:27:46 +10:00
src Cease working on loading the kernel, switch to setting up the CPU for virtual memory and long mode 2024-06-23 22:21:53 +10:00
.gitignore initial commit of project, can be booted by UEFI firmware into an infinite loop, next step is to handover machine to an OS 2024-06-03 13:38:46 +10:00
Cargo.lock initial commit of project, can be booted by UEFI firmware into an infinite loop, next step is to handover machine to an OS 2024-06-03 13:38:46 +10:00
Cargo.toml start implementing SimpleTextOutputProtocol 2024-06-19 15:47:08 +10:00
rust-toolchain.toml initial commit of project, can be booted by UEFI firmware into an infinite loop, next step is to handover machine to an OS 2024-06-03 13:38:46 +10:00