Updated What Happens When... (markdown)

Kevin Lange 2015-10-02 23:57:02 -07:00
parent 85f8204d45
commit b57aefae09

@ -37,3 +37,5 @@ The original shell process will [`wait`](https://github.com/klange/toaruos/blob/
## `fetch`
Now we're at the point where we can look at the code for `fetch` itself. We're at [`main()`](https://github.com/klange/toaruos/blob/e195298e5ba99956ee05a1ce91c0024ea95321db/userspace/net/fetch.c#L76).
_TODO: This is still a work in progress_