hschumann2/TempleOS-Source-Code
0838
1 2KMain()3 includes ::/StartOS.HC4 includes ~/MakeHome.HC5 includes ~/HomeSys.HC6 calls StartUpTasks()7 includes ~/Once.HC8 calls OnceExe().9 10AOnce() appends src code to ~/Registry.HC Once/Adam tree, executed at next boot11by Adam.12 13Once() appends src code to ~/Registry.HC Once/User tree, executed at next boot14by first User term.15 16At boot, OnceExe(), executes Once/Adam tree, AOnceFlush()s it,17executes Once/User tree and OnceFlush()s.18 