Numworks Epsilon  1.4.1
Graphing Calculator Operating System
boot.cpp File Reference
#include <ion.h>
#include <stdlib.h>
#include <signal.h>
#include "events.h"
#include "display.h"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Variables

constexpr int kHeapSize = 131072
 
char heap [kHeapSize]
 
char * _heap_start = (char *)heap
 
char * _heap_end = _heap_start+kHeapSize
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 15 of file boot.cpp.

Variable Documentation

◆ _heap_end

char* _heap_end = _heap_start+kHeapSize

Definition at line 11 of file boot.cpp.

◆ _heap_start

char* _heap_start = (char *)heap

Definition at line 10 of file boot.cpp.

◆ heap

char heap[kHeapSize]

Definition at line 8 of file boot.cpp.

◆ kHeapSize

constexpr int kHeapSize = 131072

Definition at line 7 of file boot.cpp.