Boot2: Difference between revisions

boot2.FromHost
boot2.FromHost: Improve description
Line 286: Line 286:
Loads a set of processes using a list from a text document then exits.
Loads a set of processes using a list from a text document then exits.


By default, this list is loaded from "C:/siglo_boot/list.txt" on the host PC.
First it checks if a "SIGLO_BOOT_LIST_DIR" environmental variable is present on the host PC, if it is, it loads the list from "NX-NXFP2-a64.txt" from the directory specified in "SIGLO_BOOT_LIST_DIR".
 
If that fails, it checks if a "SIGLO_BOOT_LIST_PATH" environmental variable is present on the PC, if it is, it loads the list from the path specified by "SIGLO_BOOT_LIST_PATH".
 
If that also fails, it defaults to loading "C:/siglo_boot/list.txt" from the host PC.