Add porting tricks

This commit is contained in:
lucic71 2022-11-09 22:45:56 +02:00
parent f4264a6410
commit 902f4d04e1
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#define _stringify(x) #x
#define stringify_arch(x) _stringify(x)
#include stringify_arch(_MACHINE/include/trap.h)
#include stringify_arch(_MACHINE/include/pmap.h)
#include stringify_arch(_MACHINE/include/pte.h)
#include stringify_arch(_MACHINE/include/vmparam.h)
#include stringify_arch(_MACHINE/include/intr.h)
#include stringify_arch(_MACHINE/include/pic.h)
#include stringify_arch(_MACHINE/include/tss.h)
#include stringify_arch(_MACHINE/include/i82093var.h)