9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] magic number
@ 2011-11-07 20:35 Charles Forsyth
  2011-11-07 20:47 ` ron minnich
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Forsyth @ 2011-11-07 20:35 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

This is just a note to ensure that the values below appear in the archives.
If you're wondering why a register contains 0xfaf0f1fe (or 0xFAF0F1FE)
or 0xFEF1F0FA on big-endian machines, and you think "I can guess
that's a marker, and I'm sure I've seen that somewhere"
but can't find it with grep, you'll find it in the place you first
thought of: /sys/src/libc/port/pool.c
where it appears as separate bytes as the "datamagic" data sequence
0xFE, 0xF1, 0xF0, 0xFA
(which you might also see written that way in a memory dump).



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

* Re: [9fans] magic number
  2011-11-07 20:35 [9fans] magic number Charles Forsyth
@ 2011-11-07 20:47 ` ron minnich
  0 siblings, 0 replies; 2+ messages in thread
From: ron minnich @ 2011-11-07 20:47 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I can't tell if I like this or EIEIO better.

ron



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

end of thread, other threads:[~2011-11-07 20:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-07 20:35 [9fans] magic number Charles Forsyth
2011-11-07 20:47 ` ron minnich

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