Description:
Discussion and support of the Coherent operating system.
|
|
|
Trying to port mksh to Coherent
|
| |
Hi all,
I tried to port mksh to Coherent, and I hit some issues:
- there is no gettimeofday() and I used time() instead
- there is no termios.h and I tried to use termio.h instead (for
tcgetattr() and tcsetattr())
- there is no tcgetpgrp() and tcsetpgrp() so I disabled job control
- there is no lstat() and readlink(), I used stat() and failing the... more »
|
|
ANN: 4tH version 3.61.4 has just been released!
|
| |
Featuring a Coherent 4.2 version!
You can download it at [link]
Changes:
* The words '[ELSE]' and '[IGNORE]' have been added.
* Several new sections were added to the manual.
* The library files now support stem-leaf plots,
finite difference, compass boxing, HTML and XML... more »
|
|
to days top news
|
| |
TODAYS TOPNEWS
[link]
India qualify for men's hockey in London Olympics
NEW DELHI - Eight-time champions India secured their place in the
men's hockey event at this year's London Olympics after routing France
8-1 in the final of a qualifying tournament on Sunday.
|
|
First blog about Coherent on QEMU posted
|
| |
I published the first of my blog series on Coherent:
[link]
I decided to cut up the story into several parts, since there was a lot to
write about it. Don't tie me down on this, but I planned the following
articles:... more »
|
|
DDK question
|
| |
Hi all,
I am trying to install DDK on Cherent inside of Virtualbox. I got the
ddk32.dd image from the arcive. I install it with:
install Drv_200 /dev/fva0 1
The command /conf/DK386 gives an error about missing patches, but
reading the script it looks innocuous.
Then I try to build with:... more »
|
|
y2k
|
| |
Hi,
Are there any patches to make coherent 4.10 y2k aware ? I'd love to be
able to leave the 70s when I create or modify a file ;-)
Thanks
--Frederic
|
|
Could this work?
|
| |
What if we ignored all network cards altogether and focussed on "virtual SLIP". One can startup the emulator with emulated serial port to a Unix domain socket, e.g.
qemu-system-i386 -m 16 -hda coherent.dsk -serial unix:/tmp/cohsock,server,nowai t &
Then we hook the Unix domain socket to the SLIP protocol, e.g.... more »
|
|
virtualbox
|
| |
Hi,
Motivated by the succesful experiences of Hans with qemu I have checked the
newest version of virtualbox 4.1.8. Suprisingly Coherent boots fine .
Important : I have used DELL Optiplex 755 with Core 2 Duo. One can boot rescue floppy kernel cohat. If one create virtual disk , for example
in vdi format , then being in coherent session one can format this disk with mkfs and then copy files from floppy to this disk. Afterwords one can reboot using cohat0 kernel, with disk being the booting device.... more »
|
|
|