Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 591 Bytes

File metadata and controls

22 lines (16 loc) · 591 Bytes

Repository archived

This crate has been moved to repository rustsbi/rustsbi. Please direct issues and pull requests to the new repository.


ArceBoot

Reuse ArceOS components to build a cross-platform operating system bootloader

Build

# for serial output build:
$ make
$ make qemu-run

# for qemu virtual monitor:
# this may require a desktop system or graphical infrastructure 
# such as x11 forwarding configured on your host machine.
$ make EXACT_FEATURES="display"
$ make qemu-display