Skip to content

Super bare-minimum code needed to get started writing an OS or UEFI bare metal application

License

Notifications You must be signed in to change notification settings

DanB91/Hello-UEFI-Zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello UEFI

This repo contains a very small amount of code to get started writing an OS or a bare-metal UEFI application in Zig.

Requirements:

  • Zig compiler 0.12.0-dev.1101+25400fadf or newer. Pulling down the latest build is your best bet
  • Aforementioned Zig compiler in $PATH
  • qemu-system-x86_64 in $PATH
  • Linux or Mac (might run on Windows, but has not been tested)

To Run:

zig build run will build and run this UEFI program in qemu.

About

Super bare-minimum code needed to get started writing an OS or UEFI bare metal application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages