9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Benjamin (Benn) T. Newman" <benn.newman@snc.edu>
To: 9fans@cse.psu.edu
Subject: [9fans] P9P mostly working on NetBSD/amd64
Date: Thu,  8 Nov 2007 18:24:07 -0600	[thread overview]
Message-ID: <1194567847.5dc9049cbenn.newman@snc.edu> (raw)

Hello

I have Plan 9 from User Space mostly working on NetBSD/amd64.

(Since there was discussion on here-docs...)

cat > $PLAN9/src/libthread/NetBSD-x86_64-asm.s <<!
.globl _tas
_tas:
	movq $0xCAFEBABE, %rax
	movq 4(%rsp), %rcx
	xchgq %rax, 0(%rcx)
	ret
!

I copied it from NetBSD-386-asm.s and made changes that I only vaguely understand.

While rio works, everything else graphical that I've tried does not (9term, sam, acme, stats) though you can get Unix versions of 9term and sam from pkgsc.

troff works (which was my driving force).
--
Benn Newman



                 reply	other threads:[~2007-11-09  0:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1194567847.5dc9049cbenn.newman@snc.edu \
    --to=benn.newman@snc.edu \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).