An open API service indexing awesome lists of open source software.

https://github.com/aarzilli/templestuff

Miscellaneous TempleOS related stuff
https://github.com/aarzilli/templestuff

templeos

Last synced: about 1 year ago
JSON representation

Miscellaneous TempleOS related stuff

Awesome Lists containing this project

README

          

# Contents
- TempleOS.ISO: TempleOS ISO image as of april 2019
- iso.go: utility to view the headers of a ISO9660 file
- eltorito.pdf: El-Torito specification
- bootsector: TempleOS ISO extracted boot sector
- 0000Kernel.BIN.C: Kernel binary extracted from TempleOS.ISO
- Compiler.BIN: Compiler binary extracted from TempleOS.ISO, uncompressed
- bootsector.gpr/bootsector.rep: Ghidra (9.0.2) project disassembling bootsector and the early stages of 0000Kernel.BIN.C (only up to the 64bit switch)
- Compress.HC.Z: Kernel/Compress.HC.Z extracted from TempleOS.ISO
- tosdeflate.go: utility to decompress TempleOS '.Z' files. The decompression routines are copied from GIMP and therefore are probably GPL licensed (although they copied it from TempleOS, which is Public Domain and Terry copied it from a magazine which is... ?)
- tosz: is a go library to decompress TempleOS '.Z' files
- redseafs: FUSE file system to mount RedSea filesystems inside ISO9660. Similar to the original python https://github.com/obecebo/redseafs but only supports reading and automatically decompresses '.Z' files.
- TempleOS.java is a ghidra script to annotate a TempleOS binary using its own patch table.
- HelloWorld/* is a simple Hello World program in HolyC both in source and compiled format.