1 unstable release
| 0.1.0 | Mar 30, 2024 |
|---|
#16 in #happy
Used in hos
25KB
621 lines
Welcome!
Hello there and welcome to HOS, thank you for stopping by!
Head over to the Wiki for info and/or if you're interested in contributing!
Status
HOS is very early in development; I haven't tested it on read hardware yet - it's been QEMU all the way baby!
If you want to check HOS out, by all means, clone the repo and make qemu 🤘🏻
Setup
Steps to get make miniterm working on macOS Sequoia (v15)
Execute the following from the project root
brew install rbenv ruby-buildrbenv initrbenv install 3.1.7(this matches the version specified in .ruby-version)bundle config build.serialport -- --with-cflags=-Wno-int-conversion(to work around a change introduced in Sequoia: source)bundle install
make miniterm should now work!
Credit
HOS is being built on the great work of the RusPiRo and Rust Raspberry Pi OS Tutorials projects; thank you so much!
Dependencies
~4.5MB
~55K SLoC