Add files to repository

This commit is contained in:
Alec Murphy 2025-01-31 20:42:58 -05:00
parent 339956e597
commit 3e3835cf2d
3 changed files with 134 additions and 0 deletions

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# templeos-slipstream
Slipstream tool for the TempleOS Standard ISO image
![templeos-slipstream](https://raw.githubusercontent.com/alec3660/templeos-slipstream/refs/heads/master/screenshot.png? "templeos-slipstream")
- Appends your ISO.C file to the TempleOS Standard ISO
- Adds a CDirEntry in `/Home` for a `Once.HC` file that automatically mounts your ISO.C file, changes dirs, and `#include`s your `Run.HC` on startup.
This allows you to create slipstreamed TempleOS ISO files that are as close to "pure" as possible, without having to rebuild the distro.
# Usage
`templeos-slipstream TempleOS.ISO MySlipstream.ISO.C output.iso`