CoolFace
Datasetpublic

hschumann2/TempleOS-Source-Code

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes838downloads
MakeHome.txt15 linesDownload Raw Back to root
1 2Cd(__DIR__);;3 4//If these are not present in /Home, it uses the version in the root dir.  You5//can make your own, modified, version of these files in your /Home directory.6#include "~/HomeLocalize"7#include "/Adam/Opt/Boot/MakeBoot"8#include "/Adam/Opt/Utils/MakeUtils"9#include "~/HomeWrappers"10MapFileLoad("::/Kernel/Kernel");11MapFileLoad("::/Compiler/Compiler");12#include "~/HomeKeyPlugIns"13#include "~/HomeSys"14Cd("..");;15