hschumann2/TempleOS-Source-Code
0838
1 2 TempleOS' Features3 4* Oracle in with <F7> for words or <SHIFT-F7> for passages. See tongues.5 6* x86_64, ring-0-only, single-address-map (identity), multitasking kernel with7multicore support.8 9* Master/Slave MultiCore10 11* Free, public domain, 100% open source.12 13* 64-bit compiler/assembler for HolyC. Truly compiles, doesn't interpret. Just14-in-Time and Ahead-of-Time compilation. With JIT, no need for object or exe15files.16 17* No 32-bit krufty code.18 19* 640x480 16 color VGA graphics.20 21* Keyboard & Mouse support.22 23* ATA PIO Hard drives, support for FAT32 and RedSea file systems with file24compression.25 26* ATAPI PIO CD/DVD support with ISO9660 file system. Can make bootable ISO966027ISO files so you can roll-your-own distro's.28 29* Partitioning tool, installer, boot loaders for CD/DVD and hard disk.30 31* Editor/Browser for a new Document Format. Source files and the command line32window can have graphics, links, icons, trees, colors, super/sub scripts,33margins. Everything is seamless through-out the tool chain. No need for34separate resource files.35 36* 8-bit ASCII, not just 7-bit. Supported in entire tool chain. <CTRL-ALT-a>37 38* Graphics in source code, no resource files, graphic sprite editor. <CTRL-r>39 40* 64-bit pointers. All memory, even more than 4Gig, can be directly accessed by41all tasks on all cores at all times.42 43* Ring-0-only. Highest CPU privileged mode at all times. No off-limits insts.44No time lost changing modes or address maps. Switches tasks in half a45microsecond.46 47* 2D/3D graphics library48 49* Real-time fancy differential-equation solver for physics engines, to use in50games. (Adaptive step-size Runge-Kutta, interpolated for real-time.)51 52* Auto-completion, jump-to-source tool called AutoComplete with Dictionary.53 54* Window Manager. Pan scrn with <CTRL-LeftDrag>. Zoom scrn on mouse cursor55with <CTRL-ALT-z>/<CTRL-ALT-SHIFT-Z>.56 57* File Manager, <CTRL-d>.58 59* Code profiler, merge, diff utils.60 61* PC Speaker support with many hymns.62 63* Music composing tool.64 65* Many games, demos and documentation.66 67* All source code included. Only compiles with the included TempleOS compiler68and assembler.69 