https://github.com/sn99/sam
A bootloader
https://github.com/sn99/sam
assembly bootloader
Last synced: about 1 year ago
JSON representation
A bootloader
- Host: GitHub
- URL: https://github.com/sn99/sam
- Owner: sn99
- License: mit
- Created: 2019-05-01T20:58:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T08:05:00.000Z (about 7 years ago)
- Last Synced: 2025-03-22T17:22:57.598Z (over 1 year ago)
- Topics: assembly, bootloader
- Language: Assembly
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sam
A bootloader
[](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`**