PSX: early code for the PSXSS server program. Currently it is a W32 console application,
authorEmanuele Aliberti <ea@iol.it>
Wed, 10 Apr 2002 21:30:22 +0000 (21:30 +0000)
committerEmanuele Aliberti <ea@iol.it>
Wed, 10 Apr 2002 21:30:22 +0000 (21:30 +0000)
commitbb24d01a481970e4327cc9817a4243cf958af764
treef346b6826b18bcd1ee2e531aade359fd972e37b4
parentf6c21b1a91f1953b2bb674112bdec1280871350a
PSX: early code for the PSXSS server program. Currently it is a W32 console application,
therefore it is not a proper subsystem, but it will be converted to native as soon as
it begins working. It probably does NOT work under ROS. I tested it under NT 4.0 SP 6a.
To see what it creates in the system name sapce, run WinObj, and HandleEx. If you
run csrterm.exe, it tries to connect to psxss.exe, but then dies because the API to
tell psxss to create a PSX process it not implemented yet. PSXDLL.DLL will connect
to \POSIX+\ApiPort (initial code in psx/lib/psxdll/misc/init.c is mute).

svn path=/trunk/; revision=2841
20 files changed:
posix/Makefile [new file with mode: 0644]
posix/include/psx/lpcproto.h
posix/lib/crt0w32.c
posix/lib/psxdll/misc/init.c
posix/server/Makefile [new file with mode: 0644]
posix/server/call/_exit.c [new file with mode: 0644]
posix/server/call/null.c [new file with mode: 0644]
posix/server/include/psxss.h [new file with mode: 0644]
posix/server/misc/init.c [new file with mode: 0644]
posix/server/misc/main.c [new file with mode: 0644]
posix/server/misc/print.c [new file with mode: 0644]
posix/server/misc/psxss.rc [new file with mode: 0644]
posix/server/ob/process.c [new file with mode: 0644]
posix/server/ob/session.c [new file with mode: 0644]
posix/server/ob/terminal.c [new file with mode: 0644]
posix/server/port/api.c [new file with mode: 0644]
posix/server/port/sbapi.c [new file with mode: 0644]
posix/server/port/session.c [new file with mode: 0644]
posix/server/port/utils.c [new file with mode: 0644]
posix/server/port/utils.h [new file with mode: 0644]