The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: cyrille.lefevre-lists@laposte.net (Cyrille Lefevre)
Subject: [TUHS] 386BSD on Bochs & Qemu...
Date: Wed, 28 Apr 2010 04:30:58 +0200	[thread overview]
Message-ID: <4BD79DE2.2010203@laposte.net> (raw)
In-Reply-To: <k2v46b366131004261052pd86642cm2975037ba1b3fbc0@mail.gmail.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1298 bytes --]

Le 26/04/2010 19:52, Jason Stevens a écrit :
> For the benefit of those without Windows 3.1, I found this great program
> hlp2doc which allowed me to convert all the hlp files into MS Word 2.0
> documents...  So using MS Word 2.0 I then re-saved all the documents
> into plain text files.. "unzip -a" should then convert them to your
> native CR/LF..
>
> I've made it available here:
>
> http://vpsland.superglobalmegacorp.com/install/386bsd/386BSD%201.0%20txt.zip
>
> If anyone feels that this is a bad thing, let me know and I'll pull it.

Hi,

in attachment, an fast and really dirty awk script to convert TXT files 
to HTML ones... :-)

for i in *.TXT; do awk -f bsd.awk "$i" >| "${i%.TXT}.HTM"; done

90% of the works should be good.

PS : there is at least 2 typos :

diff _/CPU.TXT ./CPU.TXT
27c27
< 386BSD cpu_tfork() Design Choices and Trade-Offs
---
 > 386BSD cpu_texit() Design Choices and Trade-Offs
diff _/OBJECT.TXT ./OBJECT.TXT
64c64
< What is vm_object_remove()?
---
 > What is vm_object_pmap_remove()?


Regards,

Cyrille Lefevre
-- 
mailto:Cyrille.Lefevre-lists at laposte.net
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bsd.awk
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20100428/d6a84f9e/attachment.ksh>


  reply	other threads:[~2010-04-28  2:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-17  5:12 Jason Stevens
2010-04-17 19:10 ` Natalia Portillo
2010-04-18  1:12   ` Jason Stevens
2010-04-24 14:28 ` Jacob Goense
2010-04-24 18:06   ` Jason Stevens
2010-04-24 20:59     ` Tom Ivar Helbekkmo
2010-04-25  2:29   ` Greg 'groggy' Lehey
2010-04-25  9:28     ` Jacob Goense
2010-04-25 17:32       ` Carl Lowenstein
2010-04-25 17:36         ` Jason Stevens
2010-04-26  3:23       ` Greg 'groggy' Lehey
2010-04-26  5:22         ` Jason Stevens
2010-05-04 19:37           ` Jacob Goense
2010-05-04 19:41             ` Natalia Portillo
2010-05-04 18:26         ` Jacob Goense
2010-04-26  7:03     ` Wesley Parish
2010-04-26  8:07       ` Greg 'groggy' Lehey
2010-04-26  9:33         ` Wesley Parish
2010-04-26 17:52           ` Jason Stevens
2010-04-28  2:30             ` Cyrille Lefevre [this message]
2010-04-30  7:58               ` [TUHS] UniFlex Jose R. Valverde
2010-04-30 15:38                 ` Brad Spencer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BD79DE2.2010203@laposte.net \
    --to=cyrille.lefevre-lists@laposte.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).