I am aware of
Stanford CS140e - Operating Systems
https://os.phil-opp.com/
I prefer the content of cs140e, but would also prefer to do something entirely within qemu / emulator (easier debugging).
Question:
-
Is it possible to emulate an Andruino on Linux?
-
Is there something similar to cs140e content-wise, but we can run directly in qemu / virtual box / ... ?
m51
2
I've never tried, but QEMU 5.1.0 lists support for some Arduinos.
Rust OSDev is a monthly blog about OS development in Rust, so you may find some pointers there as well.
A tutorial series on writing a RISC-V operating system using rust can be found here https://osblog.stephenmarz.com/. Everything is done using qemu.
I looked at it briefly a while ago and thought it looked interesting.
1 Like
This is the link I recall seeing but could not find again (until now). Thanks!
system
Closed
7
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.