rust-raspberrypi-OS-tutorials
rust-raspberrypi-OS-tutorials copied to clipboard
:books: Learn to write an embedded OS in Rust :crab:
### Description Related Issue: ### Pre-commit steps - [x] Tested on QEMU and real HW Rasperry Pi. - Not needed if it is just a README change or similar. -...
This issue contains the description of the entire Chinese translation and the description of the pull request. The following is the list to be translated. If there is any omission,...
### Description Related Issue: ### Pre-commit steps - [ ] Tested on QEMU and real HW Rasperry Pi. - Not needed if it is just a README change or similar....
Recently, I was trying to enable jtag debugging on bare metal projects, and I found some problems while doing simple tests on this project, which may BC my STFW ability...
My os: Ubuntu 22 Problem: I cant input anything, and when I type in characters to the console, nothing is echoed. I tried running the kernel in qemu, and on...
### Description Related Issue: #166 ### Pre-commit steps - [ ] Tested on QEMU and real HW Rasperry Pi. - Not needed if it is just a README change or...
Hey, this is my attempt at porting it to RISC-V :) https://github.com/retpolanne/rust-mangopi-OS-tutorials-riscv The challenge I'm currently facing is that, for some reason, the stack frame gets a lot of 0xff's...
Are there any plans for supporting devices like the Pico WH, Pico W? These are decently smaller than the rpi 4 but share a similar cpu and gpu layout. They...
### Description * I built a patched version of QEMU with RPi4 support (see https://github.com/U007D/qemu-raspi4) * Updated the Docker image to use this build (see https://hub.docker.com/repository/docker/u007d/osdev-utils-rpi4/general) * Updated references in...
New translation for the fifth README. I also applied the suggested changes to the fourth README from the past pull request I did.