12 Aug 2012 12:13
28 Jun 2012 19:24
intallation ramdisk problem on NetBSD/atari
Izumi Tsutsui <tsutsui <at> ceres.dti.ne.jp>
2012-06-28 17:24:12 GMT
2012-06-28 17:24:12 GMT
Has anyone recently tried installation using a kernel booted from TOS and sysinst.fs ramdisk image loaded from floppy? NetBSD/atari has used "ramdisk image auto-loaded from floppy on open," but nowadays md(4) is dynamically configured on open so we no longer can specify md[012] for a root device by default because they are not configured at mountroot(). The attached patch is a dirty hack for atari's traditional installation (until it will get ustarfs based bootable floppies?), but is there any better workaround for forthcoming 6.0 release? Thanks, Index: atari/autoconf.c =================================================================== RCS file: /cvsroot/src/sys/arch/atari/atari/autoconf.c,v retrieving revision 1.61 diff -u -p -r1.61 autoconf.c --- atari/autoconf.c 5 Jun 2011 17:09:18 -0000 1.61 +++ atari/autoconf.c 28 Jun 2012 15:55:05 -0000 <at> <at> -33,6 +33,8 <at> <at> #include <sys/cdefs.h> __KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.61 2011/06/05 17:09:18 matt Exp $"); +#include "opt_md.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/reboot.h>(Continue reading)
19 Mar 2012 11:09
(unknown)
Julian Coleman <jdc <at> coris.org.uk>
2012-03-19 10:09:39 GMT
2012-03-19 10:09:39 GMT
>From owner-port-atari <at> netbsd.org Mon Mar 19 08:34:47 2012
Return-Path: <owner-port-atari <at> netbsd.org>
Delivered-To: port-atari <at> netbsd.org
Received: from localhost (localhost [127.0.0.1])
by mail.netbsd.org (Postfix) with ESMTP id 3EF4014A2F4
for <port-atari <at> netbsd.org>; Mon, 19 Mar 2012 08:34:47 +0000 (UTC)
X-Virus-Scanned: amavisd-new at NetBSD.org
Authentication-Results: mail.NetBSD.org (amavisd-new);
dkim=pass (2048-bit key) header.d=gmail.com
Received: from mail.netbsd.org ([127.0.0.1])
by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025)
with ESMTP id 7gXGG8nTrL2v for <port-atari <at> netbsd.org>;
Mon, 19 Mar 2012 08:34:46 +0000 (UTC)
Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52])
(using TLSv1 with cipher RC4-SHA (128/128 bits))
(No client certificate requested)
by mail.netbsd.org (Postfix) with ESMTPS id 6497714A2D6
for <port-atari <at> netbsd.org>; Mon, 19 Mar 2012 08:34:46 +0000 (UTC)
Received: by bkcjm19 with SMTP id jm19so4206569bkc.25
for <port-atari <at> netbsd.org>; Mon, 19 Mar 2012 01:34:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:cc:content-type;
bh=yg/PBqLnnf5obDyZkJ4Lu9pxulzdYfGXp7d6kbb4iOM=;
b=FaH+AGDhLqIsnFcET6kZe3gacgpFgqXU6bHvFyBrLI4WdXr5S294or9Iog793zwtUH
2UVGE8SyY9aM0/ItXI6f7iZSxPiEpkPnWg9PR+qkCcHYYRh9XoPzAAdyOlbF0EEKVbQE
BlQtAVLYHIQH1106r0ABQiowVCiZf77SrWKC2P0felZ8VRN9wFn5mtZu+QK55dbYe1+y
ALMsAbSlvkLeu3jp8GJ9MPfaePWz/uHwmBKGEjIFpE8XCfUjwMCAIBIBS5sXtSGnH4CO
CHNFdKyr2wf09iex0HCmnxwFem7XsubuOK66tw/11LdGnxLUClwkKIz91SQa+groayLP
(Continue reading)
19 Mar 2012 02:28
Bootstrapping ARAnyM with NetBSD
John Klos <john <at> ziaspace.com>
2012-03-19 01:28:05 GMT
2012-03-19 01:28:05 GMT
Hi, Since I don't have any real Atari hardware, I figured I'd play around with ARAnyM. However, I can't seem to get my head around what's missing. I've created a PC-DOS disk image onto which I've copied netbsd-ATARITT.gz (as netbsd.gz) and loadbsd.ttp (from netbsd-6 from 18-March-2012). I launch ARAnyM, double click the A: drive (oh, how it reminds me of CP/M!), double click loadbsd.ttp, then type -b netbsd.gz, but then ARAnyM just crashes. Ideally, a bootable install disk image which can be used directly with ARAnyM would be great. I'll be happy to make one when I can get things running. Any ideas or suggestions? Thanks, John Klos
11 Jan 2012 05:30
11 Jan 2012 12:50
Atari TT installation failed on installboot
Alan Hourihane <alanh <at> fairlite.co.uk>
2012-01-11 11:50:02 GMT
2012-01-11 11:50:02 GMT
Hi all, I'm using a single AHDI configured SCSI disk and a single NetBSD (NBD) partition on that disk, which as far as HDDRIVER is concerned it's partition I: Now, using disklabel I've configued sd0a to be the location of partition I: start/end cylinders and disklabel and newfs complete successfully, but then comes "installboot". I'm not sure why this is trying to install any boot blocks as I didn't configure that I wanted a kernel installing. What happens is.... Status: Running Command: /usr/mdec/installboot -v /dev/rsd0c ----------------------------------------------------- installboot: Cannot stat /netbsd, no bootversion check done installboot: /dev/rsd0c: NetBSD boot block not on primary AHDI partition. And the installation re-starts. So, I moved /usr/mdec/installboot out of the way and created a new one which just had "#!/bin/sh" inside it so it becomes a no-op command. This works, and I'm allowed to continue the installation. Alan.
16 Feb 2011 07:53
Samba and low memory on NetBSD/atari
David Ross <dross <at> pobox.com>
2011-02-16 06:53:50 GMT
2011-02-16 06:53:50 GMT
I recently got up and running with Samba 3.5.6. (Previously I had been using 3.0) Unfortunately on 3.5.6, both smbd and winbindd fail to start: eval: /usr/pkg/sbin/smbd: not enough memory eval: /usr/pkg/sbin/winbindd: not enough memory I have 16MB of physical memory and 256MB of swap. Anyone know an easy way to determine if the issue with Samba might be resolved simply by increasing available swap space? I imagine this may not be the case if the allocation that is failing really wants a large chunk of contiguous and/or physical memory. Any other tips that may help smbd/winbindd load? Next time I do an install I'll try increasing swap and perhaps building everything with -Os rather than -O2. David Ross dross <at> pobox.com
21 Jan 2011 23:22
Incremental 5.1 binary packages uploaded
John Klos <john <at> ziaspace.com>
2011-01-21 22:22:45 GMT
2011-01-21 22:22:45 GMT
Hi, all, Since m68k, VAX, mips, and StrongARM are slightly more modest CPUs than PowerPC, i386, amd64, and other faster processors, I've been incrementally uploading the results of a buld package build rather than wait for the very end (which could be up to a year from now). In ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD, you'll find: vax/5.1_2010Q3/ 262 packages m68k/5.1_2010Q3/ 1398 packages mipsel/5.1_2010Q3/ 1944 packages arm/5.1_2010Q3/ 3425 packages Note that in the interest of expediency some of these packages may be left over from a previous tag, but all were built with 5.1 (5.1_RC3, 5.1, or 5.1_STABLE). Please let me know of any issues, and enjoy! John Klos
25 May 2010 13:10
Aranym
Miro Kropacek <miro.kropacek <at> gmail.com>
2010-05-25 11:10:00 GMT
2010-05-25 11:10:00 GMT
Hello, as I've read somewhere (this list or m68k) you've got a little trouble to test m68k/atari ports due to failing hardware, did you try Aranym? It's full-featured 68040 Atari-based virtual machine, with MMU and everything (boots Linux/m68k with no problem), it even offers direct bootstrapping without TOS image present! I tried it yesterday, but kernel hangs on keyboard handler or so (I can take a picture if you want). In your opinion, it's much work to do? I also want to try Falcon + CT60 with NetBSD, I'm really curious if it really works ;) I remember some years ago I tried NetBSD kernel on plain Falcon but with no success (IDE issues). Julian promised to make some fixes but probably never got to it. -- -- MiKRO / Mystic Bytes http://mikro.atari.org
29 Mar 2010 18:55
EtherNEC on NetBSD/atari now works!
Izumi Tsutsui <tsutsui <at> ceres.dti.ne.jp>
2010-03-29 16:55:07 GMT
2010-03-29 16:55:07 GMT
I wrote: > Yesterday I finished building the SMC_TT1 VME-ISA bridge circuit. > Today I've written MD attachment code of MI we(4) driver for NetBSD/atari, > and now it works fine. Yay! As a next project, I have also built EtherNEC board and adapter http://hardware.atari.org/ether/ http://www.ceres.dti.ne.jp/tsutsui/ethernec/EtherNEC.jpg http://www.ceres.dti.ne.jp/tsutsui/ethernec/EtherNEC-adapter.jpg and written a driver for it. Now it works charm on my TT030! --- Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The NetBSD Foundation, Inc. All rights reserved. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. NetBSD 5.99.24 (ATARITT) #130: Mon Mar 29 23:39:41 JST 2010 tsutsui <at> mirage:/usr/src/sys/arch/atari/compile/ATARITT Atari TT (m68030 CPU/MMU mc68882 FPU) total memory = 69632 KB avail memory = 65088 KB mainbus0 (root) :(Continue reading)
RSS Feed