ostep-projects
ostep-projects copied to clipboard
Projects for an undergraduate OS course
Sources: https://www.assistedcoding.eu/2017/11/06/install-vx6-operating-system/ https://stackoverflow.com/questions/56507764/error-couldnt-find-a-working-qemu-executable Ignore all the other commits, they were an accident.
As the repo https://github.com/mit-pdos/xv6-public has been deprecated. I found it difficult to set up xv6. So i did a little search. Here is what i found: 1. Follow the instructions...
Hi, Would you be releasing the tests for this anytime soon?
Hi! Apple have migrated all their Mac to ARM M1 chip for 2 years, and stoped selling their old intel x86-64 product since 2020. In 2022, I noticed lots of...
For file `wclient.c` in project `concurrency-webserver`, the method `read_or_die` instead of `readline_or_die` should be used when reading HTTP body. If the requested file size is larger than 8K, we need...
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` was not installed...
`/tmp` is a public directory for all users. When testing on a shared instructional machine, it happened that a student left an intermediate file `/tmp/output11`. It then caused other students...