Project: A Simple Operating System
31–40 of 44 posts
Re: Project: A Simple Operating System
#32The OS class I took at UC Berkeley (back in 2010) was in Java, which sucked all the fun out of it. Seeing other universities' OS courses always makes me feel a little jealous.
Re: Project: A Simple Operating System
#33I 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?
What is stopping you from doing this course project right now? Not meant as a criticism.
Re: Project: A Simple Operating System
#34Re: Project: A Simple Operating System
#35The OS class I took at UC Berkeley (back in 2010) was in Java, which sucked all the fun out of it. Seeing other universities' OS courses always makes me feel a little jealous.
Re: Project: A Simple Operating System
#36Re: Project: A Simple Operating System
#37Earlier quoted context omitted.
What is stopping you from doing this course project right now? Not meant as a criticism.
Before jumping to the exercise/project/exam parts, you need to study the theory, no? Unfortunately, lecture videos are password protected - only for UNSW associated persons...
Re: Project: A Simple Operating System
#38The OS class I took at UC Berkeley (back in 2010) was in Java, which sucked all the fun out of it. Seeing other universities' OS courses always makes me feel a little jealous.
How can an OS be written in Java? The only experiment into this direction that I know of is Jnode ( http://www.jnode.org/ ), which is not really mature and half-dead.
Re: Project: A Simple Operating System
#39This 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?