Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanshruthr/hertzhero
A minimal, monolithic operating system designed to check the hardware of the host system.
https://github.com/sanshruthr/hertzhero
bootable customos hardwarecheck iso monolithickernel operating-system
Last synced: 7 days ago
JSON representation
A minimal, monolithic operating system designed to check the hardware of the host system.
- Host: GitHub
- URL: https://github.com/sanshruthr/hertzhero
- Owner: SanshruthR
- Created: 2023-09-28T14:34:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-28T15:20:24.000Z (about 1 year ago)
- Last Synced: 2023-09-28T17:42:03.287Z (about 1 year ago)
- Topics: bootable, customos, hardwarecheck, iso, monolithickernel, operating-system
- Language: Assembly
- Homepage: https://github.com/SanshruthR/HertzHero
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hertz Hero Operating System
![Real Hardware](https://img.shields.io/badge/Real%20Hardware-Tested-purple)
[![License](https://img.shields.io/badge/license-MIT-darkgreen.svg)](https://opensource.org/licenses/MIT)
![VMware](https://img.shields.io/badge/VMware-Tested-teal)https://github.com/SanshruthR/HertzHero/assets/98751980/3f25b68a-5ab4-44b7-bf93-1285f71a1a86
HertzHero is a minimal, monolithic operating system designed to check the hardware of the host system.
## Features- Displays system information:
- System Vendor: Vendor Name
- CPU Name: CPU Brand String
- CPU Frequency: CPU Cycle Speed
- CPU Uptime
- RAM: Amount of RAM
- Shutdown functionality.## Usage
1. Download the [HertzHero ISO (v2.0)](https://github.com/SanshruthR/HertzHero/blob/master/hertzhero.iso).
2. Run the HertzHero ISO in VMware or on real hardware.
3. Press any key to update the system Uptime.
4. View system information.
5. Press Enter or 'A' to shutdown the system.
6. Create a bootable pendrive using rufus and test the OS on real hardware.
7. ![image](https://github.com/SanshruthR/HertzHero/assets/98751980/15b215e2-7241-47ff-95ce-154ac90f1995)## Compatibility
- :white_check_mark: Works on real hardware.
- :white_check_mark: Works on VMware.## License
This project is licensed under the MIT License - see the license file for details.
---