-
https://github.com/jbush001/xv6-nyuzi
This boots fine under the emulator and verilog simulation, but hangs before showing the shell prompt when run on the FPGA board. This could be an issue specifi…
-
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…
-
Recently, [MIT xv6](https://pdos.csail.mit.edu/6.828/2020/xv6.html) operating system is being ported to RV32I, and I maintain RV32I fork here: https://github.com/jserv/xv6-riscv
Is it possible to r…
jserv updated
4 years ago
-
-
* MLL version for Raspberry Pi. Start with very minimal components (statically linked binaries).
* MIT's ``xv6`` course
https://pdos.csail.mit.edu/6.828/2018/xv6.html
* Ed King's "Linux Name…
-
I use brew install RISC-V toolchain on m1 mac os, and `make qemu`
it prints:
```
qemu-system-riscv64 -machine virt -bios none -kernel kernel/kernel -m 128M -smp 3 -nographic -drive file=fs.img,if…
-
스터디 자료 : [Operating System Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/) , [xv6 Operating System](https://pdos.csail.mit.edu/6.828/2017/xv6/book-rev10.pdf)
시간 : 01/17 ( PM 4:00…
-
### rv6에서도 stack overflow 발생 시 더 많은 메모리를 할당할지 정할지 고민해야 합니다.
> To detect a user stack overflowing the allocated stack memory, xv6 places an invalid guard
page right below the stack. If the user stack…
-
스터디 자료 : [Operating System Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/) , [xv6 Operating System](https://pdos.csail.mit.edu/6.828/2017/xv6/book-rev10.pdf)
시간 : 01/10 ( PM 4:00…
-
스터디 자료 : [Operating System Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/) , [xv6 Operating System](https://pdos.csail.mit.edu/6.828/2017/xv6/book-rev10.pdf)
시간 : 01/03 ( PM 4:00…