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

https://github.com/sn99/sam

A bootloader
https://github.com/sn99/sam

assembly bootloader

Last synced: about 1 year ago
JSON representation

A bootloader

Awesome Lists containing this project

README

          

# sam
A bootloader

[![Build Status](https://travis-ci.com/sn99/sam.svg?branch=master)](https://travis-ci.com/sn99/sam)

## Requirements
1. [nasm](https://www.nasm.us/) `sudo apt-get install nasm`
2. [qemu](https://www.qemu.org/) `sudo apt-get install qemu && sudo apt-get install qemu-system`

## Build
`./build main`

## Run
`./run main`

**`build` script is included in `run`**