Linked by Thom Holwerda on Fri 2nd Feb 2007 14:44 UTC, submitted by Floris Lambrechts
ReactOS In preparation to hist talk at the upcoming FOSDEM conference in Brussels, ReactOS project leader Aleksey Bragin in an interview details the code audit that the project is going trough, and reveals the intellectual property minefield that such a large reverse engineered OS brings. "I can't stress this enough: up to now, no suspicious or illegal code has been found during the audit. Buggy code - yes, this was either fixed or rewritten. Also, another part which is sometimes speculated about - that the remaining 3% of the unaudited codebase is illegal - this is completely wrong."
Permalink for comment 208695
To read all comments associated with this story, please click here.
RE[2]: Not true
by exception on Sat 3rd Feb 2007 13:56 UTC in reply to "RE: Not true"
exception
Member since:
2005-08-30

No, I'm not on the current audit team, but I was a ReactOS developer from 1999 to 2006.

I have a few examples as the evidence you seek.

The FAT32 boot sector was and still is copied from Windows 9X. Compare it to your bootsector of any Windows 9X and you will see that they are very similar. The boot sector code has not yet been replaced, and the people doing the audit has marked it as "clean" so I guess they have no intention of reimplementing it. I can understand that. Low-level assembly code is time-consuming to write. It is much easier to just copy it from Windows.

http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/boots...

The Bye Bye thread is still there (this is what started the audit):
http://www.reactos.org/archives/public/ros-dev/2006-January/007393....

Reply Parent Bookmark Score: 3