https://github.com/robertfeliciano/bertOS
Operating System I am writing for my Raspberry Pi 3
https://github.com/robertfeliciano/bertOS
c operating-system raspberry-pi raspberry-pi-3 unix
Last synced: 11 months ago
JSON representation
Operating System I am writing for my Raspberry Pi 3
- Host: GitHub
- URL: https://github.com/robertfeliciano/bertOS
- Owner: robertfeliciano
- License: mit
- Created: 2022-05-18T22:55:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T01:10:07.000Z (over 3 years ago)
- Last Synced: 2024-07-29T19:26:17.787Z (over 1 year ago)
- Topics: c, operating-system, raspberry-pi, raspberry-pi-3, unix
- Language: C
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bertOS
## Table of Contents
1. [Background](#Background)
3. [Resources](#Resources)
4. [My Working Environment](#My-Working-Environment)
### Background
bertOS on the pi
### Resources
todo. see the wiki for now.
### My Working Environment
i test on qemu. currently using a Lenovo Thinkpad x1 carbon gen 9 running fedora.
### How to run
Please install the requirements listed in requirements.txt.
On Fedora it can be done like this: `sudo dnf install $(cat requirements.txt)`
Use your operating system's appropriate package manager.
After that, simply run `make qemu` and it will start up. I recommend redirecting stdout because I print a lot of stuff, but I'll leave that up to you to decide.