Questions tagged [react-os]

ReactOS is an open source attempt to clone the Windows Operating system. Currently, the project aims to provide a windows binary-compatible OS based on Microsoft Windows NT.

ReactOS (http://www.reactos.org) is an open source attempt to clone the Windows Operating system. Currently, the project aims to provide a windows binary-compatible OS based on Microsoft Windows NT.

13 questions
10
votes
6 answers

Has anyone tried their software with ReactOS yet?

The Free MS Windows replacement operating system ReactOS has just released a new version. They have a large and active development team. Have you tried your software with it yet? if so what is your recommendation? Is it time to start…
Johan Bresler
  • 6,450
  • 11
  • 56
  • 77
5
votes
1 answer

How does SHLoadIndirectString() work internally?

I have been trying to get display names (user friendly name of an application) of all UWP applications installed on a system from a desktop application. I am trying to use SHLoadIndirectString() on the resource string obtained from the registry…
Sahil Singh
  • 3,352
  • 39
  • 62
3
votes
1 answer

Running ELF binaries on ReactOS

Please be patient in answering as I am new to all this and want to get my basics 100 percent right. I am a Mechanical Engineer, so do not be harsh. I am learning about some very basic low level stuff and was interested in understanding a concept…
msiyer
  • 821
  • 6
  • 20
1
vote
1 answer

ReactOS – Where are the ntdll.dll stubs?

I was just searching through the ReactOS source code on github and I can't find the system call stubs in ntdll. How is this implemented? I can see SharedUserData->SystemCall being set to KiIntSystemCall / KiFastSystemCall but I can't trace any use…
Lewis Kelsey
  • 4,129
  • 1
  • 32
  • 42
1
vote
1 answer

How do I download ReactOS Kernel source?

I would like to download the ReactOS Kernel Source Code for a project (because Windows_NT is closed source). I just want the kernel source, and nothing else.
0
votes
0 answers

How does a thread break out of the while loop in WaitforSingleObject()?

I recently read the implementation code for the WaitforSingleObject function in Reactos: https://github.com/reactos/reactos/blob/master/ntoskrnl/ke/wait.c KeWaitForSingleObject(IN PVOID Object, IN KWAIT_REASON WaitReason, IN KPROCESSOR_MODE…
0
votes
1 answer

why v86 stuck at "Fetching v86.wasm ..."?

I am trying to run React OS on v86 but it stuck I. see the Js console and it Says: Uncaught (in promise) TypeError: c.setOption is not a function v86_all.js:374 at new kf (v86_all.js:374:88) at mf (v86_all.js:385:67) at…
0
votes
0 answers

Errors when compiling an audio driver with ReactOS Build Environment

When I compile the driver's source code (which can be downloaded at https://u.teknik.io/Rq3cw.zip) using ReactOS Build Environment (available at https://downloads.sourceforge.net/reactos/RosBE-2.2.0.exe) and Git for Windows (available at…
Zero3K
  • 1
  • 3
0
votes
1 answer

Shared folders with VirtualBox and ReactOS

I want to have shared folders between my computer on Arch Linux and a virtual machine with ReactOS, but I don't know where the folder appears in ReactOS. Where does it appear?
RedGl0w
  • 11
  • 1
0
votes
3 answers

How to checkout reactos sources including all tags and branches as SVN working copy or git clone?

My research results so far are: checking out http://svn.reactos.org/svn/reactos/trunk/reactos/, http://svn.reactos.org/svn/reactos/trunk/ and http://svn.reactos.org/svn/reactos cause relocation error ( $ LANG=C svn co…
Kalle Richter
  • 8,008
  • 26
  • 77
  • 177
0
votes
1 answer

default MINMAXINFO values?

I am currently working on a piece of code to circumvent the modal loops for moving and resizing Windows by effectively re-implementing DefWindowProc for the process. The first snag I've hit is with MINMAXINFO. It seems that Windows fills this in…
nfries88
  • 374
  • 6
  • 7
0
votes
1 answer

Can IDA run in ReactOS?

I have a project where I will be distributing a reverse engineering environment using vagrant and I am concerned about using a Windows image as the vm base for licensing reasons. I would like to use ReactOS to run IDA (freeware version) and am…
user284244
-1
votes
1 answer

Where I can find online translation tool for .RC files?

I checked few of online translation tools, but anyone have support for .RC files. Example of file: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mspaint/lang/en-US.rc?view=markup Anyone have URL to translation tools which have…
Saibamen
  • 610
  • 3
  • 17
  • 43