docs/templates/pages/sega/software/mx/mxprestartup.html

15 lines
636 B
HTML

{% extends "sega.html" %}
{% block title %}mxprestartup{% endblock %}
{% block body %}
<h1>mxprestartup</h1>
<p>mxprestartup is the first program to run when the AppUser user logs in.</p>
<p>This program's sole job is to construct the password for SystemUser, and spawn <a
href="./mxstartup.html">mxstartup.exe</a> as SystemUser.</p>
<p>Micetools contains a full version of this program, with a few additions for ease of use. <a
href="https://gitea.tendokyu.moe/Bottersnike/micetools/src/branch/master/src/micetools/miceboot/mxprestartup.c">It
can be found on the micetools repository.</a></p>
{% endblock %}