FreeNOS
Macros | Variables
ARMProcess.cpp File Reference
#include <FreeNOS/System.h>
#include <Log.h>
#include <SplitAllocator.h>
#include "ARMProcess.h"

Go to the source code of this file.

Macros

#define MEMALIGN8   8
 

Variables

static bool firstProcess = true
 
u8 svcStack [PAGESIZE *4]
 

Macro Definition Documentation

◆ MEMALIGN8

#define MEMALIGN8   8

Definition at line 23 of file ARMProcess.cpp.

Variable Documentation

◆ firstProcess

bool firstProcess = true
static

Definition at line 25 of file ARMProcess.cpp.

Referenced by ARMProcess::execute().

◆ svcStack

u8 svcStack[PAGESIZE *4]

Referenced by ARMProcess::execute().