ReturnInfinity / BareMetal-Monitor

A simple CLI for BareMetal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BareMetal Monitor

A simple command line interface for the BareMetal kernel.

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 loader and kernel, as well as the apps written in Assembly.

In Linux this can be completed with the following command:

sudo apt install nasm

// EOF

About

A simple CLI for BareMetal

License:MIT License


Languages

Language:Assembly 99.0%Language:Shell 1.0%