From 8ec3c402502370f9210f0285877ffcafc6ff34ec Mon Sep 17 00:00:00 2001 From: spamegg Date: Tue, 21 Jun 2022 11:51:27 +0300 Subject: [PATCH] added OSTEP course page fixed typo --- coursepages/ostep/OSTEP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coursepages/ostep/OSTEP.md b/coursepages/ostep/OSTEP.md index f5475fa..288652b 100644 --- a/coursepages/ostep/OSTEP.md +++ b/coursepages/ostep/OSTEP.md @@ -96,7 +96,7 @@ git clone https://github.com/mit-pdos/xv6-public src - `initial-reverse`: the error messages that are needed to pass the tests were wrong! The provided text said `"error: ..."` but the tests expected `"reverse: ..."` so make sure to match the tests' expectations in your code. - `processes-shell`: I had to edit `/tests/3.pre` to use `/bin/ls` due to how it's set up on my system, in order to pass all the tests. Alternatively you can add `export PATH="/bin:$PATH"` to your `.profile` or `.bashrc` file. - [hints for Project 1B: `initial-xv6`](Project-1B-initial-xv6.md) -- [hints for `scheduling-xv6-lottery`](scheduling-xv6-lottery.md) +- [hints for `scheduling-xv6-lottery`](Scheduling-xv6-lottery.md) - [hints for `vm-xv6-intro`](vm-xv6-intro.md)