Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A simple CLI for BareMetal
https://github.com/returninfinity/baremetal-monitor

Last synced: 2 days ago
JSON representation

A simple CLI for BareMetal

Awesome Lists containing this project

README

        

# 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](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 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