Kirn
I'll also have to see how Windows 2000 handles launching OS/2 processes. I suspect that the kernel's behavior is to simply pass anything that has a valid MZ header but not a valid PE header to NTVDM; if so, then NTVDM probably has a shim to further invoke OS2SS
Kirn
I'll have to look at osFree as well, but if it doesn't implement 16-bit stuff, it won't be useful at all. I'm mostly interested in getting 16-bit OS/2 stuff running
Kirn
(Mainly because that's what Windows NT and Windows 2000 supports out of the box.)
Anonymous
HBelusca (https://jira.reactos.org/secure/ViewProfile.jspa?name=hbelusca) resolved CORE-11916 - Wrong MoveToEx implementation as 'Fixed' https://jira.reactos.org/browse/CORE-11916
Anonymous
Giannis Adamopoulos (https://jira.reactos.org/secure/ViewProfile.jspa?name=smiley) resolved CORE-11972 - %Userprofile% is missing an Environment Variable as 'Duplicate' https://jira.reactos.org/browse/CORE-11972
Anonymous
Christoph von Wittich (https://jira.reactos.org/secure/ViewProfile.jspa?name=christoph_vw) resolved CORE-11973 - ExitProcess sets ExitCode always to 0 as 'Fixed' https://jira.reactos.org/browse/CORE-11973
Anonymous
Volodymyr Shcherbyna (https://jira.reactos.org/secure/ViewProfile.jspa?name=vshcherbyna) resolved CORE-11967 - [PATCH] Fixing memory leak of SePublicDefaultDacl, SePublicDefaultUnrestrictedDacl, SePublicOpenUnrestrictedDacl, SeSystemDefaultDacl in SepInitDACLs (72642) as 'Won't Fix' https://jira.reactos.org/browse/CORE-11967
Anonymous
Volodymyr Shcherbyna (https://jira.reactos.org/secure/ViewProfile.jspa?name=vshcherbyna) resolved CORE-11970 - [PATCH] Fixing memory leak of SePublicDefaultSd, SePublicDefaultUnrestrictedSd, SePublicOpenSd, SePublicOpenUnrestrictedSd, SeSystemDefaultSd in SepInitSDs (72645) as 'Won't Fix' https://jira.reactos.org/browse/CORE-11970
Alejandro Jeditobe
Wtf
Greg
Wtf
They keep changing their name.
orestes
hai again
Anonymous
Hii
Alejandro Jeditobe
Hi
Dani
Wtf
wat
Anonymous
Telegram does
Anonymous
Dunno about cutegram
Jesus
both are made in qt
Jesus
so both should probably work
Anonymous
Mark Jansen (https://jira.reactos.org/secure/ViewProfile.jspa?name=learn_more) resolved CORE-11969 - Office 2003 - Web Folder Crash as 'Fixed' https://jira.reactos.org/browse/CORE-11969
Kittygirl
that would be pretty dank :3
Kittygirl
...If ReactOS is free, maybe we could give it to customers for free instead of pirating Windows for them for free.
Kittygirl
<3
orestes
which games work on reactos
orestes
other than hl2
Jyrki
counter strike source
orestes
would age of empires II work
Emilis
Does dota2 work?
Anonymous
Speaking of dota, will reactos try on the longer term to implement the vulkan api?
🦥Alex Fails
🦥Alex Fails
I launched aoc.exe on 0.3.17
🦥Alex Fails
(Aoc.exe is the patched AoE2 which can launch in windowed mode, seamessly switch localization, etc)
🦥Alex Fails
Damn, he left this chat
Anonymous
Did he get far
David
reactos doesn't have to implement the vulkan api
David
it's like opengl
David
the drivers themselves provide the DLLs that apps will use
David
although we may need some sort of thin wrapper
David
but not really anything big
Emilis
A thin wrapper? So like candy wrappers or something? I can supply that
🦥Alex Fails
No. Kernel-mode api for 2d video interop
🦥Alex Fails
Or ICD-like mechanism
David
given that windows 7 probably doesn't have its own "vulkan dll", but does support vulkan drivers, my guess is it's mostly done by drivers, without any OS requirements
Emilis
What if you're the vulkan DLL? :o
David
well, dynamic binding lets you get function pointers to any DLL you load
David
so it would just be a matter of the program loading the right DLL
David
opengl32.dll in windows does that for you, but it would be easy for vulkan to bypass that
Emilis
Can I install Go on reactos?
David
vulkan doesn't care
David
however, I'm not aware of any gpu manufacturer who has created vulkan drivers for xp
David
and I highly suspect they won't
David
there
David
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
David
the vulkan loading and validation DLL
David
is provided by the Khronos group
David
so if ReactOS will ever support vulkan
David
it would have to be NT6 enough to use the Windows 7+ gpu drivers
David
and then install this runtime package
David
nothing to do on reactos itself besides that
Anonymous
Yes you are right, I should've asked you to driver support.
Emilis
So is reactos currently only windows enough to run older software, or?
David
pretty much
David
currently targets NT5 (Windows Server 2003 SP1/SP2)
David
NT5.2*
David
and the team doesn't want to switch to NT6, because that would set it back 10 years of progress
David
due to the work needed to re-design the code to the new platform
David
and add all the new missing components
Emilis
So instead they are just trying to get full 5.2 compatibility?
David
well not necessarily full
David
but the plan right now
David
is to keep the core as 5.2
David
but add "forward compatibility"
David
to support NT6 programs
David
even though the system is technically still NT5.2
Emilis
That sounds really weird
David
yes, and it wouldn't be the chosen path, if we had enough manpower
David
but with the few contributors we have, it's the only viable option