textfiles/messages/ALANWESTON/1993/CIS07_25.txt

349 lines
10 KiB
Plaintext
Raw Normal View History

2021-04-15 11:31:59 -07:00
#: 18427 S1/General Interest
20-Jul-93 19:15:08
Sb: Real time facts
Fm: Bob van der Poel 76510,2203
To: all
Here's a quote from "Electronic Design", July 8/93, Page 71 in a article called
"Market Facts" reporting on the growth of the real-time software market:
"Accordingly, revenues for suppliers of real-time operating system products
amounted to $201 millon last year....Leading suppliers are Microware, Wind
River Systems, Intel, Novell/DRI, Ready Systems, Quantum Software Systems,
Software Components Group, and Motorola. Fastest growing companies, IDC says,
are Wind River Systems, Microware and Novell/DRI."
#: 18425 S5/OS9 Users Group
19-Jul-93 19:38:07
Sb: #18387-OS9 Contractors
Fm: Bill Sutphin 72401,1770
To: Nick Terry 100042,3116
Did you get Bill West Inc? I can give info if you want. He's doing work for
me.
Bill Sutphin
#: 18433 S9/Utilities
23-Jul-93 17:34:49
Sb: #18411-ar beta testers needed
Fm: Mike Haaland 72300,1433
To: Carl Kreider 71076,76
Sounds like you've been real busy getting 13 bit compression, etc. into AR.
I'm not using my 09 anymore but thought I'd make a suggestion about handling
recursive archiving. Why not a command line switch? Ah, never mind well,
yeah. A switch, (-r or something), would grab the whole tree, no switch would
just grab the directory and contents on the command line. If you'd like some
code to do this, check out lha.
For compression on binaries, you make the place where you start the header,
then keep track of how many bytes the file compresses to, if it's bigger than
the binary, seek back to the header and 'store' the file.
Hope to see the OSK version RSN. :)
- Mike -
#: 18442 S9/Utilities
24-Jul-93 14:40:51
Sb: New Ar bugs
Fm: John L. Wilkerson Jr. 71140,77
To: Carl Kreider
I have discovered 2 errors..... In using the -u option I have encountered
the ar2: Can't get memory and error 248- media full. I have a hard drive
with 12 megs free, and I had 300k free.
Errors have occurred with ar both in and out of memory.
-- John
#: 18435 S12/OS9/68000 (OSK)
23-Jul-93 17:36:16
Sb: #18422-#GNU-C
Fm: Mike Haaland 72300,1433
To: John R. Wainwright 72517,676 (X)
Sorry about the "c.r" the editor must have eaten my leading '.'!
I meant of course ".c.r" as the rule. :-
- Mike -
There is 1 Reply.
#: 18437 S12/OS9/68000 (OSK)
23-Jul-93 19:09:01
Sb: #18435-GNU-C
Fm: John R. Wainwright 72517,676
To: Mike Haaland 72300,1433 (X)
> Sorry about the "c.r" the editor must have eaten my leading '.'!
> I meant of course ".c.r" as the rule. :-
>
> - Mike -
>
No problem with the missing ".", Mike. And I am real gratefull for the info.
Apparently the MicroWare Make is a little smarter than it looks (just the docs
are kinda dumb-- GRIN). Next time I tie into some monster UNIX program I want
to port, the makefile will be a lot simpler.
John R. Wainwright
<<CIS -- 72517,676>> <<DELPHI -- JOHNREED>>
*********** InfoXpress ************
#: 18434 S12/OS9/68000 (OSK)
23-Jul-93 17:35:00
Sb: #18410-#GNU-C
Fm: Mike Haaland 72300,1433
To: Bob van der Poel 76510,2203 (X)
Thanks for the tips on keybindings. BTW I've defined my Fn keys 1-10 thusly on
me MM/1.
:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:\
:k6=\E[R:k7=\E[S:k8=\E[T:\
Emacs works with 'em. These are the Vt-100 codes for the function keys. I load
'em from my startup file with display codes:
* Load the global function keys
* F1 = \E[M - F2 = \E[N - F3 = \E[O - F4 = \E[P
* F5 = \E[Q - F6 = \E[R - F7 = \E[S - F8 = \E[T
display 1b 2b f0 1 00 00 01 00 01 00 04 1b /[M/ 00
display 1b 2b f0 2 00 00 01 00 01 00 04 1b /[N/ 00
display 1b 2b f0 3 00 00 01 00 01 00 04 1b /[O/ 00
display 1b 2b f0 4 00 00 01 00 01 00 04 1b /[P/ 00
display 1b 2b f0 5 00 00 01 00 01 00 04 1b /[Q/ 00
display 1b 2b f0 6 00 00 01 00 01 00 04 1b /[R/ 00
display 1b 2b f0 7 00 00 01 00 01 00 04 1b /[S/ 00
display 1b 2b f0 8 00 00 01 00 01 00 04 1b /[T/ 00
Since we don't have the use of f9 or f0 I've defined them as:
:k9=\E\055:k0=\E\075:\
This translates to hitting Esc '-' for f9 and Esc '=' for f0. Fn11-20 I have as
Esc-1 thru 0.
:F1=\E1:F2=\E2:F3=\E3:F4=\E4:F5=\E5:\
:F6=\E6:F7=\E7:F8=\E8:F9=\E9:F0=\E0:
Seems to work well.
Your right the ncurses.l I'm using is the EFFO one, (I had to fix some of their
tc codes), and uses termcap.
- Mike - PS. Sounds like fun trying to get your terminal to work correctly. :(
There is 1 Reply.
#: 18440 S12/OS9/68000 (OSK)
24-Jul-93 01:37:10
Sb: #18434-GNU-C
Fm: Bob van der Poel 76510,2203
To: Mike Haaland 72300,1433 (X)
Guess your Fn key definitions make as much sense as anything else. I've got
mine set up to do 'useful' things like 'dir' and 'mfree'...however, I can never
remember which key does what, so I usually just type in the command anyway.
Would've been nice if Kev had defaulted the Fkeys to something so that we could
have a bit of a standard. Mind you, this way it sort of forces folks into using
termcap entry information...makes things more portable, for sure.
#: 18426 S12/OS9/68000 (OSK)
20-Jul-93 18:06:12
Sb: #18419-#Phillips CD-I
Fm: Ean Schuessler 73422,3441
To: Graham Trott 100115,1075
Graham --
A spy! My life is more exciting than I realize... I would say there is a
tremendous relevance to the role that OS-9 plays in developing a CD-I title.
OS-9 is CD-I's guts, it handles all the machine's resources and keeps things
moving.
Hugo --
Tell me more about the MM/1. Is that Sony's thing?
E
There is 1 Reply.
#: 18428 S12/OS9/68000 (OSK)
20-Jul-93 21:37:32
Sb: #18426-#Phillips CD-I
Fm: Hugo Bueno 71211,3662
To: Ean Schuessler 73422,3441 (X)
The MM1 (I think it stands for Multimedia 1) is a machine manufactured by
Interactive Media Services. They're a small company that developed the 68070
based computer.
The computer uses the same chip set as the CDI machines except I think it lacks
an extra video controller chip that the CDI machines have. So, I'm not sure it
can handle CDI disks without further enhancement.
I currently own a 3 meg unit running OS9-68000 V2.4. Several owners are here
in the sig, many more can be found over on Delphi.
It has stereo sound output and input, several different video resolutions, and
a palette of 16.7 million colors. The most you can get on one screen is 256.
Let's see, what else.... It has 2 parallel ports and up to 5 serial ports.
Memory can be 1, 3, or 9 megs.
The SCSI hard disk interface/software is pretty quick. I get about 1.1 megs/sec
(read) with my 170 meg Conner.
Hugo
There is 1 Reply.
#: 18429 S12/OS9/68000 (OSK)
21-Jul-93 16:11:58
Sb: #18428-#Phillips CD-I
Fm: Ean Schuessler 73422,3441
To: Hugo Bueno 71211,3662 (X)
Hmmm... Do you suppose that the CD-I graphics controller bears enough
similiarity to the MM1 to coax it into running KWINDOWS? There may be a real
market for some of the things that have been developed for the MM1 on the CD-I
side... At least for developers.
?
E
There are 2 Replies.
#: 18430 S12/OS9/68000 (OSK)
21-Jul-93 19:35:09
Sb: #18429-Phillips CD-I
Fm: Hugo Bueno 71211,3662
To: Ean Schuessler 73422,3441 (X)
Hmm, no idea on that one. Hopefully someone more knowledgable will chime in
with the correct answer.
Hugo
#: 18436 S12/OS9/68000 (OSK)
23-Jul-93 17:36:25
Sb: #18429-#Phillips CD-I
Fm: Mike Haaland 72300,1433
To: Ean Schuessler 73422,3441
The CD-I video chip is exactly the same VSC that is in the MM/1. I don't see
why it can't run Kwindows. Main problem would be having the programs right to
disk. :) But for games like MineSweeper and Tetrix it shouldn't be too hard to
make 'em work. From what I understand, the CD-RTOS has all the stuff Kwindows
does plus more.
Wonder how to get a development CD-I Box.
- Mike -
BTW, did anyone ever figure out how to make the standard CD-I consumer boxes
into 'real computers'. (w/keyboard and HD's)?
There is 1 Reply.
#: 18439 S12/OS9/68000 (OSK)
24-Jul-93 01:37:08
Sb: #18436-Phillips CD-I
Fm: Bob van der Poel 76510,2203
To: Mike Haaland 72300,1433 (X)
>BTW, did anyone ever figure out how to make the standard CD-I consumer boxes
>into 'real computers'. (w/keyboard and HD's)?
Umm, what consumer boxes are you talking about? Are these things finally
available?
#: 18432 S12/OS9/68000 (OSK)
23-Jul-93 00:08:11
Sb: #osk downloading
Fm: Ronald Tietz 72345,42
To: [F] All
I'm using taskcom and tryed to download a game and it did'nt work.
I have an mm1 personal term is set for vt100 n 7 1
help me
user stuff: 72345,42 brian, thanks
There are 2 Replies.
#: 18438 S12/OS9/68000 (OSK)
23-Jul-93 19:09:17
Sb: #18432-osk downloading
Fm: John R. Wainwright 72517,676
To: Ronald Tietz 72345,42 (X)
> I'm using taskcom and tryed to download a game and it did'nt work.
> I have an mm1 personal term is set for vt100 n 7 1
> help me
>
> user stuff: 72345,42 brian, thanks
>
Brian,
I got TASCOM as soon as it was released and I must confess that I have
never had much success with uploading or downloading with it. Sometimes it
works, sometimes not. I like to use TASCOM on DELPHI for the conference mode,
but I have given up on uploading and downloading. I know this is not a lot of
help for your question, but here is what I do.
CIS upload and download -- STERM, CIS-B (STERM is avail on CIS and
DELPHI and is included with the MM/1)
DELPHI download - Tascom,-- shell to rz (ZMODEM)
DELPHI upload - Aterm, xmodem (only thing I can get to work all the time).
(ATERM is available on DELPHI and (I think) CIS.)
Some people seem to have a lot less trouble with TASCOM than you and I, maybe
they will chime in here.
John R. Wainwright
<<CIS -- 72517,676>> <<DELPHI -- JOHNREED>>
*********** InfoXpress ************
#: 18441 S12/OS9/68000 (OSK)
24-Jul-93 05:35:48
Sb: #18432-osk downloading
Fm: Steve Wegert 76703,4255
To: Ronald Tietz 72345,42 (X)
> I'm using taskcom and tryed to download a game and it did'nt work.
> I have an mm1 personal term is set for vt100 n 7 1
> help me
>
> user stuff: 72345,42 brian, thanks
> Brian,
Not too sure about tascom .... but the first thing I'd try is setting it to 8
bits, N and 1.
What protocol did you use?
And who is Ron?
*- Steve -*
Press <CR> !>