A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Art Yerkes 1a752ef4ba This is a simplified case of something cygwin does:
1) Create a shared memory are using CreateFileMapping with SEC_RESERVE set.
2) Make the handle inheritable.
3) Call CreateProcess with inherit = TRUE
4) Map the region using MapViewOfFile.
5) Commit pages using VirtualAlloc.

See: MSDN's documentation on CreateFileMapping and VirtualAlloc.

When the test runs correctly, "%d: starting" is printed twice, with no other
output.

svn path=/trunk/; revision=6481
2003-10-31 20:26:14 +00:00
freeldr Remove comment about freeldr depending on djgpp only. 2003-10-21 21:23:58 +00:00
os2 Hope I fixed the broken issue. 2003-01-18 15:55:07 +00:00
posix I changed the PSXDLL.DLL version info description to make it different from MS' (and make it say what it actually is). 2003-09-27 21:23:23 +00:00
reactos This is a simplified case of something cygwin does: 2003-10-31 20:26:14 +00:00
rosapps Fix building with the current stuff 2003-10-25 16:09:22 +00:00