This is a neofetch like fetch utility for TempleOS.
tosdemo.mov
This was built entirely in HolyC which is the programming language used in TempleOS and this was my first time using HolyC so the code is probably not very good. I also had a hard time to figure out how to get a qemu virtual disk to work with TempleOS so I had to do a lot of experimentation with OS configuration to get it right.
Displayed Info:
- OS Name
- Uptime
- CPU Info
- RAM Info
- Install QEMU (for virtualization). If you don't wanna use a VM, you're on your own :)
- Clone this repository.
- Use the
./build-project-iso.shscript to prepare the TempleOS ISO. This will create aProjectCD.isofile in the root of the repository. - Run
qemu-img create -f raw templeos-hdd.img 512M) - Run the
./tos-install.sh(Make sure to select Yes when it asks if you wanna install it). - Run
./tos-dev.shto start the VM. - Once inside, you can run the program by
#include "T:/Main.HC"
I had tab completions on and I used claudecode to debug the issues I had to get the qemu virtual disk to work with TempleOS. AI wasn't much helpful in the code itself tho.