GitXplorerGitXplorer
G

biors

public
17 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
037d5cbfc57aecadadfa650f7779dad7c529f717

Merge pull request #1 from paulmenzel/fix-spelling-of-coreboot

GGabrielMajeri committed 7 years ago
Unverified
1cf77231baeccb82d4e7b6cf0d4934d2184c43b1

README: Use official spelling for coreboot

ppaulmenzel committed 7 years ago
Unverified
9212a3907f7cf56e4ea61d91efa4e9006f5e21f5

Jump into 64-bit mode

GGabrielMajeri committed 7 years ago
Unverified
c0ca887cec21f2e0646e3493ca630fca08b55f1d

Add licensing information

GGabrielMajeri committed 7 years ago
Unverified
34427c3b9818769e4655bd963be08508be44a070

Add README

GGabrielMajeri committed 7 years ago
Unverified
516034ac650eaba692a6107f505ead9ea71af6be

Add initial code

GGabrielMajeri committed 7 years ago

README

The README file for this repository.

biors

The Basic Input / Output Rust System

This repository contains an x86 platform firmware implementation - more commonly known as a BIOS.

It is written in Rust, and is designed for modern x86_64 processors.

Similarly to coreboot, it is designed to deliver a "payload" - this could be a PC-AT compatible BIOS, or a UEFI implementation.

Build requirements

  • Make
  • Xargo
  • C compiler (such as Clang or GCC) to assemble the start.S file.

Pronounciation

BIOS is pronounced "BY-oss", this project is pronounced "BY-orss".

License

Licensed under the GNU General Public License version 3 or any other newer version, at your option.