Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/returninfinity/baremetal-demo

Various demo and test programs
https://github.com/returninfinity/baremetal-demo

Last synced: 2 days ago
JSON representation

Various demo and test programs

Awesome Lists containing this project

README

        

# BareMetal Demo

Various test/example programs for BareMetal OS.

## Prerequisites

The scripts in this repo depend on a Debian-based Linux system like [Ubuntu](https://www.ubuntu.com/download/desktop) or [Elementary](https://elementary.io). macOS is also supported if you are using [Homebrew](https://brew.sh).

- [NASM](https://nasm.us) - Assembly compiler to build the apps written in Assembly.
- [GCC](https://gcc.gnu.org) - C compiler for building C/C++ applications.

In Linux this can be completed with the following command:

sudo apt install nasm gcc

// EOF