Skip to content

SED4906/windows-9x-efi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows 9x EFI

This project is an EFI bootloader for Windows 9x (incl. Me).

The idea is simple: load the kernel and registry into memory, and boot it.

Build: cargo build --target i686-unknown-uefi Run: Copy target/i686-unknown-uefi/debug/windows-9x-efi.efi to C:\EFI\Boot\bootia32.efi on the target.

  • Load kernel and registry from FAT32
  • Decompress kernel, if necessary
  • Actually boot the kernel

About

UEFI bootloader for Windows 9x/Me

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages