Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
Operating Systems Education Wine Technology

Russian Univ. Launches Course Based On ReactOS Led By Alex Bragin 90

New submitter jeditobe writes "Aleksey Bragin reported that starting in February he would be a lecturer at the Moscow State Technical University teaching the operating system course. He said that he intends to incorporate ReactOS into the lab work so that students would have the opportunity to work on an actual operating system. He also intends to translate and upload the slides he will use for class for others to see." (Bragin is the Project Coordinator for ReactOS.)
This discussion has been archived. No new comments can be posted.

Russian Univ. Launches Course Based On ReactOS Led By Alex Bragin

Comments Filter:
  • by burni2 ( 1643061 ) on Saturday February 09, 2013 @05:45AM (#42842087)

    I'm fed up with the posts "Why not use .." just shut up, ReactOS works and well it is not without bugs and not matured so it's perfect for
    students to get their minds dirty .. what bugs me more is that an open source develloper turns into Vladimir Putins la(p/b) dog to get funding,

    btw.
    Why not use FreeBSD ? the soruce for kernel & userland is extremly well organized within the source tree
    and well it's a unix, happy now ?

    btww.
    Why not use BananaOS instead ?

    PRO:
    a.) it's virtually non existent
    b.) the architecture is highly adaptable due to it's virtuallity
    c.) the memory footprint is rather low (8 bytes!!)
    d.) it can virtually do everything
    e.) has a nice gui it appears of the OS tast the user likes! ...
    CON:
    it really does only exist in ones mind

  • by Pentium100 ( 1240090 ) on Saturday February 09, 2013 @05:56AM (#42842107)

    ReactOS would be extremely useful if it was ever completed. A free OS compatible with Windows, that would allow users to drop Windows but continue to use their software and hardware as normal (after all, Linux/FreeBSD is a very different OS, most Windows software does not work on it).

    If ReactOS was ever completed it would be a big problem for Microsoft....

  • by ottawanker ( 597020 ) on Saturday February 09, 2013 @05:59AM (#42842115) Homepage

    I'm assuming by 'work on' he means the actual code of the OS.

    Its impossible to do this with Windows, and Linux is already fairly feature complete. Maybe ReactOS has places where it could use some fairly simple code that would at the same time teach the students how to write code for an OS...

  • Re:why? (Score:5, Interesting)

    by rtfa-troll ( 1340807 ) on Saturday February 09, 2013 @06:08AM (#42842139)

    If the problems are already solved, then it's more difficult to be the one who solves them. If the solutions are already extremely optimized then it's more difficult to be the person who provides a better solution. Sometimes you want to repeat other people's work, but sometimes it's worth trying to be the first person to do something. A less tuned OS like ReactOS might be good for teaching on.

    I'd be more concerned about the question "why use a complex OS like ReactOS rather than a simple one like Minix" since lots of the key teaching points could get lost in the arcane details, but again, there's also plenty to be said for showing the real world from time to time rather than just academic theory and using one thing doesn't stop you using the other.

    The most important thing is probably the quality of the teaching and if ReactOS motivates the professor to be interested in what his students are doing then it's probably going to give them a better course than they could ever have otherwise.

  • by muuh-gnu ( 894733 ) on Saturday February 09, 2013 @06:11AM (#42842145)

    If Reactos ever threatens to get into an usable state, Microsoft can simply outspend them by moving on and letting Reactos always play costly catch up.

    The effort invested into Reactos would make much more sense if invested into Wine instead.

    Using Reactos still means using Windows and writing Windows apps in the first place, so it benefits the Windows overall ecosstem. If the effort were spent on Wine instead, people would be able to run their Windows apps, but would have to switch to Linux first, and Linux would be their new primary environment while Wine would be just a compatibility layer. Nobody would directly write apps for Wine, it would be just a way to run old apps until they are ported to your new native environment, Linux.

    Reactos is not the necessary step away _from_ Windows, it _is_ Windows with all the usual downsides of Windows, but without the benefit of a company like Microsoft supporting it.

  • by ByteSlicer ( 735276 ) on Saturday February 09, 2013 @06:40AM (#42842235)

    The effort invested into Reactos would make much more sense if invested into Wine instead.

    ReactOS uses the higher level libraries and services from Wine, so any improvements they make in those will improve Wine too (and vice versa).

    Besides that, everyone is free to invest their time and efforts in whatever they want.

  • by ThePhilips ( 752041 ) on Saturday February 09, 2013 @08:38AM (#42842553) Homepage Journal

    It has the advantage of being bug-free (relative to ReactOS),

    That is actually a disadvantage for an academic OS. When there are obvious problems, there is no need to think much of lab assignments.

    Problem is, as system programming goes, Windows is very boring. As you say, it is very stable - but it is also closed-source. Meaning that whatever students implement remains an academic exercise.

"There is nothing new under the sun, but there are lots of old things we don't know yet." -Ambrose Bierce

Working...