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!
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
🤘🏻
Execute the following from the project root
brew install rbenv ruby-build
rbenv init
rbenv 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!
HOS is being built on the great work of the RusPiRo and Rust Raspberry Pi OS Tutorials projects; thank you so much!