AAL, basic arm implementation proposal.

This commit is contained in:
David Carlier
2020-03-13 00:04:56 +00:00
parent 8e3efcb1dc
commit 2d4f2c3867
5 changed files with 64 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
#include "../mem/allocconfig.h"
#include <string.h>
#include <stdlib.h>
#include <sys/mman.h>
extern "C" int puts(const char* str);