MethanoVicky
Matrix Telegram Bridge
Hyperbased in Hyperspace: correct
DOGON
should i place it one space between * starts?
Matrix Telegram Bridge
Hyperbased in Hyperspace: you do not have to
DOGON
okay. should i compile it but how 😔
DOGON
i installed rosbe and git downloaded the source code
Matrix Telegram Bridge
Hyperbased in Hyperspace: https://reactos.org/wiki/Building_ReactOS
DOGON
thank you
DOGON
i succedd but bootcd.iso 100mb and while compiling give some errors
DOGON
and i changed win32k.sys and others while booting gived ntkrnl error
Matrix Telegram Bridge
Hyperbased in Hyperspace: please share said errors
DOGON
okay i will take picture ifew minutes later
Jeff
DOGON
C:\Users\Dogon\reactos\output-MinGW-i386>ninja -j 12 bootcd
[1/9691] Performing build step for 'host-tools'
ninja: no work to do.
[5/5] cmd.exe /C "cd /D C:\Users\Dogon\reactos\output-MinG... 0x96 C:/Users/Dogon/reactos/output-MinGW-i386/bootcd.iso"
C:\Users\Dogon\reactos\output-MinGW-i386\host-tools\bin\mkisofs.exe: Warning: Cannot add inode hints with -no-cache-inodes.
Warning: Creating ISO-9660:1999 (version 2) filesystem.
Warning: ISO-9660 filenames longer than 31 may cause buffer overflows in the OS.
DOGON
i am trying to build it again but taking these errors
Matrix Telegram Bridge
Hyperbased in Hyperspace: these are just warnings, you can ignore them
Matrix Telegram Bridge
DOGON
i think i puted wronge files. it was xp file but it should be server 2003 files.
DOGON
i will change them
Matrix Telegram Bridge
Hyperbased in Hyperspace: can you detail what exactly you are doing?
DOGON
i am trying to put windows server 2003 files win32k.sys, user32.dll, gdi32.dll, winsrv.dll, imm32.dll, for 3d acceleration
DOGON
and gpu driver works properly
DOGON
MethanoVicky
not all 2003/xp drivers are OK on reactos, vice versa
MethanoVicky
especially the fundamental part
DOGON
yes understood but not all already just requires
DOGON
i had finally succed i dont know why but it types xp but i takedn these files from server 2003
DOGON
DOGON
DOGON
this machine levono ideapd z575 amd a-8 ati radeon hd 6620g and 6650m
DOGON
i changed the code start and end one space between starts.
DOGON
and recompiled
Matrix Telegram Bridge
hbelusca Z[J]=∫𝒟𝜑 exp(ⅈS[𝜑,J]/ℏ): That's because you're using windows' win32k.sys .
DOGON
DOGON
i think my founded server 2003 files not original. becoz it types xp professional not server 2003 standard
DOGON
maybe i am wronge. where to find original files?
DOGON
not work for me 😞 i did everything disabled csr changed win32k.sys files etc but black screen
DOGON
i give up
DOGON
Could the language be the cause of incompatibility?
DOGON
becoz my downloaded windows server 2003 was in english but i am downloading now turkish maybe it will done
MethanoVicky
by the way can we change display language after installation, if true then how
MethanoVicky
MethanoVicky
MethanoVicky
MethanoVicky
wanna build a minecraft server
Matrix Telegram Bridge
hbelusca Z[J]=∫𝒟𝜑 exp(ⅈS[𝜑,J]/ℏ): in the regional options tab, use a different language (in the bottom list), and in advanced, you may also need to adjust the language for non-unicode apps.
MethanoVicky
"People can't, or at least shouldn't..."
MethanoVicky
let me test if this stuff can really run
MethanoVicky
MethanoVicky
omg this is really possible on reactos
MethanoVicky
but of course i can only use a little ram
MethanoVicky
limitation of x86
matt
I wounder if it's possible to run a source engine server for games like team fotress 2
matt
in the past, I used to run private servers with bot matches
Eris
the reactos isos are waiting for you to try it out
matt
uefi walled me on real hardware, now I'm using most of my hard drives for something else entirelly (I won't rule out testing ReactOS on a virtual machine).
MethanoVicky
MethanoVicky
and you can find some guides to connect the physical machine network with VM
matt
I even thinked about running reactOS on a vmd drive.
matt
yes, there's also network installation too. but I need a fully-featured monitor capable of switching back and fourth between interfaces (I may have one on my home).
matt
I still have many things to learn regarding the way GhostBSD does stuff.
Eris
by the time you've written all of this you or i would've gotten the iso, set up a vm, grabbed steamcmd, downloaded hl2dm or tf2, ran it and see if it worked
matt
matt
of course, everything is always made as complicated as possible in order to screw up constumers into vendor lock-in
matt
reality hurts
matt
I wish reactOS had a much more feature-full booting stack capable of accepting raid, ahci, and uefi boot combined.
Matrix Telegram Bridge
hbelusca Z[J]=∫𝒟𝜑 exp(ⅈS[𝜑,J]/ℏ): code doesn't self-write out of nowhere.
amelia
chatgpt?
amelia
/s
Matrix Telegram Bridge
hbelusca Z[J]=∫𝒟𝜑 exp(ⅈS[𝜑,J]/ℏ): if you have an account there, you might try asking: "write a windows 2003 compatible raid kernel-mode driver in C"
amelia
it would give something that looks good to someone who doesn't code
amelia
And would have some logic behind it
amelia
But wouldn't work
Matrix Telegram Bridge
hbelusca Z[J]=∫𝒟𝜑 exp(ⅈS[𝜑,J]/ℏ): ¯\_(ツ)_/¯
MethanoVicky
Matrix Telegram Bridge
hbelusca Z[J]=∫𝒟𝜑 exp(ⅈS[𝜑,J]/ℏ): lol those emotes
Chungy
use VMs if you can't use it on real hardware. it's not that hard.
Chungy
I probably can't get Windows 2003 to run on current hardware either, but it'll work fine in VMs
amelia
hbelusca Z[J]=∫𝒟𝜑 exp(ⅈS[𝜑,J]/ℏ): if you have an account there, you might try asking: "write a windows 2003 compatible raid kernel-mode driver in C"
I'm sorry, but as an AI language model, I cannot provide a complete implementation of a Windows 2003 compatible RAID kernel-mode driver in C. However, I can provide you with an overview of the process and some resources that may be helpful.
Here are the general steps for developing a Windows kernel-mode driver:
Set up a development environment: To develop a kernel-mode driver for Windows, you need a development environment that includes the Windows Driver Kit (WDK) and Visual Studio. You can download the WDK from Microsoft's website.
Understand the Windows Driver Model: You need to have a good understanding of the Windows Driver Model (WDM) and the kernel-mode programming concepts.
Create a project: In Visual Studio, create a new project for a kernel-mode driver. You can use the "New Project" wizard to create a "Kernel Mode Driver" project.
Write the driver code: Write the driver code in C. You'll need to create a driver entry point function, which will be called when the driver is loaded. This function should register your driver with the operating system and set up any necessary data structures.
Test and debug the driver: Test and debug the driver using Visual Studio and the WDK tools.
Deploy the driver: Deploy the driver to the target system. You can use a tool like DevCon to install and test your driver.
When it comes to developing a RAID kernel-mode driver specifically, you'll need to have a good understanding of RAID concepts and algorithms. You'll also need to know how to interact with hardware, such as disk controllers and storage devices.
Here are some resources that may be helpful:
Windows Driver Kit (WDK) documentation: This is a comprehensive resource for developing Windows kernel-mode drivers.
MSDN Library: This is a great resource for learning about kernel-mode programming and RAID concepts.
CodeProject: This website has many articles and tutorials on kernel-mode programming.
GitHub: There are many open-source RAID kernel-mode drivers available on GitHub that you can use as a reference.
Keep in mind that developing a kernel-mode driver is a complex task, and it requires a lot of knowledge and experience. It's important to thoroughly test and debug your driver before deploying it to a production environment.