-
https://github.com/k0Iry/xv6-jos-i386-lab/blob/9ad90a14d12173d443633c2b7ccdce2112c93234/0001-homework-syscall-part1.patch#L282
k0Iry updated
4 years ago
-
Challenge! You probably have a lot of very similar code right now, between the lists of TRAPHANDLER in trapentry.S and their installations in trap.c. Clean this up. Change the macros in trapentry.S to…
k0Iry updated
4 years ago
-
stressfs of xv6 doesn't end. I guess that's because virtio block disk emulation is something wrong.
```sh
$ usertests
stressfs starting
write 0
write 1
write 2
write 3
write 4
```
-
- https://os.phil-opp.com/vga-text-mode/#a-println-macro 이 문서에 있는대로 println! 매크로를 만들어주세요. 이 코드를 참고할만 합니다: https://github.com/phil-opp/blog_os/blob/post-12/src/vga_buffer.rs#L159
+ 일반적으로 blog o…
-
Implement a Rust equivalent of [`sleep()` in xv6](https://github.com/mit-pdos/xv6-public/blob/34f060c3dcf3bf3dde683df9ff9872bc9f1d5d14/proc.c#L418). This is tricky because one cannot lock/unlock a loc…
-
進捗が出ているか,目標に対する方向性が正しいかを確認するところ.毎週見直しを行う.
- [インターネットOS完成までのロードマップ](https://hackmd.io/mnQV7sixSqKiXuWRN2bWVQ)
-
Hi! I just noticed this in passing, so I have not verified it by running the kernel (And it's kinda hard to make a test case for a race condition...), but I figured I would make an issue and mention i…
-
How to reproduce in xv6.
```sh
$ cat README | wc
```
Error message.
```
Unknown Instruction type.
Pc:00000000000004f0, Opcode:0000000, Word:0000000000000000
thread 'main' panicked at 'ex…
-
- `mit-pdos/riscv` 브랜치에선 부팅할땐 `hart 1 starting`이라는 메시지가 뜨는데 이 리포의 `riscv` 브랜치에선 위와 같은 메시지가 안뜹니다.
- 어디서 차이가 생기는지 알아봐야할 것 같습니다 혹시 버그일 수도 있어서요
-
I built the project for the browser, and started it up with no issues. However, when I ran `run xv6`, I get an "Index out of bounds" error in the console, which is traced back to `virtio.rs`. This cau…