Skip Tavakkolian | 11 Dec 2008 08:44

anyone porting emu to windows mobile?

i don't see one on the list of ports on inferno wiki.

-Skip

Sergey Zhilkin | 12 Dec 2008 16:20
Picon

Re: anyone porting emu to windows mobile?

Hi !

Look at http://code.google.com/p/inferno-openmoko/



2008/12/11 Skip Tavakkolian <skip <at> 9netics.com>
i don't see one on the list of ports on inferno wiki.

-Skip




--
С Уважением
Жилкин Сергей
Michaelian Ennis | 16 Dec 2008 19:19
Picon

disk/format

Shouldn't

disk/format -b /Inferno/386/pbs -df Inferno.iso /Inferno/386/9load
plan9.ini ipc.gz

render an image that can be burned to CD to become a bootable disk?

Ian

Brian L. Stuart | 16 Dec 2008 19:42

Re: disk/format

> Shouldn't
> 
> disk/format -b /Inferno/386/pbs -df Inferno.iso /Inferno/386/9load
> plan9.ini ipc.gz
> 
> render an image that can be burned to CD to become a bootable disk?

Not quite.  What that creates is a floppy image, not
an ISO9660 El Torito image.  You need to take one more
step and use  something like mkisofs to create an ISO
image specifying the floppy image as the boot image.

I've used a line like:

mkisofs -v -r -b disk -o inf.iso disk

to create a bootable CD image.  Here disk is the file
I created with disk/format.

BLS

michaelian.ennis | 17 Dec 2008 15:23
Picon

Re: disk/format

On 12/16/08, Brian L. Stuart <blstuart@...> wrote:

> mkisofs -v -r -b disk -o inf.iso disk

Thanks!  This should be possible with hdiutil on the mac.  Once I have
the syntax down I 'll post it up here.

Ian

Evgeny | 21 Dec 2008 11:42
Picon

Russian blog about Inferno

Hello everyone, especially Russian readers ;)

I opened new Russian blog about Inferno and like to announce it.
Its address: http://inferno-rus.blogspot.com

Sorry for ugly English.

Tharaneedharan Vilwanathan | 22 Dec 2008 08:45
Picon

Fwd: plan9



---------- Forwarded message ----------
From: Tharaneedharan Vilwanathan <vdharani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Sun, Dec 21, 2008 at 11:43 PM
Subject: plan9
To: Fans of the OS Plan 9 from Bell Labs <9fans-yyJJWgVhSYiVc3sceRu5cw@public.gmane.org>


hi all,

my paying job kept me busy for quite sometime. so far i couldnt spend as much time on inferno/plan9 as i wanted to. but i have taken 2 weeks off and i am happy that i will be using part of the free time to keep up with the technology (so i will be posting more!).

specifically, i am trying to do this:

- bring up plan9 on my Mac Mini using Parallels for Mac (4 or at least 3).
- get plan9/inferno run on soekris net5501 board
- miscellaneous things on inferno/plan9.

thanks
dharani


Tharaneedharan Vilwanathan | 22 Dec 2008 08:53
Picon

graphics scaling

hi,


to the extent i know there is no facility to scale graphics image in inferno and plan9. long back when i went thru ATI graphics chip specification and another set-top box ASIC spec, I found that these accelerations are supported in hardware. here are my questions along these lines:

- do other platforms like Windows, Mac use the hardware facilities like this to do image scaling (like submit the task to graphics card, then read the result back)?
- do plan9, inferno graphics modules do this? to the extent i know they dont.
- how is graphics scaling done in plan9/inferno? are there any software implementations like library routines written?
- are there any command-line tools to rescale images, etc? i remember earlier edition of plan9 had command-line tools.

please provide me any pointers.

thanks
dharani

Sergey Zhilkin | 22 Dec 2008 13:40
Picon

Re: Russian blog about Inferno

Hello :)

O'k I'll post some comments :)

2008/12/21 Evgeny <zobnin <at> gmail.com>
Hello everyone, especially Russian readers ;)

I opened new Russian blog about Inferno and like to announce it.
Its address: http://inferno-rus.blogspot.com

Sorry for ugly English.





--
С наилучшими пожеланиями
Жилкин Сергей
With best regards
Zhilkin Sergey
Michaelian Ennis | 28 Dec 2008 01:56
Picon

Re: Text Editor (Was re: Installing Inferno Natively)

On Tue, Jan 23, 2007 at 10:03 AM, Michaelian Ennis
<michaelian.ennis@...> wrote:
> TextMate is an excellent editor and there is currently a request on
> their communtiy site for a Limbo "bundle".

I've contributed a bundle for textmate that has rudimentary Limbo
features, syntax highlighting etc.  One can obtain it from the svn
like so:

 svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/Limbo.tmbundle

Ian


Gmane