Skip to content

TempleOS scripts for installing, running, mounting and unmounting.

Notifications You must be signed in to change notification settings

jkin0/tos-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TempleOS scripts

  • install.sh - Install TempleOS to a 2GiB img file

  • run.sh - Run the img file templeos.img

  • mount.sh - Mount the TempleOS filesystem to ./mnt, in current directory, not in the root directory

  • umount.sh - Unmount the TempleOS filesystem from ./mnt

Make sure to always umount when you are done mounting, not doing so may break the filesystem

Tweaking

Tweak the values in run.sh to add more ram, threads or whatever.

  • -audiodev pa - Use pulseaudio for the audio device
  • -display gtk,zoom-to-fit=on - Set display mode to GTK, and enable zoom to fit
  • -m 512M - Allocate 512MiB of RAM
  • -smp 1 - Allocate 1 thread

About

TempleOS scripts for installing, running, mounting and unmounting.

Topics

Resources

Stars

Watchers

Forks

Languages