On Sat May 25 11:41:44 EDT 2013, kh...@intma.in wrote:
> On Sat, May 25, 2013 at 11:02:16AM -0400, erik quanstrom wrote:
> > now that the 64-bit kernel is real,
> 
> Where can I find it?

9fs atom; cd /n/atom/sys/src/nix

i am not running any 386 machine any longer.  just arm and amd64.
the file server uses usb for 9fat:, but doesn't have an independent file
system.

a few notes on dependencies:

- it does depend on *e820 (note: this is not the old e820 format) being
set by the boot loader.  i think the 9front boot loader is compatable,
as 9atom's default boot loader is derived from cinap's good work.

- it may depend on getbe(2) (http://www.9atom.org/magic/man2html/2/getbe),
depending on the devices you compile in.

- erik

---
; sed -n '/case atom/,/case/p' < /bin/9fs
case atom
        # import -E ssl atom.9atom.org /n/atom /n/atom
        srv $nflag -q tcp!atom.9atom.org atom &&
                mount $nflag /srv/atom /n/atom atom
case atomdump

Reply via email to