Skip to content

Commit ccef1b9

Browse files
Merge pull request #6 from rust-osdev/andre-richter-patch-1
Add myself
2 parents 185dbdd + a01d55c commit ccef1b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Currently we are hosting the following projects:
1212
- [`os_bootinfo`](https://github.com/rust-osdev/os_bootinfo): The boot information structure used by the `bootloader` to pass information (e.g. memory maps) to the kernel.
1313
- [`bootimage`](https://github.com/rust-osdev/bootimage): A tool to transform a kernel ELF file into a bootable disk image.
1414
- [`multiboot2-elf64`](https://github.com/rust-osdev/multiboot2-elf64): Allows parsing the boot information of the Multiboot2 standard for ELF64 kernels.
15+
- [`register-rs`](https://github.com/rust-osdev/register-rs): A common interface to CPU and MMIO registers, featuring type-safe bitfield manipulation.
1516

1617
## Contributing
1718
Contributions are more than welcome! If you have any suggestions, ideas, or projects you would like to host under this organization, don't hesitate to contact us!
@@ -24,5 +25,6 @@ The following people are currently members of this organization:
2425
- Rob Gries ([@robert-w-gries](https://github.com/robert-w-gries)): Author of [rxinu](https://github.com/robert-w-gries/rxinu), a Rust implementation of the Xinu educational operating system.
2526
- Jiří Zárevúcky ([@le-jzr](https://github.com/le-jzr)): Contributor to [helenos](https://github.com/HelenOS/helenos).
2627
- Joel Wejdenstal ([@xacrimon](https://github.com/xacrimon)): Author of the [skp](https://github.com/xacrimon/skp) project.
27-
- Isaac Woods ([@IsaacWoods](https://github.com/IsaacWoods)): Author of [Pebble OS](https://github.com/pebble-os/pebble)
28-
- Patrik Cyvoct ([@Sh4d1](https://github.com/Sh4d1)): Cloud and OSdev enthusiast
28+
- Isaac Woods ([@IsaacWoods](https://github.com/IsaacWoods)): Author of [Pebble OS](https://github.com/pebble-os/pebble).
29+
- Patrik Cyvoct ([@Sh4d1](https://github.com/Sh4d1)): Cloud and OSdev enthusiast.
30+
- Andre Richter ([@andre-richter](https://github.com/andre-richter)): Author of [Bare Metal Rust Programming on Raspberry Pi 3](https://github.com/andre-richter/rust-raspi3-tutorial).

0 commit comments

Comments
 (0)