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

adachristine/kjarna

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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 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

  • Zig 100.0%