-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenshot.html
37 lines (37 loc) · 1.49 KB
/
screenshot.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
<head>
<title>Jehanne</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Jehanne, Plan 9, Open Source, 9P, 9P2000, Inferno, Unix">
<meta name="description" content="Jehanne, a simple operating system.">
<!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="stylesheet" type="text/css" href="/graphic/screen.css" />
<style type="text/css">
.syscall-definition dt { font-family: "Courier New", Courier, monospace; }
</style>
</head>
<body class="page">
<header>
<a href="/" id="logo"><span>home</span></a>
<h1>Jehanne Screen Shot</h1>
</header>
<div class="contents">
<p>
<a href="/graphic/screenshot-20180116.png" target="_blank" title="Jehanne, click to enlarge">
<img src="/graphic/screenshot-20180116.png" style="width: 600px"/>
</a>
</p>
<p>
This is a 1024x768 screen in 8-bit colormapped mode. (click to enlarge)<br/>
Jehanne can also run at 16-, 24-, and 32-bit depths.
</p>
<p>
The graphical programs displayed are: the system statistics watcher <code>stats</code>, the MirBSD's Korn Shell in a <code>vt</code> virtual terminal, the text editor <code>acme</code>, the image viewer <code>pict/jpg</code> (showing Joan of Arc), and the window system <code>rio</code>.<br/>
Acme is running <code>/qa/check</code>.
</p>
<p>
Additional screen shots are available: just poke around. :-)
</p>
</div>
</body>
</html>