Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atiep/tinyvale

A tiny stivale/stivale2 bootloader
https://github.com/atiep/tinyvale

Last synced: about 2 months ago
JSON representation

A tiny stivale/stivale2 bootloader

Awesome Lists containing this project

README

        

# Tinyvale
A tiny stivale/stivale2 bootloader

# What is Tinyvale?
Tinyvale is a tiny stivale and stivale2 bootloader written in pure x86 assembly language. Right now it is not very complete and lacks a lot of functionality and compliance, but it can boot a minimal 32 bit stivale kernel just fine.

# Running
Simply create an ELF file named "elf" in this project's root folder and run `make` and `make run`. To test the bootloader run `make stivale_32`