Jana Dönszelmann

Results 44 issues of Jana Dönszelmann

Allow constructing a ringbuffer *at an address*

support the creation of multiple aliases of `__label` inside the label module

This is just a notification issue. No need to actually do anything right now.

What do you think about moving the copyright notice from the bottom of the README.md to a LICENSE file as is usual?

The current kernel only works on real Raspberry pi systems that have the BCM2836 chip. This is because that's the only one we can emulate. Drivers for the BCM2835 should...

To hopefully someday create a usable user-space and maybe (some time far in the future) be able to compile course_os in course_os itself. (which would require porting gcc for example),...

task

Am I allowed to delete some old (6+ years ago updated) branches?

This makes the api a bit more consistent to HashMap/HashSet. I renamed empty to new, and made it an associated function like in HashMap. Then, I removed the PartialEq bound...