Search found 1202 matches

by hbelusca
Tue Oct 04, 2022 3:47 pm
Forum: General Discussion and Feedback
Topic: SMSS.exe CSRSS.exe AUTOCHK.exe
Replies: 3
Views: 2413

Re: SMSS.exe CSRSS.exe AUTOCHK.exe

Have a look at this for a layman explanation:
https://learn.microsoft.com/en-us/sysin ... plications
by hbelusca
Wed May 25, 2022 12:18 am
Forum: German
Topic: Setup
Replies: 1
Views: 4537

Re: Setup

The 2nd-stage (GUI) setup being started is the program named "setup.exe".
by hbelusca
Sat Apr 16, 2022 5:28 pm
Forum: Development Help
Topic: How to generate build.ninja from a visual studio build
Replies: 5
Views: 5681

Re: How to generate build.ninja from a visual studio build

How do you get your VisualStudio solution to begin with?
Also
I read on the internet that WMIC is deprecated and not present in Windows 11, which seems to matter.
no idea whatsoever where you've read this, but how Windows Management Instrumentation matters at all for your current problem at hand?
by hbelusca
Fri Apr 15, 2022 5:09 pm
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 55
Views: 28570

Re: SFI systems support

Yep, and does the CS segment get set to a sane value? Because if so, the physical address 102ee could perhaps still be accessible, if CS == "correct value" (to be determined) and IP == 2ee.
by hbelusca
Thu Apr 14, 2022 12:29 am
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 55
Views: 28570

Re: SFI systems support

//at this point CPU will switch to real mode and IP register losing its high 16 bits (102ee -> 2ee), so next jump may be not executed
What are the settings of the CS segment at this point? What does the GDT table contents do regarding it?
by hbelusca
Fri Apr 08, 2022 2:23 am
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 55
Views: 28570

Re: SFI systems support

There seems to be some misconceptions. First, for reference, here is the multiboot support code: https://git.reactos.org/?p=reactos.git;a=blob;f=boot/freeldr/freeldr/arch/i386/multiboot.S;hb=eebe11ae0cc923d9cd9047b3394ea5c3e9d37c60 We adhere to the Multiboot 0.96 specification: https://www.gnu.org/s...
by hbelusca
Wed Apr 28, 2021 2:01 am
Forum: General Discussion and Feedback
Topic: BootCD setup
Replies: 4
Views: 7212

Re: BootCD setup

See https://reactos.org/wiki/First_Stage_GUI_Setup for the current status and what remains to be done.
by hbelusca
Sun Feb 28, 2021 8:01 pm
Forum: General Discussion and Feedback
Topic: The most updated list of the best coolers for camping is revealed
Replies: 4
Views: 5636

Re: Microkernel shim error for ReactOS or Windows NT

khaldrogo wrote: Fri Feb 26, 2021 10:07 amcan one unlink the malicious NTOSKRNL binary rights
I'm not sure we condone gratuitous trolling claims without any actual proof of those claims.
by hbelusca
Sun Feb 21, 2021 9:41 pm
Forum: General Discussion and Feedback
Topic: What Windows version would ReactOS compare to?
Replies: 4
Views: 8356

Re: What Windows version would ReactOS compare to?

And it's also written in full letters on the watermark at the bottom right of the desktop:
ros_watermark.png
ros_watermark.png (18.49 KiB) Viewed 8302 times
by hbelusca
Fri Feb 19, 2021 11:06 pm
Forum: Development Help
Topic: Help diagnosing a problem with cygwin/samba on ROS
Replies: 35
Views: 27258

Re: Help diagnosing a problem with cygwin/samba on ROS

Bear in mind that Windows doesn't have a "Handle Cygwin bugs" case in its kernel, so your "patch" is most probably wrong.
by hbelusca
Fri Feb 12, 2021 9:56 pm
Forum: Off Topic
Topic: Favorite code editor
Replies: 22
Views: 22165

Re: Favorite code editor

https://www.youtube.com/watch?v=X34ZmkeZDos
"Why Microsoft Word is the best IDE for programming" :lol: :lol: :lol:
by hbelusca
Fri Feb 12, 2021 1:23 am
Forum: Development Help
Topic: Help diagnosing a problem with cygwin/samba on ROS
Replies: 35
Views: 27258

Re: Help diagnosing a problem with cygwin/samba on ROS

You may try to write a minimal test with NtOpenFile() that tries to do what you think cygwin & co does. That test should of course work on Windows. And then try it on ReactOS.
by hbelusca
Tue Feb 09, 2021 11:08 pm
Forum: General Discussion and Feedback
Topic: Is windows driver support still actual?
Replies: 4
Views: 5659

Re: Is windows driver support still actual?

Then what the point of supporting Windows drivers today?
So that you can install vendor's drivers.
by hbelusca
Tue Feb 09, 2021 10:04 pm
Forum: General Discussion and Feedback
Topic: Original Microsoft OpenSource Windows parts
Replies: 12
Views: 12171

Re: Original Microsoft OpenSource Windows parts

feldrim wrote: Tue Feb 09, 2021 9:20 pm Just to briefly clarify the ESE issue here: ESE is an alternative to SQLite, not Everything of voidtools.
That doesn't clarify anything. ESE is JET blue, an implementation of the JET api that is superior and differs from the other one found in Microsoft Access.
by hbelusca
Sat Feb 06, 2021 12:46 am
Forum: Development Help
Topic: Help diagnosing a problem with cygwin/samba on ROS
Replies: 35
Views: 27258

Re: Help diagnosing a problem with cygwin/samba on ROS

Hi, can you retest again with the newest build of ReactOS? Fixes for the cache manager, the memory manager, and the usage of the new open-sourced Microsoft FastFat driver have been done yesterday.