Nate Williams
19b72402c7
emoved redundant definition of imcs2_close() since it already exists in
...
ibcs2_file.c
Reviewed by: Sean and S'oren
1995-03-03 15:44:44 +00:00
David Greenman
91ee94544a
Use of vm_allocate and vm_deallocate has been deprecated.
1995-02-20 23:52:39 +00:00
Bruce Evans
125bd0c85c
Don't depend on namespace pollution in <machine/limits.h> for the
...
definition of CLK_TCK. Use _BSD_CLK_TCK_ instead of CLK_TCK so that
we don't have to include the user header <time.h>.
1995-02-03 21:31:35 +00:00
Søren Schmidt
45d04cf11f
Fix bug around VOP_READDIR, now takes 6 parameters not 4.
...
The MAXBSIZE has changed, so use DEFAULT_PAGE_SIZE instead.
1994-12-14 22:03:48 +00:00
Søren Schmidt
6897ce2e56
First shot README file for iBCS support
...
Reviewed by: sef@kithrup.com
1994-10-23 19:20:57 +00:00
Søren Schmidt
a2c74e0ab5
Fixed some video returns.
1994-10-23 19:19:42 +00:00
Søren Schmidt
e33700d2b0
Got a little closer with socksys emulation.
1994-10-17 22:13:10 +00:00
Søren Schmidt
69b770e238
iBCS2 emulator core files.
...
This is the main files for the iBCS2 emulator. It can be use
compiled into the kernel by using:
options IBCS2
options COMPAT_IBCS2
or as a lkm module using:
options COMPAT_IBCS2
and then loading it via the ibcs2 script in /usr/bin
REMEMBER: this code is still experimental ! NO WARRENTY !
Submitted by: sef@kithrup.com , mostyn@mrl.com , sos@kmd-ac.dk
1994-10-14 08:53:16 +00:00
Søren Schmidt
6e542db138
Main iBCS2 include file. First part of iBCS2 emulator.
1994-10-13 21:08:11 +00:00