Skip to content

kakwa/ofwboot-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standalone ofwboot

ofwboot extracted from the OpenBSD source tree and tweaked to be built under Linux.

Build

Checkout

git clone https://github.com/kakwa/ofwboot-standalone
cd ofwboot-standalone

Dependencies

  • bmake
  • SPARC64 cross toolchain: gcc-sparc64-linux-gnu and binutils-sparc64-linux-gnu

Example (Debian/Ubuntu):

sudo apt-get update -y
sudo apt-get install -y bmake gcc-sparc64-linux-gnu binutils-sparc64-linux-gnu

Compilation

From this directory:

CC=sparc64-linux-gnu-gcc LD=sparc64-linux-gnu-ld bmake

file ofwboot

Clean

bmake clean

About

Standalone version of ofwboot (Open Firmware bootloader) from OpenBSD

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published