-
* 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…
-
-
**inum** defined inside **struct dirent** is a **ushort**, suggesting the dirent can only reference up to 4 inode on disk.
https://github.com/mit-pdos/xv6-riscv/blob/f5b93ef12f7159f74f80f94729ee4faab…
-
During debugging, press continue, and the cpu usage reaches 100%.
![wps_zKxzziKVR4](https://github.com/mit-pdos/xv6-riscv/assets/101516081/6c060772-93dc-4284-93c6-22435c65e387)
![image](https://gi…
-
### 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…
-
# 【6.S081】 Lab8 Locking | LiYuHeng
xv6 book Chapter6 Locking 知识总结
[http://localhost:4000/posts/6.S081-Lab8-Locking/](http://localhost:4000/posts/6.S081-Lab8-Locking/)
-
### Overview
Implement simple shell
- Get user input
- Parse the input and interpret it as a command
- Run the command
### TODO
- [ ] Read shell implementation of the xv6
- [ ] List up Imple…
-
# MIT 6.828 - 1. Lab 01: Xv6 and Unix utilities - zbaxrl's blog
[https://blog.mky.moe/mit6828/1-lab01/](https://blog.mky.moe/mit6828/1-lab01/)
-
Which Pi's are supported. Which CPU does this target? I would like to add to this
-
https://th0ar.gitbooks.io/xv6-chinese/content/ 这里的章节链接全是失效的,考虑修复下?