Allie Sargente

Results 8 issues of Allie Sargente

alloc_netdev now has 4 arguments, the third being the "name_assign_type" the new definition is as follows: `#define alloc_netdev(sizeof_priv, name, name_assign_type, setup)` This allows compilation on modern linux systems

Keybase automatically integrates key uploads with gpg, but offers a separate api for non-gpg things: https://keybase.io/docs/api/1.0

enhancement
help wanted
hacktoberfest

Currently, on x86 we're using multiboot version 1.0. Version 2.0 has more features and should be implemented. [Header file](http://git.savannah.gnu.org/cgit/grub.git/tree/doc/multiboot2.h?h=multiboot2) [Specification](https://www.gnu.org/software/grub/manual/multiboot2/multiboot.html)

enhancement
hacktoberfest

Add in ability to parse elf headers, to facilitate loading in programs in the future.

enhancement

Add in ability to probe the raspberry pi 4 to see how much memory it has. This is currently partially stubbed out in [src/arch/rpi4/bringup.c](https://github.com/primis/Apollo/blob/main/src/arch/rpi4/bringup.c) at `free_memory_get_megs()` but requires also ranges...

enhancement
hacktoberfest

Add support for the [BCM2711 Interrupts](https://datasheets.raspberrypi.com/bcm2711/bcm2711-peripherals.pdf#chap-Interrupts) To allow for better platform support on the Raspberry Pi 4

enhancement
hacktoberfest

Implement the BCM2711's [System Timer](https://datasheets.raspberrypi.com/bcm2711/bcm2711-peripherals.pdf#chap-System_Timer) as a clock source.

enhancement
hacktoberfest

In Hue, I have rooms and zones set up in a way that my physical living room is broken up into three "rooms": "Behind couch", "over TV", and "By Bookcase"....