Skip to content

Commit fbc798c

Browse files
committed
write an os in rust
1 parent 34052ab commit fbc798c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ Learning by doing is important and more effective than plainly following a docum
5151

5252
## Haskell:
5353
* [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/)
54-
* [Write Yourself a Scheme in 48 hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
54+
* [Write Yourself a Scheme in 48 hours]()
5555

5656
## Rust:
5757
* A Simple Web App in Rust
5858
* [Part 1](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/)
5959
* [Part 2a](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2a/)
60-
* [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/)
60+
* [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/)
61+
* [Write an OS in Rust](http://os.phil-opp.com/)

0 commit comments

Comments
 (0)