summaryrefslogtreecommitdiff
path: root/Tests/GhsMulti/GhsMultiIntegrity/GhsMultiIntegrityMonolith/kernel.c
blob: d1bce33c9a4b29f7250a7134e10d5c9520482463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "INTEGRITY.h"
#include "boottable.h"

void main()
{
  Exit(0);
}

/* This global table will be filled in during the Integrate phase with */
/* information about the AddressSpaces, Tasks, and Objects that are to be */
/* created.  If you do not plan to use Integrate, you may omit this file from
 */
/* the kernel, and the boot table code will then not be included. */

GlobalTable TheGlobalTable = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 };