This website requires JavaScript.
Explore
Help
Sign In
leventkoldas
/
my-uefi-bootloader
Watch
1
Star
0
Fork
You've already forked my-uefi-bootloader
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5
Commits
1
Branch
0
Tags
19
MiB
Rust
92.5%
Shell
7.5%
master
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
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