Search found 164 matches

by Julcar
Sun Aug 05, 2018 9:32 am
Forum: Support
Topic: Doesn't get further than the language choice page...
Replies: 8
Views: 2965

Re: Doesn't get further than the language choice page...

At a quick review I can give you two possible reasons:

1) Your keyboard is USB and isn't recognized by ReactOS
2) You are triggering an assertion

If you are using a PS/2 keyboard then it is the assertion
by Julcar
Sun Aug 05, 2018 8:22 am
Forum: Support
Topic: How to disable the entire USB stack?
Replies: 3
Views: 3471

Re: How to disable the entire USB stack?

Today I had a time to work on this, and got it! I've just created a USB-Less ISO, here is the patch that disables the whole usb stack: diff --git a/boot/bootdata/txtsetup.sif b/boot/bootdata/txtsetup.sif index fc2aa63..80ad9d2 100644 --- a/boot/bootdata/txtsetup.sif +++ b/boot/bootdata/txtsetup.sif ...
by Julcar
Sat Aug 04, 2018 10:52 am
Forum: Development Help
Topic: RosBE doesn't work on Debian
Replies: 4
Views: 3002

Re: RosBE doesn't work on Debian

maybe zlib is installed but not in the paths where RosBE is searching, what you can do is a

Code: Select all

sudo find / | grep zlib
to see where is your zlib located, and then symlink it to the RosBE's desired path
by Julcar
Fri Aug 03, 2018 7:37 pm
Forum: Off Topic
Topic: QEMU loves ROS
Replies: 7
Views: 9163

Re: QEMU loves ROS

learn_more wrote: Fri Aug 03, 2018 7:13 pm Maybe if someone creates a new image with a new ReactOS they will use that instead :)
In the Epic Win thread are a lot of them
by Julcar
Fri Aug 03, 2018 2:10 am
Forum: Development Help
Topic: Trying the self compile, but takes forever
Replies: 11
Views: 7430

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...
by Julcar
Thu Aug 02, 2018 8:49 pm
Forum: Off Topic
Topic: QEMU loves ROS
Replies: 7
Views: 9163

Re: QEMU loves ROS

In these days, even ReactOS is capable to run QEMU and is possible to run ReactOS on ReactOS
by Julcar
Thu Aug 02, 2018 8:12 pm
Forum: Localization
Topic: How to submit a translation?
Replies: 8
Views: 17428

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...
by Julcar
Thu Aug 02, 2018 8:06 pm
Forum: Development Help
Topic: Trying the self compile, but takes forever
Replies: 11
Views: 7430

Re: Trying the self compile, but takes forever

cb88 wrote: Thu Aug 02, 2018 7:52 pm 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?
by Julcar
Thu Aug 02, 2018 12:09 am
Forum: Support
Topic: Install via Virtualbox
Replies: 13
Views: 4281

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
by Julcar
Wed Aug 01, 2018 7:31 pm
Forum: Development Help
Topic: Trying the self compile, but takes forever
Replies: 11
Views: 7430

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
by Julcar
Mon Jul 30, 2018 3:48 am
Forum: General Discussion and Feedback
Topic: Real hardware 0.4.9
Replies: 17
Views: 7764

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 :lol: but at leaset have a lot of webkit features about html5 and javascript
by Julcar
Sun Jul 29, 2018 10:16 am
Forum: General Discussion and Feedback
Topic: Real hardware 0.4.9
Replies: 17
Views: 7764

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 ...
by Julcar
Sun Jul 29, 2018 3:31 am
Forum: General Discussion and Feedback
Topic: Real hardware 0.4.9
Replies: 17
Views: 7764

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
by Julcar
Sun Jul 29, 2018 2:31 am
Forum: General Discussion and Feedback
Topic: Real hardware 0.4.9
Replies: 17
Views: 7764

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.
by Julcar
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: 8216

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...