9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] What is for 64 bit 9front?
@ 2014-08-09  0:44 kokamoto
  2014-08-09  1:25 ` cinap_lenrek
  0 siblings, 1 reply; 5+ messages in thread
From: kokamoto @ 2014-08-09  0:44 UTC (permalink / raw)
  To: 9fans

I'm wondering why peoples are paying much efforts to make
64 bit plan9 system.
I know it may help if we use the Plan9 system for open large
server.   However, is it the usual case for Plan9 usage?
What is the usage of your Plan9 system now?
Me?
It's a favourit thing to me...☺
If many peoples are the same, it's no problem.
Just from my curiousity.

Kenji




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] What is for 64 bit 9front?
  2014-08-09  0:44 [9fans] What is for 64 bit 9front? kokamoto
@ 2014-08-09  1:25 ` cinap_lenrek
  2014-08-09  3:20   ` kokamoto
  2014-08-10 14:44   ` erik quanstrom
  0 siblings, 2 replies; 5+ messages in thread
From: cinap_lenrek @ 2014-08-09  1:25 UTC (permalink / raw)
  To: 9fans

for me, its the opposite. my fileserver and cpu servers
are 32 bit machines, but i use thinkpad x230 which has
16gb of ram as a terminal. 64bit is just normal now on
the pc and having huge (kernel) virtual address space
solves problems like running out of space for devdraw
bitmaps or having to tmpmap the page tables.

--
cinap



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] What is for 64 bit 9front?
  2014-08-09  1:25 ` cinap_lenrek
@ 2014-08-09  3:20   ` kokamoto
  2014-08-10 14:44   ` erik quanstrom
  1 sibling, 0 replies; 5+ messages in thread
From: kokamoto @ 2014-08-09  3:20 UTC (permalink / raw)
  To: 9fans

> are 32 bit machines, but i use thinkpad x230 which has
> 16gb of ram as a terminal. 64bit is just normal now on

Yeah!  You have moster notepc!

Kenji




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] What is for 64 bit 9front?
  2014-08-09  1:25 ` cinap_lenrek
  2014-08-09  3:20   ` kokamoto
@ 2014-08-10 14:44   ` erik quanstrom
  2014-08-11  0:12     ` kokamoto
  1 sibling, 1 reply; 5+ messages in thread
From: erik quanstrom @ 2014-08-10 14:44 UTC (permalink / raw)
  To: 9fans

On Fri Aug  8 21:28:00 EDT 2014, cinap_lenrek@felloff.net wrote:
> for me, its the opposite. my fileserver and cpu servers
> are 32 bit machines, but i use thinkpad x230 which has
> 16gb of ram as a terminal. 64bit is just normal now on
> the pc and having huge (kernel) virtual address space
> solves problems like running out of space for devdraw
> bitmaps or having to tmpmap the page tables.

that is really a question of KZERO.  if you're running out of
space for big things in kernel space on any 32-bit terminal, and
you don't have need for processes >=3g, then just move KZERO
down to 0xc0000000.  i have verified KZERO down to 0x80000000
work.  this shouldn't be a surprise since this was KZERO until
recently.  make sure to change KTZERO in mkfile.

i run a 64 bit kernel on all my intel hardware.  it's easier to
concentrate on one kernel, and even on machines with only 4g
of memory, memory remapped above 4g to make room for
mmio like pci will be otherwise wasted.  up to 1g of memory
can be remapped.

i find it very useful to launch many large processes on cpu servers.
it's really nice to have 15gb of buffers on the file server
(with only 15 page table entries!)

- erik



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] What is for 64 bit 9front?
  2014-08-10 14:44   ` erik quanstrom
@ 2014-08-11  0:12     ` kokamoto
  0 siblings, 0 replies; 5+ messages in thread
From: kokamoto @ 2014-08-11  0:12 UTC (permalink / raw)
  To: 9fans

> i find it very useful to launch many large processes on cpu servers.
> it's really nice to have 15gb of buffers on the file server
> (with only 15 page table entries!)
ls -l /386/bin/gs /amd64/bin/gs shows:
--rwxrwxr-x M 20 sys sys 13287922 Jun  5 15:49 /386/bin/gs
--rwxrwxr-x M 20 sys sys 15537582 Jul 31 21:42 /amd64/bin/gs.

You mean these difference is negligible?

Kenji




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-11  0:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-09  0:44 [9fans] What is for 64 bit 9front? kokamoto
2014-08-09  1:25 ` cinap_lenrek
2014-08-09  3:20   ` kokamoto
2014-08-10 14:44   ` erik quanstrom
2014-08-11  0:12     ` kokamoto

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).