Skip to content

ReturnInfinity/BareMetal-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ian Seyler
Feb 25, 2025
70bc940 · Feb 25, 2025
Feb 25, 2025
Feb 14, 2020
Aug 13, 2024
Jan 27, 2020
Oct 28, 2020
Dec 23, 2024
Dec 23, 2024
Dec 23, 2024

Repository files navigation

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