Hi,
I've found the documentation for most of the major
troff preprocessors and macros packages, but I can't
seem to find anything but occasional references to a
paper on the "Programmer's Memorandum Macros" (troff -mm)
by Smith and Mashey.
I'm hoping some of you may have better insight into
the matter...
-aw
> I've found the documentation for most of the major
> troff preprocessors and macros packages, but I can't
> seem to find anything but occasional references to a
> paper on the "Programmer's Memorandum Macros" (troff -mm)
> by Smith and Mashey.
Try asking on the groff mailing list, they have been very active lately,
built a new macro package even.
groff(a)gnu.org
--
---
Larry McVoy lm at bitmover.comhttp://www.bitkeeper.com
Please, forgive me. I profusely apologize for all the inconveniences. It's
been fixed now.
I am sorry, I have been busy with lectures and travels and had forgotten the
issue until I finally found time tonight to re-check TUHS on this account. To
top it off my home computer broke and I only bought a new one yesterday.
Be assured I blushed when I saw my mistake and it has been the first thing
I've done.
I'll try not to leave TUHS for so long again. Promise.
j
On Thu, 09 Mar 2006 18:12:02 +0000
Z Sztrprszkolwia <sztrprszkolwia(a)gmail.com> wrote:
> Hi!
>
> A couple of weeks ago you gave this address in the TUHS list, for tape
> images of BSD:
>
> J. R. Valverde wrote:
>
> >I have made a fair number of virtual machines myself. May it's time to set them
> >free. Look into
> >
> > ftp://ftp.es.embnet.org/pub/misc/emul/images/
> >
> >for some of them.
> >
>
> Unfortunately, when I log in as anonymous the directories are listed as
> drwxrwx--- (no permision whatsoever for 'others') and I can't download
> your simhs :((
> I'm quite interested in playing with them, could you give others r-x
> permisions? Thanks :))
Please, forgive me. I profusely apologize for all the inconveniences. It's
been fixed now.
I am sorry, I have been busy with lectures and travels and had forgotten the
issue until I finally found time tonight to re-check TUHS on this account.
Be assured I blushed when I saw my mistake and it has been the first thing
I've done.
I'll try not to leave TUHS for so long again. Promise.
j
On Thu, 09 Mar 2006 18:12:02 +0000
Z Sztrprszkolwia <sztrprszkolwia(a)gmail.com> wrote:
> Hi!
>
> A couple of weeks ago you gave this address in the TUHS list, for tape
> images of BSD:
>
> J. R. Valverde wrote:
>
> >I have made a fair number of virtual machines myself. May it's time to set them
> >free. Look into
> >
> > ftp://ftp.es.embnet.org/pub/misc/emul/images/
> >
> >for some of them.
> >
>
> Unfortunately, when I log in as anonymous the directories are listed as
> drwxrwx--- (no permision whatsoever for 'others') and I can't download
> your simhs :((
> I'm quite interested in playing with them, could you give others r-x
> permisions? Thanks :))
I feel just a little bit stupid for not figuring them out sooner, but smart in
being able to figure them out on my own.
Some of you may remember a post I wrote some time ago, dealing with E11
(Ersatz-11) and the RL02 v7 image. I mentioned not being able to get out of
single-user mode, and being unable to view man pages.
Well, as it turns out, I stumbled across the method of getting to multi-user
mode. ^D, imagine that. Dropping out of single-user mode starts multi-user
mode. That's not something I would have been able to use logic to figure out.
And, well, I happened to notice that there was no temp directory, so no wonder
man couldn't create its temp file. A quick little 'mkdir tmp' and that
problem was fixed. Now, that was something I was able to figure out
logically.
Of course, now my problem is that the console is presumed to be a TTY and not
a CRT terminal. And so, man pages just scroll right up and off the screen. Oh
well. I'm sure I'll figure out something. Eventually.
>
> I was not expecting termcap or curses; I was.. *hoping* (still not expecting)
> that perhaps v7 was new enough that the 'simple' type of CRT terminals, the
> ones that were basically just glass TTYs, were in common use. That it would
> be possible to use stty to set the number of rows to n, and that just maybe
> there would be a 'more' command that would only printout the next n lines.
> You know, simple stuff. Nothing about cursor addressable displays, no special
> codes for clearing the screen, or text attributes, just screen paging. At any
> rate, I may sit down at some point and write a 'more' utility of my own. Not
> that I need it for man pages now that I have the offline version of the
> manual, but there are still things like long directory listings that it would
> be useful for.
Actually, termcap and vi was ported back to V7 very early in the piece,
though you needed an ID space processor (aka PDP11/45/50/55/70) to run vi.
There were several paging programs about, some using termcap. From memory
there was dis, pg and more. The man command didn't do any pagination
Cheers
John
Hi Everyone,
I'm having a bit of fun getting P11 up on redhat. Has anyone got a copy
of AS11 that they could send me as I want to rebuild everything
including the boot rom to make sure that I've got it as right as I can.
Cheers
Robin
--
Robin Birch
> Unfortunately the autoconfig stuff has /unix hard coded into
> it and will only look for this file.
Thanks, guys, for the answer. I've got to admit that I'm disappointed.
If you have to decide, before the old system goes down, via a series of
moves or copies or hard links or whatever, which kernel you're going to use
the next time the system comes up, then it doesn't seem all that useful.
I guess if I build a kernel that just doesn't work at all, I can always
boot the old kernel far enough to get to single user mode where I can remove
the dud /unix, put the old one back, and then reboot. That's something.
Anyway, if that's the way it is, then that's the way it is :-) Thanks
again.
Bob
Hello,
I'm interested in acquring an AT&T 3b2 computer. One of these systems
used to run a famous public UNIX system "killer". They also run #5ess
telephone switches, however the OS is different in that case
(DMERT/UNIX-RTR instead of whatever the consumer-level 3b2 runs).
If anyone has information on where to acquire these (I saw the recent
discussion on 3b1s and I know they are more prolific than 3b2s-- infact
a friend of mine used to have a UNIX PC which we set up a BBS on).
Thanks.
Jonathan Stuart, CISSP /"\ ASCII Ribbon
Software Engineer \ / Campaign
Pegasus Solutions, Inc. X against HTML
/ \ email & vCards
I was wondering how I can turn the provided TAR files of 2.9BSD into a
proper tape image for use with an emulator? Is a premade emu-friendly
install tape available? I don't have either a real '11 or a physical
tape drive on my computer?