Re: wine/ scheduler/thread.c scheduler/process.c l ...
Sept. 18, 2003
6:46 p.m.
Alexandre Julliard wrote: > ChangeSet ID: 9365 > CVSROOT: /home/winehq/opt/cvs-commit > Module name: wine > Changes by: julliard(a)wine.codeweavers.com 2003/09/17 00:31:33 > > Modified files: > scheduler : thread.c process.c > loader : module.c > libs/wine : loader.c > dlls/ntdll : Makefile.in > dlls/kernel : thread.c process.c Makefile.in > Added files: > dlls/kernel : fiber.c except.c > Removed files: > win32 : except.c > scheduler : fiber.c > > Log message: > Moved almost all remaining process, thread, fiber and exception > functions to dlls/kernel. Quite a bit of the initialisation code is still in ntdll. How do you see the final move: - all initialisation code in kernel32 - part of it in ntdll, the rest in kernel32 A+ -- Eric Pouech
September 2003
7:04 p.m.
New subject: wine/ scheduler/thread.c scheduler/process.c l ...
Eric Pouech <pouech-eric(a)wanadoo.fr> writes:
Quite a bit of the initialisation code is still in ntdll. How do you see the final move: - all initialisation code in kernel32 - part of it in ntdll, the rest in kernel32
There will of course be parts in ntdll and parts in kernel32, but initialization still requires quite a bit of work. Right now I'm trying to make sure that at least the API functions are in the right place. -- Alexandre Julliard julliard(a)winehq.com
8225
Age (days ago)
8225
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Eric Pouech