The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] NetBSD 0.9
       [not found] <mailman.1.1291255202.1100.tuhs@minnie.tuhs.org>
@ 2010-12-02 10:54 ` Johnny Billquist
  2010-12-02 11:27   ` Jeremy C. Reed
  0 siblings, 1 reply; 8+ messages in thread
From: Johnny Billquist @ 2010-12-02 10:54 UTC (permalink / raw)


On 12/02/10 03:00, Jason Stevens<neozeed at gmail.com> wrote:

> I asked a while back if anyone had any NetBSD 0.8 or 0.9 archives.. I
> thought I'd let the list know that I did manage to find NetBSD 0.9, and
> using VMWare I've managed to revive it into something that Qemu can run.
>
> If anyone has VMWare and wants to stroll down memory lane, I've uploaded the
> install diskettes here:
> http://sourceforge.net/projects/bsd42/files/Install%20tapes/NetBSD/0.9/NetBSD%200.9%20i386%20floppies.zip/download
>
> And I've setup an archive with Qemu&  NetBSD all ready to go here:
> http://sourceforge.net/projects/bsd42/files/4BSD%20under%20Windows/v0.4/NetBSD%200.9.zip/download
>
> If anyone wants to use their own qemu for their own platform, I've had to
> modify the hw/pc.c and remove the NE2000 definition of 0x300,9 as irq 9 is
> in use somewhere else in the emulator and it won't allow any sharing on
> Irq9.. (Wasn't IRQ 9 shared anyways with the cascade controller???)
>
> At any rate, I built irc, lynx&  bzip2 on there, and they seem to function
> just fine.
>
> Again if anyone has any lead on NetBSD 0.8 that'd be great, I'd like to save
> these from the digitial dumpster....

Maybe I'm totally dense, or something...?

cvs -P :pserver:anoncvs at anoncvs.netbsd.org:/cvsroot co -R netbsd-0-8 src

or substitute the tag netbsd-0-9 or netbsd-0-9-base if you need those 
revisions. Nothing is going to disappear into a digital dumpster when 
you have revision control systems...

(There are bunch of more tags related to NetBSD 0.9 as well, if you want 
to know, and you can get at any other version you want as well, just as 
easily.)

If you want binaries and not just sources, then it might be a bit more 
tricky. But since you can build the system from the sources, I can't see 
that this should be a big hurdle.

	Johnny



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [TUHS] NetBSD 0.9
  2010-12-02 10:54 ` [TUHS] NetBSD 0.9 Johnny Billquist
@ 2010-12-02 11:27   ` Jeremy C. Reed
  0 siblings, 0 replies; 8+ messages in thread
From: Jeremy C. Reed @ 2010-12-02 11:27 UTC (permalink / raw)


> Maybe I'm totally dense, or something...?
> 
> cvs -P :pserver:anoncvs at anoncvs.netbsd.org:/cvsroot co -R netbsd-0-8 src


 cvs -d :pserver:anoncvs at anoncvs.netbsd.org:/cvsroot co -r netbsd-0-9 \
src/sys/kern/kern_exit.c

(note I changed -P and -R to -d and -r respectively)

 cat src/sys/kern/kern_exit.c



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [TUHS] NetBSD 0.9
  2010-12-10 16:23 ` Jeremy C. Reed
@ 2010-12-10 17:20   ` Jason Stevens
  0 siblings, 0 replies; 8+ messages in thread
From: Jason Stevens @ 2010-12-10 17:20 UTC (permalink / raw)


These are all on NetBSD 0.9 i386 with no modifications to the system,
and they just represent source I had quickly on hand...  NetBSD 0.9
uses gcc 2.4.5

I have to admit, I'm almost thinking of something like this for
embeded systems, having more then 4mb of ram is common place now, and
hell I like the idea of static exe's so I don't have dll issues... As
the dynamic libs didn't come into play until NetBSD 0.9, right?

netbsd# dmesg
NetBSD 0.9 (QEMU) #0: Wed Dec  1 14:58:34 PST 2010
 root at netbsd:/usr/src/sys/arch/i386/compile/QEMU
CPU: i486DX (486-class CPU)
real mem  = 67104768
avail mem = 64659456
using 153 buffers containing 1257472 bytes of memory
pc0 at 0x60-0x6f irq 1 on isa
pc0: color
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wd0 at wdc0 targ 0: 511MB 1040 cyl, 16 head, 63 sec <QEMU HARDDISK>
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
ne0 at 0x320-0x32f irq 10 on isa
ne0: ne2000 ethernet address 52:54:00:12:34:56
npx0 at 0xf0-0xff on isa
npx0: using exception 16
biomask 4040 ttymask 2 netmask 400 impmask 402
wdc0: extra interrupt
wdc0: extra interrupt



netbsd# lynx -version

Lynx Version 2.8.1rel.2 (1998)
Copyrights held by the University of Kansas, CERN, and other contributors.
Distributed under the GNU General Public License.
See http://lynx.browser.org/ and the online help for more information.

netbsd# irc --version
ircII version 4.4 (19971207)

netbsd# bzip2 --version
bzip2, a block-sorting file compressor.  Version 1.0.6, 6-Sept-2010.

  Copyright (C) 1996-2010 by Julian Seward.

  This program is free software; you can redistribute it and/or modify
  it under the terms set out in the LICENSE file, which is included
  in the bzip2-1.0.6 source distribution.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  LICENSE file for more details.


On Fri, Dec 10, 2010 at 11:23 AM, Jeremy C. Reed <reed at reedmedia.net> wrote:
> On Wed, 1 Dec 2010, Jason Stevens wrote:
>
>> At any rate, I built irc, lynx & bzip2 on there, and they seem to
>> function just fine.
>
> Were those were modern/recent releases of irc, lynx, and bzip2 built
> using old NetBSD 0.9 (old gcc, old libc, etc)?
>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [TUHS] NetBSD 0.9
  2010-12-01 20:50 Jason Stevens
  2010-12-01 21:12 ` Natalia Portillo
@ 2010-12-10 16:23 ` Jeremy C. Reed
  2010-12-10 17:20   ` Jason Stevens
  1 sibling, 1 reply; 8+ messages in thread
From: Jeremy C. Reed @ 2010-12-10 16:23 UTC (permalink / raw)


On Wed, 1 Dec 2010, Jason Stevens wrote:

> At any rate, I built irc, lynx & bzip2 on there, and they seem to 
> function just fine.

Were those were modern/recent releases of irc, lynx, and bzip2 built 
using old NetBSD 0.9 (old gcc, old libc, etc)?



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [TUHS] NetBSD 0.9
  2010-12-03 10:28 ` Johnny Billquist
@ 2010-12-03 11:14   ` Jason Stevens
  0 siblings, 0 replies; 8+ messages in thread
From: Jason Stevens @ 2010-12-03 11:14 UTC (permalink / raw)


This is by no means complete.....
Although we do have kern_exit.c from NetBSD 0.9 and from 386BSD 0.0 pl24
I'll have to mash things around to see what happens...  I didn't get a
chance yesterday with some great white north type nation blocking
ipsec.........

/netbsd-0.8/src/src/bin/df/df.c
/netbsd-0.8/src/src/include/ar.h
/netbsd-0.8/src/src/include/assert.h
/netbsd-0.8/src/src/include/ctype.h
/netbsd-0.8/src/src/include/grp.h
/netbsd-0.8/src/src/include/nlist.h
/netbsd-0.8/src/src/include/protocols/dumprestore.h
/netbsd-0.8/src/src/include/pwd.h
/netbsd-0.8/src/src/include/setjmp.h
/netbsd-0.8/src/src/include/time.h
/netbsd-0.8/src/src/include/utmp.h
/netbsd-0.8/src/src/lib/libc/gen/ctype_.c
/netbsd-0.8/src/src/lib/libc/gen/isctype.c
/netbsd-0.8/src/src/sbin/restore/dirs.c
/netbsd-0.8/src/src/sbin/restore/pathnames.h
/netbsd-0.8/src/src/sbin/restore/restore.h
/netbsd-0.8/src/src/sbin/restore/tape.c
/netbsd-0.8/src/src/sys/arch/i386/i386/conf.c
/netbsd-0.8/src/src/sys/conf/param.c
/netbsd-0.8/src/src/sys/kern/init_main.c
/netbsd-0.8/src/src/sys/kern/kern_acct.c
/netbsd-0.8/src/src/sys/kern/kern_clock.c
/netbsd-0.8/src/src/sys/kern/kern_descrip.c
/netbsd-0.8/src/src/sys/kern/kern_exit.c
/netbsd-0.8/src/src/sys/kern/kern_fork.c
/netbsd-0.8/src/src/sys/kern/kern_prot.c
/netbsd-0.8/src/src/sys/kern/kern_resource.c
/netbsd-0.8/src/src/sys/kern/kern_sig.c
/netbsd-0.8/src/src/sys/kern/kern_subr.c
/netbsd-0.8/src/src/sys/kern/kern_synch.c
/netbsd-0.8/src/src/sys/kern/subr_disk.c
/netbsd-0.8/src/src/sys/kern/subr_prf.c
/netbsd-0.8/src/src/sys/kern/sys_generic.c
/netbsd-0.8/src/src/sys/kern/sys_process.c
/netbsd-0.8/src/src/sys/kern/sysv_shm.c
/netbsd-0.8/src/src/sys/kern/tty.c
/netbsd-0.8/src/src/sys/kern/tty_conf.c
/netbsd-0.8/src/src/sys/kern/vfs_lookup.c
/netbsd-0.8/src/src/sys/kern/vfs_subr.c
/netbsd-0.8/src/src/sys/kern/vfs_syscalls.c
/netbsd-0.8/src/src/sys/kern/vfs_vnops.c
/netbsd-0.8/src/src/sys/sys/acct.h
/netbsd-0.8/src/src/sys/sys/buf.h
/netbsd-0.8/src/src/sys/sys/callout.h
/netbsd-0.8/src/src/sys/sys/conf.h
/netbsd-0.8/src/src/sys/sys/dkstat.h
/netbsd-0.8/src/src/sys/sys/errno.h
/netbsd-0.8/src/src/sys/sys/exec.h
/netbsd-0.8/src/src/sys/sys/fcntl.h
/netbsd-0.8/src/src/sys/sys/ioctl.h
/netbsd-0.8/src/src/sys/sys/ioctl_compat.h
/netbsd-0.8/src/src/sys/sys/ipc.h
/netbsd-0.8/src/src/sys/sys/kernel.h
/netbsd-0.8/src/src/sys/sys/param.h
/netbsd-0.8/src/src/sys/sys/proc.h
/netbsd-0.8/src/src/sys/sys/shm.h
/netbsd-0.8/src/src/sys/sys/signal.h
/netbsd-0.8/src/src/sys/sys/stat.h
/netbsd-0.8/src/src/sys/sys/systm.h
/netbsd-0.8/src/src/sys/sys/timeb.h
/netbsd-0.8/src/src/sys/sys/times.h
/netbsd-0.8/src/src/sys/sys/tty.h
/netbsd-0.8/src/src/sys/sys/ttydefaults.h
/netbsd-0.8/src/src/sys/sys/types.h
/netbsd-0.8/src/src/sys/ufs/dir.h
/netbsd-0.8/src/src/sys/ufs/ufs_lookup.c
/netbsd-0.8/src/src/sys/ufs/ufs_vfsops.c
/netbsd-0.8/src/src/usr.bin/m4/serv.c
/netbsd-0.8/src/src/usr.bin/mesg/mesg.c
/netbsd-0.8/src/src/usr.sbin/lpr/common_source/common.c
/netbsd-0.8/src/src/usr.sbin/lpr/lpr/lpr.c


On Fri, Dec 3, 2010 at 5:28 AM, Johnny Billquist <bqt at softjar.se> wrote:

> On 12/03/10 03:00, "Jeremy C. Reed"<reed at reedmedia.net> wrote:
>
>  >  Maybe I'm totally dense, or something...?
>>> >
>>> >  cvs -P :pserver:anoncvs at anoncvs.netbsd.org:/cvsroot co -R netbsd-0-8
>>> src
>>>
>>
>>  cvs -d :pserver:anoncvs at anoncvs.netbsd.org:/cvsroot co -r netbsd-0-9 \
>> src/sys/kern/kern_exit.c
>>
>> (note I changed -P and -R to -d and -r respectively)
>>
>
> Wow. Did I really write that? :-)
> Thanks for the correction. I have no excuse.
>
>
>   cat src/sys/kern/kern_exit.c
>>
>
> Anything in particular we should look for?
>
>        Johnny
>
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20101203/66fce70e/attachment.html>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [TUHS] NetBSD 0.9
       [not found] <mailman.1.1291341601.16646.tuhs@minnie.tuhs.org>
@ 2010-12-03 10:28 ` Johnny Billquist
  2010-12-03 11:14   ` Jason Stevens
  0 siblings, 1 reply; 8+ messages in thread
From: Johnny Billquist @ 2010-12-03 10:28 UTC (permalink / raw)


On 12/03/10 03:00, "Jeremy C. Reed"<reed at reedmedia.net> wrote:

>> >  Maybe I'm totally dense, or something...?
>> >
>> >  cvs -P :pserver:anoncvs at anoncvs.netbsd.org:/cvsroot co -R netbsd-0-8 src
>
>   cvs -d :pserver:anoncvs at anoncvs.netbsd.org:/cvsroot co -r netbsd-0-9 \
> src/sys/kern/kern_exit.c
>
> (note I changed -P and -R to -d and -r respectively)

Wow. Did I really write that? :-)
Thanks for the correction. I have no excuse.

>   cat src/sys/kern/kern_exit.c

Anything in particular we should look for?

	Johnny



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [TUHS] NetBSD 0.9
  2010-12-01 20:50 Jason Stevens
@ 2010-12-01 21:12 ` Natalia Portillo
  2010-12-10 16:23 ` Jeremy C. Reed
  1 sibling, 0 replies; 8+ messages in thread
From: Natalia Portillo @ 2010-12-01 21:12 UTC (permalink / raw)


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

Hi Jason,

Would you please write a howto to the QEMU Official OS Support List at http://www.claunia.com/qemu/ ?

Thanks in advance,
Natalia Portillo

El 01/12/2010, a las 20:50, Jason Stevens escribió:

> I asked a while back if anyone had any NetBSD 0.8 or 0.9 archives.. I thought I'd let the list know that I did manage to find NetBSD 0.9, and using VMWare I've managed to revive it into something that Qemu can run.
> 
> If anyone has VMWare and wants to stroll down memory lane, I've uploaded the install diskettes here:
> http://sourceforge.net/projects/bsd42/files/Install%20tapes/NetBSD/0.9/NetBSD%200.9%20i386%20floppies.zip/download
> 
> And I've setup an archive with Qemu & NetBSD all ready to go here:
> http://sourceforge.net/projects/bsd42/files/4BSD%20under%20Windows/v0.4/NetBSD%200.9.zip/download
> 
> If anyone wants to use their own qemu for their own platform, I've had to modify the hw/pc.c and remove the NE2000 definition of 0x300,9 as irq 9 is in use somewhere else in the emulator and it won't allow any sharing on Irq9.. (Wasn't IRQ 9 shared anyways with the cascade controller???)
> 
> At any rate, I built irc, lynx & bzip2 on there, and they seem to function just fine.
> 
> Again if anyone has any lead on NetBSD 0.8 that'd be great, I'd like to save these from the digitial dumpster....
> 
> 
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20101201/d1fef335/attachment.html>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [TUHS] NetBSD 0.9
@ 2010-12-01 20:50 Jason Stevens
  2010-12-01 21:12 ` Natalia Portillo
  2010-12-10 16:23 ` Jeremy C. Reed
  0 siblings, 2 replies; 8+ messages in thread
From: Jason Stevens @ 2010-12-01 20:50 UTC (permalink / raw)


I asked a while back if anyone had any NetBSD 0.8 or 0.9 archives.. I
thought I'd let the list know that I did manage to find NetBSD 0.9, and
using VMWare I've managed to revive it into something that Qemu can run.

If anyone has VMWare and wants to stroll down memory lane, I've uploaded the
install diskettes here:
http://sourceforge.net/projects/bsd42/files/Install%20tapes/NetBSD/0.9/NetBSD%200.9%20i386%20floppies.zip/download

And I've setup an archive with Qemu & NetBSD all ready to go here:
http://sourceforge.net/projects/bsd42/files/4BSD%20under%20Windows/v0.4/NetBSD%200.9.zip/download

If anyone wants to use their own qemu for their own platform, I've had to
modify the hw/pc.c and remove the NE2000 definition of 0x300,9 as irq 9 is
in use somewhere else in the emulator and it won't allow any sharing on
Irq9.. (Wasn't IRQ 9 shared anyways with the cascade controller???)

At any rate, I built irc, lynx & bzip2 on there, and they seem to function
just fine.

Again if anyone has any lead on NetBSD 0.8 that'd be great, I'd like to save
these from the digitial dumpster....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20101201/cd279ecb/attachment.html>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-12-10 17:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1.1291255202.1100.tuhs@minnie.tuhs.org>
2010-12-02 10:54 ` [TUHS] NetBSD 0.9 Johnny Billquist
2010-12-02 11:27   ` Jeremy C. Reed
     [not found] <mailman.1.1291341601.16646.tuhs@minnie.tuhs.org>
2010-12-03 10:28 ` Johnny Billquist
2010-12-03 11:14   ` Jason Stevens
2010-12-01 20:50 Jason Stevens
2010-12-01 21:12 ` Natalia Portillo
2010-12-10 16:23 ` Jeremy C. Reed
2010-12-10 17:20   ` Jason Stevens

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).