-
Clangd command name with specific version lead clangd plugin error for users who don't launch project in devcontainer or don't have such LSP version.
https://github.com/secs-dev/xv6-riscv/blob/5771…
-
I have built a RISC-V multicore emulator. Is it possible to run this OS on my own emulator rather than QEMU? At this stage, it can run a binary file designed for multicore programs by checking mhartid…
-
As the repo https://github.com/mit-pdos/xv6-public has been deprecated. I found it difficult to set up xv6. So i did a little search. Here is what i found:
1. Follow the instructions here: https://…
-
> Верните -1, если вызвавший процесс не имеет прав смотреть требуемый регистр
Add clarification of accessibility of register. Hard to understand what is requirement of such access.
-
參考
1. https://github.com/riscv2os/riscv2os/wiki
2. https://pdos.csail.mit.edu/6.828/2023/xv6.html
3. https://pdos.csail.mit.edu/6.828/2023/xv6/book-riscv-rev3.pdf
4. https://github.com/mit-pdos/…
-
The new Macs using the Apple Silicon M1 chip will not build this package. I see someone has made GCC 10 work via Homebrew now, I wonder if you would be able to patch this similarly. Without it I can…
-
Hi! Apple have migrated all their Mac to ARM M1 chip for 2 years, and stoped selling their old intel x86-64 product since 2020. In 2022, I noticed lots of my classmates using M1 Mac.
`qemu` and `i…
-
Hi
unable to build in mac after typed "make", please help, thaks
-
Guys,
xv6 has released a new version in 2014, and this documentation should also be updated. I'm planing on doing it recently after a whole lot of exams and projects... Now I have been in CMU, I real…
-
WebAssembly is capable to port rv32emu to browser. Then, I would like to test the WebAssembly translation of the semu codebase to see if kernels (like Linux or xv6) can be booted in a browser in order…