Skip to content

isoux/BareMetal-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Various demo and test programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.9%
  • Assembly 2.9%
  • Shell 0.2%