ReturnInfinity / BareMetal-Demo

Various demo and test programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BareMetal Demo

Various test/example programs for BareMetal OS.

Prerequisites

The scripts in this repo depend on a Debian-based Linux system like Ubuntu or Elementary. macOS is also supported if you are using Homebrew.

  • NASM - Assembly compiler to build the apps written in Assembly.
  • GCC - C compiler for building C/C++ applications.

In Linux this can be completed with the following command:

sudo apt install nasm gcc

// EOF

About

Various demo and test programs

License:MIT License


Languages

Language:Assembly 73.4%Language:C 21.6%Language:Shell 5.0%