rpi-kernel icon indicating copy to clipboard operation
rpi-kernel copied to clipboard

A Basic (non Linux) C++ Kernel for Raspberry Pi.

Results 4 rpi-kernel issues
Sort by recently updated
recently updated
newest added

In the Push method inside the stack class you create a new dynamic iterator object, and never delete it. This causes a memory leak because that object just sits in...

I just noticed that the Pop function in List class in common doesn't decrement the length data member. Calls to getLength might not accurately represent the list's true length. Love...

In RaspberryPiLib.cpp's `Wait()` (on line 82), time to wait is calculated with `uint32 target = ticks + ( time * 800 );` where 800 is a magic number based on...

The kernel's output functions do not support the `BEL` character, or `\a`. It would be really nice if you could add code to support it.