Skip to content

Richard-W/uefi-framebuffer-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uefi-framebuffer-example

Dependencies

cargo-xbuild

$ cargo install cargo-xbuild

lld-link

The lld-link application needs to be in $PATH. Ubuntu provides the lld package but it contains an executable named lld-link-6.0.

To make it work create a symlink in /usr/local/bin:

$ ln -s /usr/bin/lld-link-6.0 /usr/local/bin/lld-link

Emulator

Install qemu-system-x86_64 and ovmf packages on your system.

uefi-run is optional but a makes things a lot easier.

$ cargo install uefi-run

Building & Running

To build just issue

$ make

If uefi-run is installed you can start the application with

$ make run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published