sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
* (no subject)
@ 1993-02-16  0:47 rob
  1993-02-16  1:11 ` David Hogan
  0 siblings, 1 reply; 2+ messages in thread
From: rob @ 1993-02-16  0:47 UTC (permalink / raw)
  To: sam-fans

it's probably that the host and terminal exchange a pointer
in the protocol and it's known to fit in 4 bytes.
you'll need to fuss with the protocol, making it
incompatible with other architectures.  sigh.
-rob


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

* (no subject)
  1993-02-16  0:47 rob
@ 1993-02-16  1:11 ` David Hogan
  0 siblings, 0 replies; 2+ messages in thread
From: David Hogan @ 1993-02-16  1:11 UTC (permalink / raw)
  To: sam-fans

> it's probably that the host and terminal exchange a pointer
> in the protocol and it's known to fit in 4 bytes.
> you'll need to fuss with the protocol, making it
> incompatible with other architectures.  sigh.
> -rob

One way of doing this would be to replace the pointers in the
protocol with 32 bit offsets from the start of the arena.  That
way, unless the arena grows to be greater than 4 gigabytes (!) 4
bytes will still be adequate, and the modified samterm should still
interoperate with sams on other architectures.



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

end of thread, other threads:[~1993-02-16  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1993-02-16  0:47 rob
1993-02-16  1:11 ` David Hogan

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