Page 2 of 2

Re: How to build ROS from now on

Posted: Thu Apr 17, 2014 8:24 pm
by joao.jeronimo.89
gonzoMD wrote:

Code: Select all

ninja
will build everything

Code: Select all

ninja bootcd
will build everything and create a bootcd

Code: Select all

ninja livecd
will build everything and create a livecd
Well, what I want is none is these, but a command that puts in some directory the file tree that would end up in the c:\reactos if I installed the operating system from the bootcd. It would help if you had read what I wrote before trying to "respond"...
In other word, instead of creating the reactos.cab file, there should be a way to put the files in a separate directory.
When the RBuild was used, one could run "make install" to do this, but nowadays "ninja install" does not exist!

That way I could run the operating system in real hardware without risking my HD partition configuration through the text-mode setup program!
But that's just my preference... I'm not going to get angry if you tell me that there's no way to do this... :-) However, some time ago it was in fact possible.

JJ

Re: How to build ROS from now on

Posted: Sat Nov 22, 2014 7:50 pm
by joao.jeronimo.89
joao.jeronimo.89 wrote:That way I could run the operating system in real hardware without risking my HD partition configuration through the text-mode setup program!
But that's just my preference... I'm not going to get angry if you tell me that there's no way to do this... :-) However, some time ago this was in fact possible.
This way it makes it difficult to test the OS in real hardware.

JJ

Re: How to build ROS from now on

Posted: Fri Mar 20, 2015 3:11 pm
by DAC324
Hello,

thank you very much for this nice tutorial! I was able to build a ReactOS boot CD from SVN, everything went smoothly.

But there is one problem: There seem to be no drivers at all included! The Find New Hardware wizard does not work and it is not possible to manually choose any drivers since there do not seem to be any drivers present.

Kind regards,
DAC324

Re: How to build ROS from now on

Posted: Fri Mar 20, 2015 3:46 pm
by EmuandCo
We build some drivers with the source. The basic ones. And due to the fact that the CD only contains stuff you built, there are only the few drivers we made ourselves. If you need other drivers and are brave enough to test em... you have to manually copy them to the right spots. Some basic sound drivers are inside RApps Downloader, too.

Fetch some sound or LAN drivers for Windows XP or Server 2003 and tear them apart.

.exe and .dll files go to ReactOS\system32
.inf files go to ReactOS\inf
.sys files go to ReactOS\system32\drivers

Good luck

Re: How to build ROS from now on

Posted: Sat Mar 21, 2015 3:00 am
by Pi_User5
Some basic sound drivers are inside RApps Downloader, too.
I know most drivers are proprietary, but I was wondering if we could add more drivers to RAPPS.

Re: How to build ROS from now on

Posted: Sun Mar 22, 2015 10:48 am
by EmuandCo
If you find working drivers, just make a Jira report about it and I will add em.

Re: How to build ROS from now on

Posted: Sun Mar 22, 2015 2:42 pm
by Pi_User5
If you find working drivers, just make a Jira report about it and I will add em.
https://jira.reactos.org/browse/CORE-9409
More to be added soon.

Re: How to build ROS from now on

Posted: Wed May 06, 2015 8:30 am
by uppusaikiran
https://youtu.be/v04KbT0dh2E guys do check this ,it is a good tutorial on reactos

Re: How to build ROS from now on

Posted: Wed May 06, 2015 2:51 pm
by oldman
by uppusaikiran » Mon May 04, 2015 9:26 pm - Writing the first ReactOS application.
https://youtu.be/v04KbT0dh2E
https://youtu.be/v04KbT0dh2E
by uppusaikiran » Wed May 06, 2015 8:30 am - How to build ROS from now on
You have now posted the very same link twice, in two different threads; are you desperate for people to see it?

Re: How to build ROS from now on

Posted: Wed May 06, 2015 3:53 pm
by EmuandCo
Sidenote, I was very close to remove all of the posts. ONE link is enough

Re: How to build ROS from now on

Posted: Wed May 06, 2015 5:35 pm
by hbelusca

Re: How to build ROS from now on

Posted: Wed May 06, 2015 7:21 pm
by Black_Fox
13 currently :-) Half of his/her posts :-D

Re: How to build ROS from now on

Posted: Wed May 06, 2015 8:30 pm
by EmuandCo
Not anymore... + a 7 day ban!

Re: How to build ROS from now on

Posted: Sun May 07, 2017 1:44 pm
by sedt
Great tutorial, but how can I add patch-files for recompilation of ROS?

Re: How to build ROS from now on

Posted: Sun May 07, 2017 7:41 pm
by hbelusca
sedt wrote:Great tutorial, but how can I add patch-files for recompilation of ROS?
You should use SVN to create or apply patches to the source code of ReactOS.