-
-
# 操作系统资料汇总 - 爱像水墨青花
入门教程 如何从零开始写一个简单的操作系统 30天自制操作系统 Stop & 「OS67 」 Start 自制一个小型的linux操作系统 经典教程 Xv6, a simple Unix-like teaching operating system 中文版的 MIT
[http://localhost:1313/post/os/%E6%93%8D…
-
I tried to use the API to transcript the audio of an mp4 file. I followed the documentation, however I get an empty result.
I tried to transcript the same file using the demo on https://cloud.google.…
-
**About**
Tell us a bit about yourself! How did you find the project? What's your favorite IT Crowd episode? etc.
- I'm a student at Columbia University studying computer science. Currently, I've …
-
Hi, I just wanted to point to MIT's teaching os Xv6:
https://pdos.csail.mit.edu/6.828/2019/xv6.html
It comes with a book:
https://pdos.csail.mit.edu/6.828/2019/xv6/book-riscv-rev0.pdf
The late…
thmxv updated
5 years ago
-
-
XV6 expects there to be a UART at memory address: 0x1000 0000, which is currently not there in Spike.
-
Because this version of Spike forces loads and stores to always go through the slow path, memory-heavy programs are running very slowly. For example, xv6 clears memory before starting up and this take…
-
gdb-dashboard works with standart terminals, but when I run it in vscode IDE, DebugConsole gives me there errors:
(Not: I tried on XOrg, I am using Debian10)
```
e[31mCannot write the dashboa…
thknx updated
4 years ago
-
currently enclave/normal world memory management is fragile. for example just calling the libc functions is breaking the memory layout (following log, libc tests works before callling normal_world()).…
zatkh updated
5 years ago