No
Microsoft lost big parts of the Source Code of Windows 200 & NT 4.0 (more NT 4 then 200). But it's not enough source code to compile your own Windows!
pentiumforever
-----Ursprüngliche Nachricht----- Von: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] Im Auftrag von Hartmut Birr Gesendet: Freitag, 11. März 2005 17:54 An: ReactOS Development List Betreff: Re: [ros-dev] Saying To All
Thomas Larsen schrieb:
- Disam shell32 and scsiport.sys Theire where lot of places where it where
identical
The M$ compiler and gcc is very different. If you compare the assembler code which is compiled from the same source, you can found the same functions bodies, but inside the functions there are many differences. Some time ago, I've ported a simple driver for an eprom programer from M$ tools to the ReactOS build system. At the start it hasn't worked, because I forgot the stdcall attributes for some functions. The reassembled code was very different.
- Microsoft Source leak my friend just downloaded it i got parts of the
code what could be on my
1,33 mb floppy
If you was interessted to compare the ros and M$ code, you have never worked with a floppy. It is too simple to burn a cd or dvd.
- Saw scsiport.sys where 90% identical i layout and code and alittel of
shell32
Some parts of scsiport are from me. I've never seen the scsiport sources from M$. I'm not sure which code from M$ you know. Our scsiport is more compatible with the NT4.0 one. I've test many scsi controller with its NT 4.0 drivers (adaptect 2940, ataptec on asus p2d, dmx3194uw, diamond fireport, tekram dc390, initio a100, some with different lsi chipset, some with initio 950 chip set). I think M$ has lost the W2K sourcesand not the NT4.0 one. Our scsiport is very different from W2k and it is different from NT4.0. I've add a list of imported functions. Some functions are very specific for the implemention. ReactOS doesn't use IoFreeMdl, IoFreeIrp, the DeviceQueu functions and some others. Many things may nearly the same, bcause they must implement the some functions. Our implementation is different from M$. The different imported functions shows this. You cannot find 90% identical, if you compare our source with the M$ source.
- Hartmut