Search found 115 matches
- Fri Aug 03, 2018 2:10 am
- Forum: Development Help
- Topic: Trying the self compile, but takes forever
- Replies: 11
- Views: 3869
Re: Trying the self compile, but takes forever
Also note XP has SMP... and ReactOS doesn't so you get no benefit from multiple cores (even if the build process is single threaded it would still be faster on an SMP machine). That was a question I'd like to do on another thread, why RoS does not support more than 1 core? Why? Simply because NO co...
- Thu Aug 02, 2018 8:49 pm
- Forum: Off Topic
- Topic: QEMU loves ROS
- Replies: 7
- Views: 8086
Re: QEMU loves ROS
In these days, even ReactOS is capable to run QEMU and is possible to run ReactOS on ReactOS
- Thu Aug 02, 2018 8:12 pm
- Forum: Localization
- Topic: How to submit a translation?
- Replies: 8
- Views: 5428
Re: How to submit a translation?
I'm sorry if this is covered here somewhere, I just couldn't find a proper explanation. Where/how do I submit a new translation? My Afrikaans translation is complete for most (80-99%) of the system modules and for some of the applications (20-40%), so it is usable, and I would love it if people cou...
- Thu Aug 02, 2018 8:06 pm
- Forum: Development Help
- Topic: Trying the self compile, but takes forever
- Replies: 11
- Views: 3869
Re: Trying the self compile, but takes forever
That was a question I'd like to do on another thread, why RoS does not support more than 1 core?
- Thu Aug 02, 2018 12:09 am
- Forum: Support
- Topic: Install via Virtualbox
- Replies: 13
- Views: 3036
Re: Install via Virtualbox
Use QEMU instead of Vbox, I've installed reactos in my laptop from a QEMU vm running over linux, is easy, you just need to have a proper bootloader in your harddisk first, I would recommend Grub4Dos
- Wed Aug 01, 2018 7:31 pm
- Forum: Development Help
- Topic: Trying the self compile, but takes forever
- Replies: 11
- Views: 3869
Re: Trying the self compile, but takes forever
I leave it 8 hours (then I go to bed) and still the cmake.exe process was taking 100% of cpu and the process was incomplete, I think this could be improved in performance
- Mon Jul 30, 2018 3:48 am
- Forum: General Discussion and Feedback
- Topic: Real hardware 0.4.9
- Replies: 17
- Views: 4820
Re: Real hardware 0.4.9
To be honest, I preffer use portable web browsers, Kmeleon sadly got outdated, so I am using QtWeb, which is outdated too
but at leaset have a lot of webkit features about html5 and javascript

- Sun Jul 29, 2018 10:16 am
- Forum: General Discussion and Feedback
- Topic: Real hardware 0.4.9
- Replies: 17
- Views: 4820
Re: Real hardware 0.4.9
Haven't decided on the board i want to buy yet but they will probably have USB 2.0/3.0 being new devices i don't know if there is any way to trick React OS into believing they are 1.1, probably not? AFAIK Reactos reserves the serial port a.k.a COM1 for debugging tasks, so the serial mouse probably ...
- Sun Jul 29, 2018 3:31 am
- Forum: General Discussion and Feedback
- Topic: Real hardware 0.4.9
- Replies: 17
- Views: 4820
Re: Real hardware 0.4.9
AFAIK Reactos reserves the serial port a.k.a COM1 for debugging tasks, so the serial mouse probably won't work.
you could better see if your mother boards uses usb 1.1, because the UHCI driver has some more stability than EHIC and OHCI
you could better see if your mother boards uses usb 1.1, because the UHCI driver has some more stability than EHIC and OHCI
- Sun Jul 29, 2018 2:31 am
- Forum: General Discussion and Feedback
- Topic: Real hardware 0.4.9
- Replies: 17
- Views: 4820
Re: Real hardware 0.4.9
PS/2 keyboards and mice are supposed to work out of the box, with usb the scenario changes because you would need to compile yourself with some patches available on the wiki to get some usb features working.
- Fri Jul 27, 2018 10:44 pm
- Forum: Support
- Topic: Project Install ReactOS 4.9 on a ThinkPad T23 instead of WindowsXP
- Replies: 17
- Views: 5798
Re: Project Install ReactOS 4.9 on a ThinkPad T23 instead of WindowsXP
What is this 'screen' mode doing? The screen debug mode launch the debugger console on the background, you cannot see the debug logs unless you hit TAB+K on your keyboard, but after doing that you cannot get back to the system, it is useful when you are reproducing crashes as you can see the log be...
- Fri Jul 27, 2018 10:38 pm
- Forum: Development Help
- Topic: Trying the self compile, but takes forever
- Replies: 11
- Views: 3869
Trying the self compile, but takes forever
I am testing the self-compiling on real hardware, as my ReactOS installation has no networking connection, I cloned the git repo on linux, and saved the source in E:\ReactOS\SRC, and installed RosBE in E:\RosBE Running RosBE with E:\ReactOS\SRC as baseaddress, I execute the configure.cmd script, and...
- Fri Jul 27, 2018 7:15 pm
- Forum: Support
- Topic: Project Install ReactOS 4.9 on a ThinkPad T23 instead of WindowsXP
- Replies: 17
- Views: 5798
Re: Project Install ReactOS 4.9 on a ThinkPad T23 instead of WindowsXP
Video of the installation with drivers setup, testing some system settings and programs like Firefox, Diablo II, Wordpad, MS Excel viewer etc. https://youtu.be/LfPtI7xlnKA So far feels like an older Linux, some drivers are working, some are not, and some apps work, but still in Alpha. Notably absen...
- Fri Jul 27, 2018 12:53 am
- Forum: Support
- Topic: Project Install ReactOS 4.9 on a ThinkPad T23 instead of WindowsXP
- Replies: 17
- Views: 5798
Re: Project Install ReactOS 4.9 on a ThinkPad T23 instead of WindowsXP
Vgal's patches should be included in the trunk in my opinion
- Thu Jul 26, 2018 9:36 pm
- Forum: Support
- Topic: Project Install ReactOS 4.9 on a ThinkPad T23 instead of WindowsXP
- Replies: 17
- Views: 5798
Re: Project Install ReactOS 4.9 on a ThinkPad T23 instead of WindowsXP
This part of the wiki says that USB sticks are supported but the other version says it isn't. USB Mass Storage is implemented in USBSTOR driver and is fully working. Tested in WinXP + USBEHCI + USBSTOR. Mass storage support requires bulk and control transfers, which are implemented in USBEHCI. http...