1 |
|
/* |
2 |
|
* xlowmem.h - Definitions for extra Low Memory globals (0x2800..) |
3 |
|
* |
4 |
< |
* SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig |
4 |
> |
* SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
47 |
|
#define XLM_R_GET_RESOURCE 0x2848 // Pointer to native RGetResource() routine |
48 |
|
#define XLM_EXEC_RETURN_OPCODE 0x284c // EXEC_RETURN opcode for Execute68k() |
49 |
|
#define XLM_ZERO_PAGE 0x2850 // Pointer to read-only page with all bits set to 0 |
50 |
+ |
#define XLM_R13 0x2854 // Pointer to .sdata section (Linux) |
51 |
|
|
52 |
|
#define XLM_ETHER_INIT 0x28c0 // Pointer to ethernet InitStreamModule() function |
53 |
|
#define XLM_ETHER_TERM 0x28c4 // Pointer to ethernet TerminateStreamModule() function |