Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atiep/tinyvale
- Owner: AtieP
- License: bsd-3-clause
- Created: 2021-04-25T12:54:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T23:44:41.000Z (over 3 years ago)
- Last Synced: 2023-03-10T15:13:09.887Z (almost 2 years ago)
- Language: Assembly
- Size: 88.9 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`