Reserve up to 8x4 bytes for the parent capability

This commit is contained in:
Alexander Boettcher 2012-08-14 10:25:46 +02:00 committed by Norman Feske
parent d38257b8d5
commit 775b5a174b
3 changed files with 16 additions and 0 deletions

View File

@ -63,6 +63,12 @@ SECTIONS
LONG(0xffffffff);
_parent_cap_local_name = .;
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
/*
* Platform-specific entry for Fiasco.OC.

View File

@ -103,6 +103,10 @@ SECTIONS
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
} : rw
/* Exception handling */

View File

@ -105,6 +105,12 @@ SECTIONS
LONG(0xffffffff);
_parent_cap_local_name = .;
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
LONG(0xffffffff);
/*
* Platform-specific entry for Fiasco.OC.