« Respuesta #11 en: 28 Septiembre 2020, 20:23 pm »
Me hizo gracia este mensage (que he remarcado en la imagen)... sorprende que aún en ciertas empresas de prestigio, existe la posibilidad del 'manazas' que actúa con toda su buena intención pero en el fondo, sin saber lo que implica.
« Respuesta #13 en: 30 Septiembre 2020, 22:15 pm »
https://twitter.com/NTDEV_ ha conseguido compilar con el código fuente filtrado Windows XP SP1 y Windows Server 2003.
Lo cual confirma que el código fuente es real y auténtica, aunque no estaba 100% completo, faltaban algunas partes. Faltaba el archivo Winlogon.exe y una variedad de controladores.
How to compile Windows Server 2003
Here are the steps that I did. 1. Set the date to 1st of August, 2003 2. Extract the code to the C: drive 3. Go to Win2k3/NT, and delete the read-only attributes. 4. Go to NT/Tools, and double click on driver.pfx. This will import a certificate. 5. Open Command Prompt. Go to c:\Win2K3\NT. 6. type tools\razzle free offline. This may take a bit on the first run. 7. type perl tools\timebuild.pl -NOCLEANBUILD -NOSYNC -NOSCORCH. This will take a while (3 hours in my case) 8. When it will fail, go to the XP SP1 Source code, and copy the file directui.lib to the \public\internal\windows\lib\i386 folder. Also, check for other errors in the build process in the log file NT\build.err 9. type build /zp. This will try to recompile again the programs that were not successfully compiled before. Do this multiple times. 10. After you've done this, we are ready to begin making the CD structure. To do this, type perl tools\timebuild.pl -NOCLEANBUILD -NOSYNC -NOSCORCH -RESUME. This will take a while. 11. After this is done, go to c:\binaries.x86fre\srv, and see if there is something resembling a Windows CD (with an i386 folder setup.exe). 12. Now, from your retail 2003 CD, you may want to copy the missing files. They are mostly help files and drivers. Also, copy the asms01.cab from the retail CD. 13. Add the content of the folder into an ISO (you can use oscdimg, but I used PowerISO) 14. And you're done! However, when installing the build, make sure to set the BIOS date as August 1st, 2003. Use a Windows Server 2003 Standard Server installation key.