Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/returninfinity/baremetal-monitor
- Owner: ReturnInfinity
- License: mit
- Created: 2019-08-26T23:38:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T20:28:21.000Z (2 months ago)
- Last Synced: 2024-09-10T23:55:18.296Z (2 months ago)
- Language: Assembly
- Homepage:
- Size: 275 KB
- Stars: 5
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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