"Jerome H. Fine" <ever...@nospam.com> wrote in message news:4fa72378$0$288$1472...@news.sunsite.dk...
Hi all,I believe there is a source kit for KED, perhaps bundled with the FMS kit - but I've never seen it available on the web.
The following is from memory :During a spell in hospital a few years ago, I disassembled KED for RT-11.
There is quite a bit of logic to determine if the VT100 supports 24*80, 12*132 or 24*132 - the 12*132being a VT100 without AVO.
Although it would be possible to extend it to cater for larger screens (which was one of my objectives)it wouldn't be a 5-minute job.
"Jerome H. Fine" <ever...@nospam.com> wrote in message news:4fa9a80e$0$281$1472...@news.sunsite.dk...
Apart from a larger screen, the other main objectives were support of the VT220-style keyboard(Page-Up keys etc) and porting it to Windows or Linux (obviously re-written in a different language).
Once I'd located the info on the RT11 overlay mechanism, and found how it worked in the base segment,it was just a matter of telling the disassembler the block and PC to use - rinse and repeat for each overlay!.
>In vmsnet.pdp-11 gre...@o2.co.uk wrote about KED:There is quite a bit of logic to determine if the VT100 supports 24*80, 12*132 or 24*132 - the 12*132 being a VT100 without AVO. Although it would be possible to extend it to cater for larger screens (which was one of my objectives) it wouldn't be a 5-minute job.For me, the biggest problem with KED, and even KEX, is the small size of the text (cut & paste) buffer. I suppose it could be made bigger by writing stuff out to a disk, but that would be a bit of work. As well, none of the DEC video terminals look very good with 132 columns or 48 rows. I'm pretty old now, though. I remember when my eyes first started to go - I thought the fouus on my terminal was going soft.
So - I use TPU with VMS, or an editor named jed with Unix. jed does come pretty close to DEC's keypad editor. As for terminals I mostly use an emulator on a Mac with a huge screen, at 132x48. It's easy to make it bigger when need be, too.
Then, when writing software, I frequently print it on wide fan-fold paper, where I can easily see quite a lot of it at once. I'll write out changes on the paper, then type (or cut & paste) them in. That is, even 48 rows are often not as much fun as being able to see a couple hundred or more... Billy Y..
>In vmsnet.pdp-11 gre...@o2.co.uk wrote about KED:There is quite a bit of logic to determine if the VT100 supports 24*80, 12*132 or 24*132 - the 12*132 being a VT100 without AVO. Although it would be possible to extend it to cater for larger screens (which was one of my objectives) it wouldn't be a 5-minute job.For me, the biggest problem with KED, and even KEX, is the small size of the text (cut & paste) buffer. I suppose it could be made bigger by writing stuff out to a disk, but that would be a bit of work. As well, none of the DEC video terminals look very good with 132 columns or 48 rows. I'm pretty old now, though. I remember when my eyes first started to go - I thought the fouus on my terminal was going soft.