Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabianfreyer/matahari
A toy osdev project
https://github.com/fabianfreyer/matahari
bootloader osdev
Last synced: about 1 month ago
JSON representation
A toy osdev project
- Host: GitHub
- URL: https://github.com/fabianfreyer/matahari
- Owner: fabianfreyer
- Created: 2014-02-09T09:58:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T02:38:35.000Z (over 7 years ago)
- Last Synced: 2023-04-19T10:27:45.676Z (over 1 year ago)
- Topics: bootloader, osdev
- Language: C
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Matahari
========This is a toy osdev project.
The aim is to write a boot loader and kernel from scratch.At the moment, it's more a basic build environment for osdev projects. It
includes scripts to build and install a cross-toolchain.
Works on OS X and Linux.Components
----------
The following components exist, possibly in other branches:
- bootloader.mbr86Building
--------
To build the bootloader, install a ct-ng toolchain:$ tools/run install-ct-ng
This downloads and builds the cross-toolchain required to build the bootloader.
Build all other components using SCons:
$ scons
Dependencies
------------
- GNU `coreutils`
- `wget`
- `gcc`
- `SCons`
- `PyYAML`Debugging
---------A `bochsrc.txt` is provided.