[coreboot] v3 challenge: global variables

ron minnich rminnich at gmail.com
Mon Feb 4 17:12:46 CET 2008


So, this is an example of the reason for the (void *) param I was
suggesting some time back. Such needs come up.

One option is to have a convention that globals are at the base of the
stack, rounded to 64k.

e.g. %esp & 0xffff0000 is where globals live.

ron




More information about the coreboot mailing list