9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] about KTZERO mismatch in mkfile and mem.h
@ 2014-01-21  1:20 Yoann Padioleau
  2014-01-21  1:29 ` erik quanstrom
  2014-01-21  1:36 ` Steven Stallion
  0 siblings, 2 replies; 3+ messages in thread
From: Yoann Padioleau @ 2014-01-21  1:20 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hi,

in 9/pc/mem.h it says:
/*
 *  Address spaces
 */
#define	KZERO		0xF0000000		/* base of kernel address space */
#define	KTZERO		(KZERO+0x100000)	/* first address in kernel text - 9load sits below */


and in 9/pc/mkfile:
# must match mem.h
APBOOTSTRAP=0xF0003000
KTZERO=0xF0100020


so why the difference? what is this additional 20 for KTZERO?




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

end of thread, other threads:[~2014-01-21  1:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-21  1:20 [9fans] about KTZERO mismatch in mkfile and mem.h Yoann Padioleau
2014-01-21  1:29 ` erik quanstrom
2014-01-21  1:36 ` Steven Stallion

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