TD3:II.1 First working version of ForkExec
But need to implement Process exit...
This commit is contained in:
parent
f7eca8c6ac
commit
07853cbcd3
8 changed files with 61 additions and 4 deletions
|
@ -34,7 +34,7 @@ extern Timer *timer; // the hardware alarm clock
|
|||
extern Machine *machine; // user program memory and registers
|
||||
|
||||
#ifdef CHANGED
|
||||
#define MAX_STRING_SIZE 8
|
||||
#define MAX_STRING_SIZE 64
|
||||
#include "consoledriver.h"
|
||||
extern ConsoleDriver *consoledriver; // add console driver
|
||||
#include "pageprovider.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue