https://github.com/roshan-r/tempos
A hobby 32 bit OS
https://github.com/roshan-r/tempos
Last synced: 10 months ago
JSON representation
A hobby 32 bit OS
- Host: GitHub
- URL: https://github.com/roshan-r/tempos
- Owner: Roshan-R
- Created: 2021-11-02T04:15:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T15:54:18.000Z (over 4 years ago)
- Last Synced: 2025-02-11T15:58:22.609Z (12 months ago)
- Language: C++
- Size: 9.85 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tempos
A hobby 32 bit OS
## Features
- Protected Mode
- Custom Bootloader
- VGA Graphics
## Usage
clone the repository and run
```bash
qemu-system-x86_64 -drive format=raw,file="kernel.bin",index=0,if=floppy, -m 128M
```
to boot into the OS.
## Screenshot
