On Thu, 16 Sep 2021 at 11:02:59 +0200, Gonzalo L. Rodriguez wrote:
> On Wed, 15 Sep 2021 at 23:36:54 -0400, Daniel Dickman wrote:
> > On Thu, Aug 19, 2021 at 3:45 AM Gonzalo L. Rodriguez <gonz...@x61.sh> wrote:
> > >
> > > Hello,
> > >
> > > Update for Nono to 0.2.1:
> > >
> > > http://www.pastel-flower.jp/~isaki/nono/
> > >
> > > OK? Comments?
> > 
> > I am ok with this update (and even the update to 0.2.2 which I'm
> > running locally) although I think the README may need some minor
> > tweaks? For example I think -A is no longer valid?
> > 
> > >
> > > Cheers.-
> > >
> > > --
> > >
> > >                  %gonzalo
> > 
> 
> Yes, we should adjust that on the readme, not useful anymore, I will send a
> better diff later.
> 
> 
> -- 
> 
>                %gonzalo
> 

Update for Nono to 0.2.2


-- 

                 %gonzalo
Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/nono/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile    15 Jul 2021 05:01:38 -0000      1.16
+++ Makefile    16 Sep 2021 10:44:49 -0000
@@ -6,7 +6,7 @@ BROKEN-i386=            requires __m128i and simil
 
 COMMENT=               OMRON LUNA-I and LUNA-88K emulator
 
-DISTNAME=              nono-0.2.0
+DISTNAME=              nono-0.2.2
 CATEGORIES=            emulators
 
 MAINTAINER=            Gonzalo L. R. <gonz...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/emulators/nono/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    15 Jul 2021 05:01:38 -0000      1.9
+++ distinfo    16 Sep 2021 10:44:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (nono-0.2.0.tar.gz) = WEv9GP+5BuYL1OLP0yhQVnypy4bSO52hKnxjyDWAeUg=
-SIZE (nono-0.2.0.tar.gz) = 2500362
+SHA256 (nono-0.2.2.tar.gz) = r0XLb0w7LBsDYf6An0xkR2rns8hzqk1UwFezHrMDN30=
+SIZE (nono-0.2.2.tar.gz) = 2574001
Index: pkg/README
===================================================================
RCS file: /cvs/ports/emulators/nono/pkg/README,v
retrieving revision 1.3
diff -u -p -r1.3 README
--- pkg/README  6 Jul 2021 16:43:48 -0000       1.3
+++ pkg/README  16 Sep 2021 10:44:49 -0000
@@ -50,9 +50,9 @@ To boot OpenBSD on ${PKGSTEM}.
 The config file nono.cfg inside ~/nono should be like:
 
 vmtype = luna88k
-ram-size = 64MB
 spc0-id6-image = hd,liveimage-luna88k-raw-20210614.img
+hostnet-driver = none
 
 To turn it on:
 
-$ nono -c ~/nono -s 0.5 -f -A boot
+$ nono -c ~/nono -s 0.5 -C -Lhostname=1 

Reply via email to