|
4 years ago | |
---|---|---|
DemoBgr | 4 years ago | |
Demo.HC | 4 years ago | |
Demo.SND.Z | 4 years ago | |
Install.HC | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
Text.GR.Z | 4 years ago |
DOS-style Intro/ Demo for TempleOS
PC speaker sound needs high-precision timing; probably won't work well in a VM. Caveat emptor.
There's a bootable ISO under Releases, burn a CD, boot native, and
Cd("Demo");
#include "Demo";
The background music spawns a task on CPU#2, you can change that if you'd like by download the ISO.C or cloning the repo. To install to hard disk from the ISO.C:
#include "Install";
will install to the ::/Apps/tosdemo
directory.
Requires HPET, you might need to enable in your VM config, example (for VirtualBox):
VBoxManage modifyvm "vm_name" --hpet on
Enjoy!