hschumann2/TempleOS-Source-Code
0838
1 2 TempleOS3 4You can't do much until you burn a TempleOS CD/DVD from the ISO file5and boot it, or you aim your virtual machine's CD/DVD at the ISO file6and boot. TempleOS files are compressed and the source code can only be7compiled by the TempleOS compiler... which is available when you boot8the CD/DVD. TempleOS is 100% open source with all source present.9 10TempleOS is 64-bit and will not run on 32-bit hardware.11 12TempleOS requires 512 Meg of RAM minimum.13 14TempleOS may require you to enter I/O port addresses for the CD/DVD drive15and the hard drive. In Windows, you can find I/O port info in the16Accessories/System Tools/System Info/Hardware Resources/I/O ports.17Look for and write down "IDE", "ATA" or "SATA" port numbers. In Linux, use18"lspci -v". Then, boot the TempleOS CD and try all combinations. (Sorry,19it's too difficult for TempleOS to figure-out port numbers, automatically.)20 21The source code can also be found at the TempleOS web site,22http://www.templeos.org but cannot be compiled outside TempleOS because23it's HolyC, a nonstandard C/C++ dialect, and asm.24 