Fix typos and minor things; mention Bochs and Virtualbox flaws.
Chris Pressey
10 years ago
8 | 8 |
|
9 | 9 |
**If you want to download a pre-built disk image of The Cat's Eye Technologies Platform**,
|
10 | 10 |
open this torrent in your torrent client:
|
11 | |
|
12 | |
* [The-Cats-Eye-Technologies-Platform-0.2.torrent](https://raw.githubusercontent.com/catseye/The-Platform/master/torrent/The-Cats-Eye-Technologies-Platform-0.2.torrent)
|
|
11 |
|
|
12 |
* [The-Cats-Eye-Technologies-Platform-0.2.torrent][]
|
13 | 13 |
|
14 | 14 |
**If you already have a copy of The Cat's Eye Technologies Platform disk image**,
|
15 | 15 |
and you want to know how to use it, see this document:
|
|
18 | 18 |
|
19 | 19 |
**If you wish to build a disk image of The Platform from source files**,
|
20 | 20 |
or if you simply want to know more about its internals, read on.
|
|
21 |
|
|
22 |
[The-Cats-Eye-Technologies-Platform-0.2.torrent]: https://raw.githubusercontent.com/catseye/The-Platform/master/torrent/The-Cats-Eye-Technologies-Platform-0.2.torrent
|
21 | 23 |
|
22 | 24 |
Motivation
|
23 | 25 |
----------
|
|
51 | 53 |
example [on Github here](https://github.com/catseye/The-Platform/tree/0.2).
|
52 | 54 |
|
53 | 55 |
All of the pieces of software that make up The Platform are interoperable;
|
54 | |
that is, every piece builds successfully on NetBSD 6.1.4, and those with
|
|
56 |
that is, every piece builds successfully on NetBSD 6.1.5, and those with
|
55 | 57 |
test suites pass all of their relevant automated tests. The pieces are
|
56 | 58 |
not, however, thoroughly tested manually.
|
57 | 59 |
|
100 | 100 |
You should see NetBSD boot up in the QEMU window. Now see
|
101 | 101 |
_Logging in and using The Platform_, below.
|
102 | 102 |
|
|
103 |
### Using other PC emulators ###
|
|
104 |
|
|
105 |
You are of course free to try booting The Platform under a PC emulator that
|
|
106 |
isn't QEMU. However, I haven't had a lot of luck with other emulators.
|
|
107 |
The last time I tried:
|
|
108 |
|
|
109 |
* *Bochs*, it boots NetBSD just fine, but has major problems sending
|
|
110 |
keystrokes to it; it sends far far far too many. Making it unusable.
|
|
111 |
* *VirtualBox*, it couldn't boot NetBSD. (Apparently, "Of *course* it runs
|
|
112 |
NetBSD" [does not apply to emulators](http://gnats.netbsd.org/44694).)
|
|
113 |
|
103 | 114 |
### How to make a bootable USB stick of The Platform ###
|
104 | 115 |
|
105 | 116 |
First, get a USB stick that you don't need for anything else, that is at
|
|
116 | 127 |
from your file system.
|
117 | 128 |
|
118 | 129 |
Select your USB stick's drive letter in the "Device" dropdown. (If unsure,
|
119 | |
start a file explorer and look at what "Devices and drives" says. Generally
|
|
130 |
start a File Explorer and look at what "Devices and drives" says. Generally
|
120 | 131 |
this will be maybe `[E:\]` or `[F:\]`; it will almost certainly **NOT** be
|
121 | 132 |
`[C:\]` or `[D:\]`!)
|
122 | 133 |
|