Added some constants that define scratch buffers in the data and extra
segment that can be used for BIOS calls. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7246 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -25,6 +25,10 @@ struct bios_regs {
|
|||||||
|
|
||||||
#define CARRY_FLAG 0x01
|
#define CARRY_FLAG 0x01
|
||||||
|
|
||||||
|
static const addr_t kDataSegmentScratch = 0x10020; // about 768 bytes
|
||||||
|
static const addr_t kDataSegmentBase = 0x10000;
|
||||||
|
static const addr_t kExtraSegmentScratch = 0x2000; // about 24 kB
|
||||||
|
|
||||||
extern
|
extern
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
"C"
|
"C"
|
||||||
|
|||||||
Reference in New Issue
Block a user