-
The build successfuly complete.
The xinu.boot is copied to kernel.img on boot partition on sdcard
There is no output on serial console.
-
-
While working on `initival-xv6` project, I ran the test script `/test-getreadcounts.sh`. Its resulting output showed test 1 had failed.
Digging deeper, I discovered the required dependency `expect`…
-
### https://pdos.csail.mit.edu/6.1810/2023/labs/lock.html
## the source code is in this commit: https://github.com/OccupyMars2025/xv6-labs-2023/commit/38caea5056b6300007f9ccda619c1cfa0c4d1009
```
$…
-
现有的Panic,我指的是xv6-k210 kernel中的`panic()`函数,严格来说只是使当前的核进入死循环。而我们希望能够能够在Panic的时候同时“*停止*”k210的两个核。
这可能会需要向`panic()`中引入适当的核间中断机制?
-
有没有专门用于打印的pdf
-
在现阶段的VFS和Scheduler搞好之后,进行一次较大规模的代码整理,主要是整理代码和编写文档。
-
https://github.com/AnubisLMS/xv6/blob/87f39024838bd0fab018a09b1487cfe2df970c83/user/usertests.c#L188
There's a bug in this printf statement that causes a balloc crash if the test was going to fail …
-
# 6.S081 lab1 write up - ClSlaid.icu | can you save me?
Preface It is considered to be important to have an overview of Operating Systems. However, due to my laziness and the radio-building-oriented …
-
- xv6에 대해서는 말씀하신대로 kernel page table이 변화하지 않습니다만 앞으로 우리가 만들 kernel에서는 필요하게 될 것 같습니다.
- 만약에 logic이 거의 비슷하다면 kvm도 지원하는 `fn alloc()`으로 만들기를 제안합니다. (꼭 이번 PR일 필요는 없어보입니다. Issue raising 해주세요)
- 아니라면 지금 그대…