mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-06-02 15:37:38 +02:00
b733c34209
git-svn-id: file:///home/jj/hercules.svn/trunk@944 956126f8-22a0-4046-8f4a-272fa8102e63
27 lines
917 B
HTML
27 lines
917 B
HTML
<html>
|
|
<head>
|
|
<title>Tasks</title>
|
|
</head>
|
|
<center><img src="/images/hercules.jpg" align=texttop></center>
|
|
<hr width="100%">
|
|
<h3>Tasks</h3>
|
|
<a href="/cgi-bin/tasks/syslog#bottom" target="main">System Log</a><br>
|
|
<a href="/cgi-bin/tasks/ipl" target="main">IPL</a><br>
|
|
<hr width="100%">
|
|
<h3>Debugging</h3>
|
|
<a href="/cgi-bin/debug/registers" target="main">Registers</a><br>
|
|
<a href="/cgi-bin/debug/storage" target="main">Storage</a><br>
|
|
<a href="/cgi-bin/debug/device/list" target="main">Devices</a>
|
|
<br>
|
|
<a href="/cgi-bin/debug/version_info" target="main">Version Info</a>
|
|
<hr width="100%">
|
|
<h3>Registers</h3>
|
|
<a href="/cgi-bin/registers/general" target="main">GPRs</a><br>
|
|
<a href="/cgi-bin/registers/control" target="main">CRs</a><br>
|
|
<a href="/cgi-bin/registers/psw" target="main">PSW</a>
|
|
<hr width="100%">
|
|
<h3>Information</h3>
|
|
<a href="index.html" target="main">Documentation</a>
|
|
<hr width="100%">
|
|
</body></html>
|