PEACE - Portable Executable win32 API Compatible Environment.

2000-09-17 Thread Takanori Watanabe
Hi, I ported kernel part of PEACE from NetBSD.(That is in sys/compat/pecoff/*). What is PEACE PEACE is Win32 API Compatible environment for (Originally) NetBSD. It consist of three parts: Kernel part to load PE format executable onto process memory space. Dynamic Linker to link with PE format

Re: PEACE - Portable Executable win32 API Compatible Environment.

2000-09-18 Thread Warner Losh
In message <[EMAIL PROTECTED]> Takanori Watanabe writes: : I ported kernel part of PEACE from NetBSD.(That is in sys/compat/pecoff/*). Cool. Way Cool. : - It requires following changes to sys/imgact.h and kern/kern_exec.c to : be able to change size of memory area to hold dynamic linker argum

Re: PEACE - Portable Executable win32 API Compatible Environment.

2000-09-18 Thread Dag-Erling Smorgrav
Takanori Watanabe <[EMAIL PROTECTED]> writes: > PEACE is Win32 API Compatible environment for (Originally) NetBSD. > It consist of three parts: > Kernel part to load PE format executable onto process memory space. > Dynamic Linker to link with PE format DLL. > Libraries to translate Win32 API cal

Re: PEACE - Portable Executable win32 API Compatible Environment.

2000-09-18 Thread Steve Kargl
Dag-Erling Smorgrav wrote: > Takanori Watanabe <[EMAIL PROTECTED]> writes: > > PEACE is Win32 API Compatible environment for (Originally) NetBSD. > > It consist of three parts: > > Kernel part to load PE format executable onto process memory space. > > Dynamic Linker to link with PE format DLL. >

Re: PEACE - Portable Executable win32 API Compatible Environment.

2000-09-18 Thread Takanori Watanabe
In message <[EMAIL PROTECTED]>, Steve Kargl wrote: >Dag-Erling Smorgrav wrote: >> Takanori Watanabe <[EMAIL PROTECTED]> writes: >> > PEACE is Win32 API Compatible environment for (Originally) NetBSD. >> > It consist of three parts: >> > Kernel part to load PE format executable onto process memory