Michael Mamic

Results 12 comments of Michael Mamic

I'd say that it is dead. While working on it I became quite unsatisfied with the state of low level programming as a whole, and I am investigating how that...

In order to support the pi2 and pi3 all that needs to change in the actual OS binary is the address of a few peripherals, and then building for either...

The goal of CirnOS is not to be a Lua operating system primarily, but to allow a Raspberry Pi owner to use their device as a glorified microcontroller. Lua is...

It's true that I have not yet tested FFI, that is a must that should come very soon. The blocking of 0 delays goes with the CirnOS philosophy of having...

I have added wrappers for hardware PWM. This leaves I2C, SPI, and software PWM.

I have added complete SPI wrappers, this leaves just I2C and software PWM.

Good change to make. deploy.sh is just a simple utility for me to use, serving as a sort of template for other people that might want to develop. Now that...

Networking is part of the roadmap, but it is at the very far end. It's unclear how it will be implemented, that is, whether it will be out of the...

Can't run the build.sh file, variety of reasons: - `GCC_OPTS=-nostartfiles -ffreestanding` needs to be `GCC_OPTS="-nostartfiles -ffreestanding"` in order to run on my system - OBJ and SRC should be obj...

Being as ubiquitous as it is, I think it is safe to assume that all future contributors will be familiar with Makefile. However, there are no current problems with build.sh,...