Hello all,
I and my friend are preparing for a small OS, He's currently making the bootloader, and i'm making a Portable Executables(PE) Loader that reads PE file (EXE, DLL, OCX) and executes them...
My questions are:
1) Can this PE Loader execute Win32 programs on non-Window OS?
2) If it can execute them, then can it execute the Win32 GUI programs too?
Thanks,
.......Kimo
Executing Win32 Files with a PE Loader
Page 1 of 13 Replies - 823 Views - Last Post: 15 September 2010 - 06:44 AM
Replies To: Executing Win32 Files with a PE Loader
#2
Re: Executing Win32 Files with a PE Loader
Posted 15 September 2010 - 05:42 AM
You can only run windows programs as long as you have underlying runtime support. That means for all function calls and Windows specific behavior, you need to provide that support.
Sounds like you're trying to create your own ReactOS.
Sounds like you're trying to create your own ReactOS.
#3
Re: Executing Win32 Files with a PE Loader
Posted 15 September 2010 - 06:36 AM
#4
Re: Executing Win32 Files with a PE Loader
Posted 15 September 2010 - 06:44 AM
Program it?
I mean, that's the challenge you set for yourself. You need to figure out how to replicate a Windows runtime. You can look at ReactOS and at WINE because those are the two projects that actively do this. WINE isn't an OS, but it replicates the runtime needed. ReactOS must do the same, but also be an OS itself.
I mean, that's the challenge you set for yourself. You need to figure out how to replicate a Windows runtime. You can look at ReactOS and at WINE because those are the two projects that actively do this. WINE isn't an OS, but it replicates the runtime needed. ReactOS must do the same, but also be an OS itself.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|