Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/returninfinity/baremetal-demo
Various demo and test programs
https://github.com/returninfinity/baremetal-demo
Last synced: 2 days ago
JSON representation
Various demo and test programs
- Host: GitHub
- URL: https://github.com/returninfinity/baremetal-demo
- Owner: ReturnInfinity
- License: mit
- Created: 2020-01-27T18:41:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T00:39:41.000Z (20 days ago)
- Last Synced: 2024-10-26T12:27:45.886Z (19 days ago)
- Language: C
- Homepage:
- Size: 477 KB
- Stars: 14
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BareMetal Demo
Various test/example programs for BareMetal OS.
## 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 apps written in Assembly.
- [GCC](https://gcc.gnu.org) - C compiler for building C/C++ applications.In Linux this can be completed with the following command:
sudo apt install nasm gcc
// EOF