I never got a chance to take the Systems Programming or OS Dev courses while in school- does anyone know of any online courses (or textbooks) that, by the end of it, will have you with a working toy OS through the exercises?
Project: A Simple Operating System
21–30 of 44 posts
Re: Project: A Simple Operating System
#22Re: Project: A Simple Operating System
#23This is considered the hardest computing course at UNSW (with the possible exception of the security course). It has a reputation for being brutal and breaking lesser people. 'Survivors' get a t-shirt proclaiming this fact.
How does UNSW compare to say MIT? The pace of this course looks fairly relentless.
Re: Project: A Simple Operating System
#24This is considered the hardest computing course at UNSW (with the possible exception of the security course). It has a reputation for being brutal and breaking lesser people. 'Survivors' get a t-shirt proclaiming this fact.
Re: Project: A Simple Operating System
#25This is considered the hardest computing course at UNSW (with the possible exception of the security course). It has a reputation for being brutal and breaking lesser people. 'Survivors' get a t-shirt proclaiming this fact.
Do you think this is an effective teaching style?
[1] https://www.cse.unsw.edu.au/~cs9242/14/intro/
[2] G. Heiser et al, seL4: Formal verification of an OS kernel, http://www.sigops.org/sosp/sosp09/papers/klein-sosp09.pdf .
Re: Project: A Simple Operating System
#26I'm a victorian (UniMelb) who has moved to Sydney fairly recently. What are the good meetups in Sydney for recent CompSci graduates?
Generally, recommendation would be to pick a few topics that you're interested and find related communities and meetups. You'll find interesting people through osmosis.
Re: Project: A Simple Operating System
#27Well, that and the pub. But it ranks up there!
Re: Project: A Simple Operating System
#28Re: Project: A Simple Operating System
#29I never got a chance to take the Systems Programming or OS Dev courses while in school- does anyone know of any online courses (or textbooks) that, by the end of it, will have you with a working toy OS through the exercises?
Re: Project: A Simple Operating System
#30I never got a chance to take the Systems Programming or OS Dev courses while in school- does anyone know of any online courses (or textbooks) that, by the end of it, will have you with a working toy OS through the exercises?
It comes with a 100 page book that explains a simple UNIX-like OS.