[9] | 1 | %!PS-Adobe-1.0
|
---|
| 2 | %%Creator: devps (Pipeline Associates, Inc.)
|
---|
| 3 | %%CreationDate: Fri Apr 14 23:43:34 2006
|
---|
| 4 | %%Pages: (atend)
|
---|
| 5 | %%DocumentFonts: (atend)
|
---|
| 6 |
|
---|
| 7 | /devps 180 dict def devps begin
|
---|
| 8 | /res 10.000000 def
|
---|
| 9 | /y_offset 843 def
|
---|
| 10 | /X{exch}bind def
|
---|
| 11 | /mm {transform round X round X itransform} bind def
|
---|
| 12 | /r{rmoveto}bind def
|
---|
| 13 | /m{moveto}bind def
|
---|
| 14 | /l{lineto}bind def
|
---|
| 15 | /rl{rlineto}bind def
|
---|
| 16 | /st{stroke}bind def
|
---|
| 17 | /gs{gsave}bind def
|
---|
| 18 | /gr{grestore}bind def
|
---|
| 19 | /cp{currentpoint}bind def
|
---|
| 20 | /np{newpath}bind def
|
---|
| 21 | /ct{curveto}bind def
|
---|
| 22 | systemdict /setpacking known
|
---|
| 23 | { /savepacking currentpacking def true setpacking } if
|
---|
| 24 | /m0{0 0 moveto}bind def
|
---|
| 25 | /xc{//res div}bind def
|
---|
| 26 | /yc{//res neg div //y_offset add}bind def
|
---|
| 27 | /lc{yc X xc X l st}bind def
|
---|
| 28 | /mc{yc X xc X m}bind def
|
---|
| 29 | /el{gs /a X def a div 1 X scale cp np a xc 2 div 0 360 arc st gr}bind def
|
---|
| 30 | /ar{cp 7 2 roll np xc 5 1 roll atan 3 1 roll atan X arc st}bind def
|
---|
| 31 | /sp{yc X xc X 6 2 roll yc X xc X 6 2 roll yc X xc X 6 2 roll ct}bind def
|
---|
| 32 | /V{//res neg div //y_offset add
|
---|
| 33 | currentpoint pop X
|
---|
| 34 | m}bind def
|
---|
| 35 | /H{//res div
|
---|
| 36 | 0 transform X round X itransform pop
|
---|
| 37 | currentpoint X pop
|
---|
| 38 | moveto}bind def
|
---|
| 39 | /h{//res div 0 r}bind def
|
---|
| 40 | /v{//res neg div 0 X r}bind def
|
---|
| 41 | /S{X H show}bind def
|
---|
| 42 | /A{H //res div 1 index stringwidth pop sub 1 index length div 0 3 2 roll ashow}bind def
|
---|
| 43 | /psize 10 def
|
---|
| 44 | /height 0 def
|
---|
| 45 | /cheight { height 0 ne { height } { psize } ifelse } bind def
|
---|
| 46 | /slant 0 def
|
---|
| 47 | /FF{findfont X dup 30 div 0 mm pop setlinewidth /psize X def
|
---|
| 48 | [psize 0 cheight slant sin slant cos div mul cheight 0 0]
|
---|
| 49 | makefont setfont}bind def
|
---|
| 50 | /shade{gs
|
---|
| 51 | /dy X def
|
---|
| 52 | /dx X def
|
---|
| 53 | np m
|
---|
| 54 | 0 /dy rl
|
---|
| 55 | /dx 0 rl
|
---|
| 56 | 0 /dy neg rl
|
---|
| 57 | /dx neg 0 rl
|
---|
| 58 | closepath
|
---|
| 59 | .9 setgray
|
---|
| 60 | fill
|
---|
| 61 | gr}bind def
|
---|
| 62 | 1 setlinecap
|
---|
| 63 |
|
---|
| 64 | /resolution res 72 mul def
|
---|
| 65 |
|
---|
| 66 |
|
---|
| 67 | /startFig {
|
---|
| 68 | /SavedState save def
|
---|
| 69 | userdict maxlength dict begin
|
---|
| 70 | currentpoint transform
|
---|
| 71 |
|
---|
| 72 | DocumentInitState setmiterlimit setgray setdash setlinejoin setlinecap
|
---|
| 73 | setlinewidth setmatrix
|
---|
| 74 |
|
---|
| 75 | itransform moveto
|
---|
| 76 |
|
---|
| 77 | /ury exch def
|
---|
| 78 | /urx exch def
|
---|
| 79 | /lly exch def
|
---|
| 80 | /llx exch def
|
---|
| 81 | /y exch 72 mul resolution div def
|
---|
| 82 | /x exch 72 mul resolution div def
|
---|
| 83 |
|
---|
| 84 | currentpoint /cy exch def /cx exch def
|
---|
| 85 |
|
---|
| 86 | /sx x urx llx sub div def
|
---|
| 87 | /sy y ury lly sub div def
|
---|
| 88 |
|
---|
| 89 | sx sy scale
|
---|
| 90 |
|
---|
| 91 | cx sx div llx sub
|
---|
| 92 | cy sy div ury sub translate
|
---|
| 93 |
|
---|
| 94 | /DefFigCTM matrix currentmatrix def
|
---|
| 95 |
|
---|
| 96 | /initmatrix {
|
---|
| 97 | DefFigCTM setmatrix
|
---|
| 98 | } def
|
---|
| 99 | /defaultmatrix {
|
---|
| 100 | DefFigCTM exch copy
|
---|
| 101 | } def
|
---|
| 102 |
|
---|
| 103 | /initgraphics {
|
---|
| 104 | DocumentInitState setmiterlimit setgray setdash
|
---|
| 105 | setlinejoin setlinecap setlinewidth setmatrix
|
---|
| 106 | DefFigCTM setmatrix
|
---|
| 107 | } def
|
---|
| 108 |
|
---|
| 109 | /showpage {
|
---|
| 110 | initgraphics
|
---|
| 111 | } def
|
---|
| 112 |
|
---|
| 113 | }bind def
|
---|
| 114 | /clipFig {
|
---|
| 115 | currentpoint 6 2 roll
|
---|
| 116 | newpath 4 copy
|
---|
| 117 | 4 2 roll moveto
|
---|
| 118 | 6 -1 roll exch lineto
|
---|
| 119 | exch lineto
|
---|
| 120 | exch lineto
|
---|
| 121 | closepath clip
|
---|
| 122 | newpath
|
---|
| 123 | moveto
|
---|
| 124 | }bind def
|
---|
| 125 | /doclip { llx lly urx ury clipFig } def
|
---|
| 126 | /endFig {
|
---|
| 127 | end SavedState restore
|
---|
| 128 | }bind def
|
---|
| 129 | /globalstart {
|
---|
| 130 | fontnum psize slant height resolution currentpoint
|
---|
| 131 | pagesave restore gsave
|
---|
| 132 | }bind def
|
---|
| 133 | /globalend {
|
---|
| 134 | grestore moveto
|
---|
| 135 | /resolution exch def /height exch def
|
---|
| 136 | /slant exch def /psize exch def /fontnum exch def
|
---|
| 137 | F
|
---|
| 138 | /pagesave save def
|
---|
| 139 | }bind def
|
---|
| 140 |
|
---|
| 141 |
|
---|
| 142 | /fontnum 1 def
|
---|
| 143 | systemdict /setpacking known { savepacking setpacking} if
|
---|
| 144 | end
|
---|
| 145 | /BP{
|
---|
| 146 | save mark devps begin m0
|
---|
| 147 | /DocumentInitState [ matrix currentmatrix currentlinewidth currentlinecap
|
---|
| 148 | currentlinejoin currentdash currentgray currentmiterlimit ] cvx def
|
---|
| 149 | }bind def
|
---|
| 150 | /EP{
|
---|
| 151 | end cleartomark restore showpage}def
|
---|
| 152 | /R{/Times-Roman FF}def
|
---|
| 153 | /B{/Times-Bold FF}def
|
---|
| 154 | /I{/Times-Italic FF}def
|
---|
| 155 | /HB{/Helvetica-Bold FF}def
|
---|
| 156 | /L{/Helvetica FF}def
|
---|
| 157 | %% Troff special characters not on Symbol font
|
---|
| 158 | %% Copyright (C) 1986 by Pipeline Associates, Inc.
|
---|
| 159 | %% Version 1.0
|
---|
| 160 | %% $Header: /cvsup/minix/src/tools/release/cd/SETUP.PS,v 1.8.6.1 2006/05/03 11:19:38 beng Exp $
|
---|
| 161 | /altRTD 20 dict def
|
---|
| 162 | altRTD begin
|
---|
| 163 | /s{setcachedevice}bind def
|
---|
| 164 | /m{moveto}bind def
|
---|
| 165 | /c{curveto}bind def
|
---|
| 166 | /S{stroke}bind def
|
---|
| 167 | /l{lineto}bind def
|
---|
| 168 | end
|
---|
| 169 | /F_Troff 17 dict def F_Troff begin
|
---|
| 170 | systemdict /currentpacking known
|
---|
| 171 | {/SavePacking currentpacking def true setpacking}if
|
---|
| 172 | /PaintType 0 def
|
---|
| 173 | /FontType 3 def
|
---|
| 174 | /StrokeWidth 25 def
|
---|
| 175 | /UniqueID 8277030 def
|
---|
| 176 | /FontMatrix [.001000 0 0 .001000 0 0] def
|
---|
| 177 | /FontBBox [-85 -150 1000 1000 ] def
|
---|
| 178 | /Encoding 256 array def
|
---|
| 179 | /CD 256 1 add dict def
|
---|
| 180 | /FontInfo 3 dict def FontInfo begin
|
---|
| 181 | /UnderlinePosition -133 def /UnderlineThickness 20 def end
|
---|
| 182 | /FontName (Troff) def
|
---|
| 183 | 0 1 256 1 sub{Encoding exch /.notdef put}for
|
---|
| 184 | CD /.notdef{500 0 setcharwidth{}}put
|
---|
| 185 | Encoding (1) 0 get /br put
|
---|
| 186 | %% bold vertical rule used by tbl
|
---|
| 187 | CD /br{
|
---|
| 188 | 0 0 -500 -500 1000 1000 s
|
---|
| 189 | np
|
---|
| 190 | clw
|
---|
| 191 | 0 -100 m
|
---|
| 192 | 0 900 l
|
---|
| 193 | {S}
|
---|
| 194 | }put
|
---|
| 195 | Encoding (2) 0 get /ul put
|
---|
| 196 | %% underline used by tbl
|
---|
| 197 | CD /ul{
|
---|
| 198 | 500 0 0 -200 500 0 s
|
---|
| 199 | np
|
---|
| 200 | clw
|
---|
| 201 | 0 -100 m
|
---|
| 202 | 500 -100 l
|
---|
| 203 | {S}
|
---|
| 204 | }put
|
---|
| 205 | Encoding (3) 0 get /ru put
|
---|
| 206 | %% baseline rule
|
---|
| 207 | CD /ru{
|
---|
| 208 | 500 0 -500 -500 1000 1000 s
|
---|
| 209 | np
|
---|
| 210 | clw
|
---|
| 211 | m0
|
---|
| 212 | 500 0 l
|
---|
| 213 | {S}
|
---|
| 214 | }put
|
---|
| 215 | Encoding (4) 0 get /vr put
|
---|
| 216 | %% vertical rule
|
---|
| 217 | CD /vr{
|
---|
| 218 | 0 0 -500 -500 1000 1000 s
|
---|
| 219 | np
|
---|
| 220 | clw
|
---|
| 221 | m0
|
---|
| 222 | 0 1000 l
|
---|
| 223 | {S}
|
---|
| 224 | }put
|
---|
| 225 | Encoding (5) 0 get /sq put
|
---|
| 226 | %% square
|
---|
| 227 | CD /sq{
|
---|
| 228 | 500 0 0 0 500 1000 s
|
---|
| 229 | np
|
---|
| 230 | m0
|
---|
| 231 | 0 500 rl
|
---|
| 232 | 500 0 rl
|
---|
| 233 | 0 -500 rl
|
---|
| 234 | -500 0 rl
|
---|
| 235 | closepath
|
---|
| 236 | 61 61 m
|
---|
| 237 | 378 0 rl
|
---|
| 238 | 0 378 rl
|
---|
| 239 | -378 0 rl
|
---|
| 240 | closepath
|
---|
| 241 | {fill}
|
---|
| 242 | }put
|
---|
| 243 | Encoding (6) 0 get /bx put
|
---|
| 244 | %% solid box
|
---|
| 245 | CD /bx{
|
---|
| 246 | 500 0 0 0 500 1000 s
|
---|
| 247 | np
|
---|
| 248 | m0
|
---|
| 249 | 0 500 rl
|
---|
| 250 | 500 0 rl
|
---|
| 251 | 0 -500 rl
|
---|
| 252 | closepath
|
---|
| 253 | {fill}
|
---|
| 254 | }put
|
---|
| 255 | Encoding (7) 0 get /rn put
|
---|
| 256 | %% radical extender
|
---|
| 257 | CD /rn{
|
---|
| 258 | 500 0 -500 -500 1000 1000 s
|
---|
| 259 | np
|
---|
| 260 | 30 setlinewidth
|
---|
| 261 | -30 900 m
|
---|
| 262 | 500 0 rl
|
---|
| 263 | {S}
|
---|
| 264 | }put
|
---|
| 265 | Encoding 120 /rc put
|
---|
| 266 | %% top of right bracket above braceex
|
---|
| 267 | CD /rc {
|
---|
| 268 | 494 0 -85 -80 255 926 s
|
---|
| 269 | 201 -80 m 201 872 l -85 872 l -85 926 l 255 926 l 255 -80 l
|
---|
| 270 | closepath {fill}
|
---|
| 271 | } put
|
---|
| 272 | Encoding 121 /lc put
|
---|
| 273 | %% top of left bracket above braceex
|
---|
| 274 | CD /lc {
|
---|
| 275 | 491 0 201 -80 541 926 s
|
---|
| 276 | 201 -80 m 201 926 l 541 926 l 541 872 l 255 872 l 255 -80 l
|
---|
| 277 | closepath {fill}
|
---|
| 278 | } put
|
---|
| 279 | Encoding 122 /rf put
|
---|
| 280 | %% bottom of right bracket below braceex
|
---|
| 281 | CD /rf {
|
---|
| 282 | 494 0 -85 -80 255 926 s
|
---|
| 283 | -85 -80 m -85 -26 l 201 -26 l 201 926 l 255 926 l 255 -80 l
|
---|
| 284 | closepath {fill}
|
---|
| 285 | } put
|
---|
| 286 | Encoding 123 /lf put
|
---|
| 287 | %% bottom of left bracket below braceex
|
---|
| 288 | CD /lf {
|
---|
| 289 | 494 0 201 -80 541 926 s
|
---|
| 290 | 201 -80 m 201 926 l 255 926 l 255 -26 l 872 -26 l 872 -80 l
|
---|
| 291 | closepath {fill}
|
---|
| 292 | } put
|
---|
| 293 | Encoding 97 /a put
|
---|
| 294 | CD /a{5 setlinewidth 1000 0 0 66 942 421 s 430 415
|
---|
| 295 | m 578 406 678 349 662 319 c 655 306 614 287 583
|
---|
| 296 | 296 c 570 300 466 340 438 332 c 365 309 335 213
|
---|
| 297 | 270 209 c 0 310 m 108 310 l 108 114 l 0
|
---|
| 298 | 114 l 0 310 l 42 161 m 42 134 l 66 134 l 66
|
---|
| 299 | 161 l 42 161 l 47 155 m 47 140 l 62 140 l 62
|
---|
| 300 | 155 l 47 155 l 110 133 m 226 113 300 66 410
|
---|
| 301 | 80 c 497 91 550 69 634 76 c 645 76 663 92 669
|
---|
| 302 | 107 c 677 125 673 141 668 160 c 725 334 m 758
|
---|
| 303 | 332 734 253 701 250 c 501 325 m 475 316 476 309
|
---|
| 304 | 473 302 c 465 282 482 263 499 257 c 552 236 615
|
---|
| 305 | 253 689 253 c 701 253 713 236 713 218 c 712 194
|
---|
| 306 | 702 168 678 161 c 671 159 663 160 655 160 c 591
|
---|
| 307 | 158 516 156 479 168 c 461 173 453 191 453 210 c 453
|
---|
| 308 | 224 456 235 466 244 c 476 253 490 252 503 255 c 459
|
---|
| 309 | 84 m 447 96 435 106 435 123 c 435 136 440 145 447
|
---|
| 310 | 155 c 453 163 462 168 469 173 c 110 293 m 173
|
---|
| 311 | 318 300 421 435 415 c 609 407 852 416 885 411 c 898
|
---|
| 312 | 409 924 411 930 380 c 942 316 828 339 742 334 c 731
|
---|
| 313 | 334 730 335 725 335 c 701 336 685 336 660 336 c{S}}put
|
---|
| 314 | Encoding 98 /b put
|
---|
| 315 | CD /b{5 setlinewidth 1000 0 -12 66 930 421 s 500
|
---|
| 316 | 415 m 352 406 252 349 268 319 c 275 306 316 287
|
---|
| 317 | 347 296 c 360 300 464 340 492 332 c 565 309 595
|
---|
| 318 | 213 660 209 c 930 310 m 822 310 l 822 114 l 930
|
---|
| 319 | 114 l 930 310 l 888 161 m 888 134 l 864 134
|
---|
| 320 | l 864 161 l 888 161 l 883 155 m 883 140 l 868
|
---|
| 321 | 140 l 868 155 l 883 155 l 820 133 m 704 113
|
---|
| 322 | 630 66 520 80 c 433 91 380 69 296 76 c 285 76
|
---|
| 323 | 267 92 261 107 c 253 125 257 141 262 160 c 205
|
---|
| 324 | 334 m 172 332 196 253 229 250 c 429 325 m 455
|
---|
| 325 | 316 454 309 457 302 c 465 282 448 263 431 257 c 378
|
---|
| 326 | 236 315 253 241 253 c 229 253 217 236 217 218 c 218
|
---|
| 327 | 194 228 168 252 161 c 259 159 267 160 275 160 c 339
|
---|
| 328 | 158 414 156 451 168 c 469 173 477 191 477 210 c 477
|
---|
| 329 | 224 474 235 464 244 c 454 253 440 252 427 255 c 471
|
---|
| 330 | 84 m 483 96 495 106 495 123 c 495 136 490 145 483
|
---|
| 331 | 155 c 477 163 468 168 461 173 c 820 293 m 757
|
---|
| 332 | 318 630 421 495 415 c 321 407 78 416 45 411 c 32
|
---|
| 333 | 409 6 411 0 380 c -12 316 102 339 188 334 c 199
|
---|
| 334 | 334 200 335 205 335 c 229 336 245 336 270 336 c{S}}put
|
---|
| 335 | Encoding 99 /c put
|
---|
| 336 | CD /c{710 0 0 0 700 700 s
|
---|
| 337 | 33 setlinewidth
|
---|
| 338 | 335 23 m 335 325 302 -90 270 arc
|
---|
| 339 | {S}}put
|
---|
| 340 | Encoding 100 /d put
|
---|
| 341 | CD /d{590 0 134 158 477 500 s 300
|
---|
| 342 | 160 m 208 162 134 238 135 330 c 136 423 212 500
|
---|
| 343 | 305 500 c 397 500 473 427 475 335 c 477 239 396
|
---|
| 344 | 158 300 160 c{fill}}put
|
---|
| 345 | Encoding 101 /e put
|
---|
| 346 | CD /e { % produces the VU symbol
|
---|
| 347 | 760 0 0 0 750 750 s
|
---|
| 348 | 267 267 scale
|
---|
| 349 | 0 setlinejoin
|
---|
| 350 | .045 setlinewidth
|
---|
| 351 | 0 setlinecap
|
---|
| 352 | 3 setmiterlimit
|
---|
| 353 | newpath
|
---|
| 354 | 0 0 moveto
|
---|
| 355 | 0 2.8 rlineto
|
---|
| 356 | 0.38 0 rlineto
|
---|
| 357 | 0 -2.3 rlineto
|
---|
| 358 | 0.02 0 rlineto
|
---|
| 359 | 0.67 2.3 rlineto
|
---|
| 360 | 0.38 0 rlineto
|
---|
| 361 | -0.83 -2.8 rlineto
|
---|
| 362 | closepath
|
---|
| 363 | 1.61 2.8 moveto
|
---|
| 364 | 0.38 0 rlineto
|
---|
| 365 | -0.687 -2.32 rlineto
|
---|
| 366 | -.03 -.1 -0.03 -0.1 0 -0.1 rcurveto
|
---|
| 367 | 1.027 0 rlineto
|
---|
| 368 | 0 2.42 rlineto
|
---|
| 369 | 0.38 0 rlineto
|
---|
| 370 | currentpoint pop 0 % x 0
|
---|
| 371 | 2.0 0
|
---|
| 372 | 0.28 arcto
|
---|
| 373 | 4 {pop} repeat
|
---|
| 374 | 0.78 0 1.61 2.8 0.15 arcto
|
---|
| 375 | 4 {pop} repeat
|
---|
| 376 | closepath
|
---|
| 377 | {S}} put
|
---|
| 378 | /BuildChar{altRTD /BuildChar get exec}def end
|
---|
| 379 | altRTD begin /BuildChar{altRTD begin
|
---|
| 380 | /char exch def /fontdict exch def save
|
---|
| 381 | /charname fontdict /Encoding get char get def
|
---|
| 382 | /clw { 37 0 mm pop setlinewidth}bind def
|
---|
| 383 | fontdict /StrokeWidth get setlinewidth
|
---|
| 384 | 0 setlinecap
|
---|
| 385 | 0 setlinejoin
|
---|
| 386 | fontdict /CD get dup charname known
|
---|
| 387 | {charname}{/.notdef}ifelse get newpath exec
|
---|
| 388 | fontdict /PaintType get 0 eq{exec}{pop S}ifelse
|
---|
| 389 | restore end}def end
|
---|
| 390 | systemdict /currentpacking known{F_Troff /SavePacking get setpacking}if
|
---|
| 391 | /Troff F_Troff definefont pop
|
---|
| 392 | /Y1{/Troff FF}def
|
---|
| 393 | %%EndProlog
|
---|
| 394 | %%Page: 629 1
|
---|
| 395 | BP
|
---|
| 396 | /slant 0 def
|
---|
| 397 | /height 0 def
|
---|
| 398 | 2300 V
|
---|
| 399 | 60 HB
|
---|
| 400 | 2697(A)S
|
---|
| 401 | 3000 V
|
---|
| 402 | 22 HB
|
---|
| 403 | 1817(INSTALLING)S
|
---|
| 404 | 3213(MINIX)S
|
---|
| 405 | 3892(3)S
|
---|
| 406 | 4213 V
|
---|
| 407 | 11 R
|
---|
| 408 | 1260(This)S
|
---|
| 409 | 1491(appendix)S
|
---|
| 410 | 1931(explains)S
|
---|
| 411 | 2335(how)S
|
---|
| 412 | 2559(to)S
|
---|
| 413 | 2679(install)S
|
---|
| 414 | 2986(MINIX)S
|
---|
| 415 | 3353(3.)S
|
---|
| 416 | 3499(A)S
|
---|
| 417 | 3614(complete)S
|
---|
| 418 | 10 R
|
---|
| 419 | 4054(MINIX)S
|
---|
| 420 | 4389(3)S
|
---|
| 421 | 11 R
|
---|
| 422 | 4474(instal-)S
|
---|
| 423 | 4339 V
|
---|
| 424 | 1080(lation)S
|
---|
| 425 | 1370(requires)S
|
---|
| 426 | 1765(a)S
|
---|
| 427 | 1851(Pentium)S
|
---|
| 428 | 2257(\(or)S
|
---|
| 429 | 2422(compatible\))S
|
---|
| 430 | 2989(with)S
|
---|
| 431 | 3222(at)S
|
---|
| 432 | 3339(least)S
|
---|
| 433 | 3580(16-MB)S
|
---|
| 434 | 3935(of)S
|
---|
| 435 | 4063(RAM,)S
|
---|
| 436 | 4379(1)S
|
---|
| 437 | 4470(GB)S
|
---|
| 438 | 4660(of)S
|
---|
| 439 | 4465 V
|
---|
| 440 | 1080(free)S
|
---|
| 441 | 1292(disk)S
|
---|
| 442 | (space,)276 1514 A
|
---|
| 443 | 1828(an)S
|
---|
| 444 | 1971(IDE)S
|
---|
| 445 | 2194(CD-ROM)S
|
---|
| 446 | 2676(and)S
|
---|
| 447 | 2875(an)S
|
---|
| 448 | 3019(IDE)S
|
---|
| 449 | 3243(hard)S
|
---|
| 450 | 3479(disk.)S
|
---|
| 451 | 3730(A)S
|
---|
| 452 | 3849(minimal)S
|
---|
| 453 | 4258(installation)S
|
---|
| 454 | 4591 V
|
---|
| 455 | (\(without)375 1080 A
|
---|
| 456 | 1492(the)S
|
---|
| 457 | 1665(commands)S
|
---|
| 458 | 2182(sources\))S
|
---|
| 459 | 2589(requires)S
|
---|
| 460 | 2984(8)S
|
---|
| 461 | 3076(MB)S
|
---|
| 462 | 3285(RAM)S
|
---|
| 463 | 3574(and)S
|
---|
| 464 | 3771(50)S
|
---|
| 465 | 3918(MB)S
|
---|
| 466 | 4127(of)S
|
---|
| 467 | 4256(disk)S
|
---|
| 468 | (space.)276 4476 A
|
---|
| 469 | 4717 V
|
---|
| 470 | 1080(Serial)S
|
---|
| 471 | 1383(ATA,)S
|
---|
| 472 | 1681(USB,)S
|
---|
| 473 | 1967(and)S
|
---|
| 474 | 2170(SCSI)S
|
---|
| 475 | 2448(disks)S
|
---|
| 476 | 2718(are)S
|
---|
| 477 | 2898(not)S
|
---|
| 478 | (supported)436 3082 A
|
---|
| 479 | 3561(at)S
|
---|
| 480 | 3685(present.)S
|
---|
| 481 | 4105(For)S
|
---|
| 482 | 4302(USB)S
|
---|
| 483 | 4561(CD-)S
|
---|
| 484 | 4843 V
|
---|
| 485 | 1080(ROMS,)S
|
---|
| 486 | 1450(see)S
|
---|
| 487 | 1621(the)S
|
---|
| 488 | 1785(Website:)S
|
---|
| 489 | 11 I
|
---|
| 490 | (www.minix3.org)733 2209 A
|
---|
| 491 | 11 R
|
---|
| 492 | 2942(.)S
|
---|
| 493 | 5158 V
|
---|
| 494 | 13 B
|
---|
| 495 | 1080(A.1)S
|
---|
| 496 | (PREPARATION)963 1339 A
|
---|
| 497 | 5410 V
|
---|
| 498 | 11 R
|
---|
| 499 | 1260(If)S
|
---|
| 500 | (you)165 1369 A
|
---|
| 501 | 1569(already)S
|
---|
| 502 | 1932(have)S
|
---|
| 503 | 2177(the)S
|
---|
| 504 | 2348(CD-ROM)S
|
---|
| 505 | 2826(\(e.g.,)S
|
---|
| 506 | 3087(from)S
|
---|
| 507 | 3337(the)S
|
---|
| 508 | (book\),)285 3508 A
|
---|
| 509 | (you)165 3828 A
|
---|
| 510 | 4028(can)S
|
---|
| 511 | 4219(skip)S
|
---|
| 512 | 4439(steps)S
|
---|
| 513 | 4697(1)S
|
---|
| 514 | 5536 V
|
---|
| 515 | 1080(and)S
|
---|
| 516 | 1278(2,)S
|
---|
| 517 | 1399(but)S
|
---|
| 518 | 1578(it)S
|
---|
| 519 | 1678(is)S
|
---|
| 520 | 1789(wise)S
|
---|
| 521 | 2030(to)S
|
---|
| 522 | 2153(check)S
|
---|
| 523 | 11 I
|
---|
| 524 | (www.minix3.org)733 2450 A
|
---|
| 525 | 11 R
|
---|
| 526 | 3220(to)S
|
---|
| 527 | 3343(see)S
|
---|
| 528 | 3523(if)S
|
---|
| 529 | 3628(a)S
|
---|
| 530 | 3715(newer)S
|
---|
| 531 | 4024(version)S
|
---|
| 532 | 4387(is)S
|
---|
| 533 | 4498(avail-)S
|
---|
| 534 | 5662 V
|
---|
| 535 | 1080(able.)S
|
---|
| 536 | 1351(If)S
|
---|
| 537 | (you)165 1454 A
|
---|
| 538 | 1648(want)S
|
---|
| 539 | 1893(to)S
|
---|
| 540 | 2008(run)S
|
---|
| 541 | 10 R
|
---|
| 542 | 2181(MINIX)S
|
---|
| 543 | 2510(3)S
|
---|
| 544 | 11 R
|
---|
| 545 | 2589(on)S
|
---|
| 546 | 2728(a)S
|
---|
| 547 | 2807(simulator)S
|
---|
| 548 | 3255(instead)S
|
---|
| 549 | 3600(of)S
|
---|
| 550 | 3722(native,)S
|
---|
| 551 | 4052(see)S
|
---|
| 552 | 4225(Part)S
|
---|
| 553 | 4435(V)S
|
---|
| 554 | 4545(first.)S
|
---|
| 555 | 5788 V
|
---|
| 556 | 1080(If)S
|
---|
| 557 | (you)165 1192 A
|
---|
| 558 | 1395(do)S
|
---|
| 559 | 1542(not)S
|
---|
| 560 | 1720(have)S
|
---|
| 561 | 1967(an)S
|
---|
| 562 | 2109(IDE)S
|
---|
| 563 | 2331(CD-ROM,)S
|
---|
| 564 | 2839(either)S
|
---|
| 565 | 3130(get)S
|
---|
| 566 | 3303(the)S
|
---|
| 567 | 3476(special)S
|
---|
| 568 | 3823(USB)S
|
---|
| 569 | 4076(CD-ROM)S
|
---|
| 570 | (boot)196 4556 A
|
---|
| 571 | 5914 V
|
---|
| 572 | 1080(image)S
|
---|
| 573 | 1380(or)S
|
---|
| 574 | 1500(use)S
|
---|
| 575 | 1676(a)S
|
---|
| 576 | 1754(simulator.)S
|
---|
| 577 | 6135 V
|
---|
| 578 | 1135(1.)S
|
---|
| 579 | 11 B
|
---|
| 580 | 1246(Download)S
|
---|
| 581 | 1754(the)S
|
---|
| 582 | 10 B
|
---|
| 583 | 1928(MINIX)S
|
---|
| 584 | 2272(3)S
|
---|
| 585 | 11 B
|
---|
| 586 | 2350(CD-ROM)S
|
---|
| 587 | 2846(image)S
|
---|
| 588 | 6261 V
|
---|
| 589 | 11 R
|
---|
| 590 | 1260(Download)S
|
---|
| 591 | 1780(the)S
|
---|
| 592 | 10 R
|
---|
| 593 | 1972(MINIX)S
|
---|
| 594 | 2331(3)S
|
---|
| 595 | 11 R
|
---|
| 596 | 2440(CD-ROM)S
|
---|
| 597 | 2942(image)S
|
---|
| 598 | 3273(from)S
|
---|
| 599 | 3547(the)S
|
---|
| 600 | 3742(MINIX)S
|
---|
| 601 | 4133(3)S
|
---|
| 602 | 4247(Website)S
|
---|
| 603 | 4671(at)S
|
---|
| 604 | 6387 V
|
---|
| 605 | 11 I
|
---|
| 606 | (www.minix3.org)733 1080 A
|
---|
| 607 | 11 R
|
---|
| 608 | 1813(.)S
|
---|
| 609 | 6608 V
|
---|
| 610 | 1135(2.)S
|
---|
| 611 | 11 B
|
---|
| 612 | 1246(Create)S
|
---|
| 613 | 1596(a)S
|
---|
| 614 | 1679(bootable)S
|
---|
| 615 | 10 B
|
---|
| 616 | 2111(MINIX)S
|
---|
| 617 | 2455(3)S
|
---|
| 618 | 11 B
|
---|
| 619 | 2533(CD-ROM)S
|
---|
| 620 | 6734 V
|
---|
| 621 | 11 R
|
---|
| 622 | 1260(Decompress)S
|
---|
| 623 | 1850(the)S
|
---|
| 624 | 2027(downloaded)S
|
---|
| 625 | 2609(file.)S
|
---|
| 626 | 2855(You)S
|
---|
| 627 | (will)173 3086 A
|
---|
| 628 | 3300(get)S
|
---|
| 629 | 3477(a)S
|
---|
| 630 | 3568(CD-ROM)S
|
---|
| 631 | 4052(image)S
|
---|
| 632 | 4365(file)S
|
---|
| 633 | 4555(with)S
|
---|
| 634 | 6860 V
|
---|
| 635 | 1080(extension)S
|
---|
| 636 | 11 I
|
---|
| 637 | 1556(.iso)S
|
---|
| 638 | 11 R
|
---|
| 639 | 1764(and)S
|
---|
| 640 | 1975(this)S
|
---|
| 641 | 2186(manual.)S
|
---|
| 642 | 2619(The)S
|
---|
| 643 | 11 I
|
---|
| 644 | 2842(.iso)S
|
---|
| 645 | 11 R
|
---|
| 646 | 3049(file)S
|
---|
| 647 | 3248(is)S
|
---|
| 648 | 3372(a)S
|
---|
| 649 | 3472(bit-for-bit)S
|
---|
| 650 | 3959(CD-ROM)S
|
---|
| 651 | 4452(image.)S
|
---|
| 652 | 6986 V
|
---|
| 653 | 1080(Burn)S
|
---|
| 654 | 1329(it)S
|
---|
| 655 | 1419(to)S
|
---|
| 656 | 1533(a)S
|
---|
| 657 | 1611(CD-ROM)S
|
---|
| 658 | 2082(to)S
|
---|
| 659 | 2196(make)S
|
---|
| 660 | 2465(a)S
|
---|
| 661 | (bootable)382 2543 A
|
---|
| 662 | 2953(CD-ROM.)S
|
---|
| 663 | 7168 V
|
---|
| 664 | 10 B
|
---|
| 665 | (629)150 2841 A
|
---|
| 666 | 8427 V
|
---|
| 667 | EP
|
---|
| 668 | %%Page: 630 2
|
---|
| 669 | BP
|
---|
| 670 | /slant 0 def
|
---|
| 671 | /height 0 def
|
---|
| 672 | 1398 V
|
---|
| 673 | 12 B
|
---|
| 674 | (630)180 1080 A
|
---|
| 675 | 10 R
|
---|
| 676 | 2413(INSTALLING)S
|
---|
| 677 | 3040(MINIX)S
|
---|
| 678 | 3368(3)S
|
---|
| 679 | 4419(APP.)S
|
---|
| 680 | 4679(A)S
|
---|
| 681 | 1638 V
|
---|
| 682 | 11 R
|
---|
| 683 | 1260(If)S
|
---|
| 684 | (you)165 1378 A
|
---|
| 685 | 1587(are)S
|
---|
| 686 | 1768(using)S
|
---|
| 687 | 11 I
|
---|
| 688 | 2051(Easy)S
|
---|
| 689 | 2311(CD)S
|
---|
| 690 | 2509(Creator)S
|
---|
| 691 | 2904(5)S
|
---|
| 692 | 11 R
|
---|
| 693 | 2959(,)S
|
---|
| 694 | 3031(select)S
|
---|
| 695 | 3330(`)S
|
---|
| 696 | 3357(`Record)S
|
---|
| 697 | 3759(CD)S
|
---|
| 698 | 3957(from)S
|
---|
| 699 | 4217(CD)S
|
---|
| 700 | 4416(image')S
|
---|
| 701 | 4715(')S
|
---|
| 702 | 1764 V
|
---|
| 703 | 1080(from)S
|
---|
| 704 | 1326(the)S
|
---|
| 705 | 1493(File)S
|
---|
| 706 | 1698(menu)S
|
---|
| 707 | 1975(and)S
|
---|
| 708 | 2166(change)S
|
---|
| 709 | 2512(the)S
|
---|
| 710 | 2679(file)S
|
---|
| 711 | 2859(type)S
|
---|
| 712 | 3081(from)S
|
---|
| 713 | 11 I
|
---|
| 714 | 3327(.cif)S
|
---|
| 715 | 11 R
|
---|
| 716 | 3498(to)S
|
---|
| 717 | 11 I
|
---|
| 718 | 3614(.iso)S
|
---|
| 719 | 11 R
|
---|
| 720 | 3801(in)S
|
---|
| 721 | 3917(the)S
|
---|
| 722 | 4083(dialog)S
|
---|
| 723 | (box)165 4390 A
|
---|
| 724 | 4585(that)S
|
---|
| 725 | 1890 V
|
---|
| 726 | 1080(appears.)S
|
---|
| 727 | 1476(Select)S
|
---|
| 728 | 1778(the)S
|
---|
| 729 | 1942(image)S
|
---|
| 730 | 2242(file)S
|
---|
| 731 | 2419(and)S
|
---|
| 732 | 2607(click)S
|
---|
| 733 | 2852(`)S
|
---|
| 734 | 2879(`Open.')S
|
---|
| 735 | 3211(')S
|
---|
| 736 | 3276(Then)S
|
---|
| 737 | 3532(click)S
|
---|
| 738 | 3777(`)S
|
---|
| 739 | 3804(`Start)S
|
---|
| 740 | 4080(Recording.')S
|
---|
| 741 | 4597(')S
|
---|
| 742 | 2016 V
|
---|
| 743 | 1260(If)S
|
---|
| 744 | (you)165 1369 A
|
---|
| 745 | 1569(are)S
|
---|
| 746 | 1741(using)S
|
---|
| 747 | 11 I
|
---|
| 748 | 2015(Nero)S
|
---|
| 749 | 2272(Express)S
|
---|
| 750 | 2659(5)S
|
---|
| 751 | 11 R
|
---|
| 752 | 2714(,)S
|
---|
| 753 | (choose)308 2778 A
|
---|
| 754 | 3122(`)S
|
---|
| 755 | 3149(`Disc)S
|
---|
| 756 | 3426(Image)S
|
---|
| 757 | 3740(or)S
|
---|
| 758 | 3868(Saved)S
|
---|
| 759 | 4176(Project')S
|
---|
| 760 | 4519(')S
|
---|
| 761 | 4592(and)S
|
---|
| 762 | 2142 V
|
---|
| 763 | 1080(change)S
|
---|
| 764 | 1429(the)S
|
---|
| 765 | 1599(type)S
|
---|
| 766 | 1824(to)S
|
---|
| 767 | 1944(`)S
|
---|
| 768 | 1971(`Image)S
|
---|
| 769 | 2320(Files,')S
|
---|
| 770 | 2592(')S
|
---|
| 771 | 2662(select)S
|
---|
| 772 | 2950(the)S
|
---|
| 773 | 3119(image)S
|
---|
| 774 | 3424(file)S
|
---|
| 775 | 3606(and)S
|
---|
| 776 | 3799(click)S
|
---|
| 777 | 4049(`)S
|
---|
| 778 | 4076(`Open.')S
|
---|
| 779 | 4408(')S
|
---|
| 780 | 4478(Select)S
|
---|
| 781 | 2268 V
|
---|
| 782 | (your)202 1080 A
|
---|
| 783 | 1310(CD)S
|
---|
| 784 | 1492(recorder)S
|
---|
| 785 | 1891(and)S
|
---|
| 786 | 2079(click)S
|
---|
| 787 | 2324(on)S
|
---|
| 788 | 2462(`)S
|
---|
| 789 | 2489(`Next.')S
|
---|
| 790 | 2797(')S
|
---|
| 791 | 2394 V
|
---|
| 792 | 1260(If)S
|
---|
| 793 | (you)165 1377 A
|
---|
| 794 | 1585(are)S
|
---|
| 795 | (running)343 1765 A
|
---|
| 796 | (Windows)424 2151 A
|
---|
| 797 | 2618(XP)S
|
---|
| 798 | 2803(and)S
|
---|
| 799 | 3007(do)S
|
---|
| 800 | 3161(not)S
|
---|
| 801 | 3346(have)S
|
---|
| 802 | 3600(a)S
|
---|
| 803 | 3694(CD-ROM)S
|
---|
| 804 | 4181(burning)S
|
---|
| 805 | 4568(pro-)S
|
---|
| 806 | 2520 V
|
---|
| 807 | 1080(gram,)S
|
---|
| 808 | 1372(take)S
|
---|
| 809 | 1593(a)S
|
---|
| 810 | (look)196 1678 A
|
---|
| 811 | 1909(at)S
|
---|
| 812 | 11 I
|
---|
| 813 | (alexfeinman.brinkster.net/isorecorder.htm)1879 2025 A
|
---|
| 814 | 11 R
|
---|
| 815 | 3939(for)S
|
---|
| 816 | 4103(a)S
|
---|
| 817 | 4188(free)S
|
---|
| 818 | 4397(one)S
|
---|
| 819 | 4592(and)S
|
---|
| 820 | 2646 V
|
---|
| 821 | 1080(use)S
|
---|
| 822 | 1256(it)S
|
---|
| 823 | 1346(to)S
|
---|
| 824 | 1460(create)S
|
---|
| 825 | 1756(a)S
|
---|
| 826 | 1834(CD)S
|
---|
| 827 | 2016(image.)S
|
---|
| 828 | 2898 V
|
---|
| 829 | 1135(3.)S
|
---|
| 830 | 11 B
|
---|
| 831 | 1246(Determine)S
|
---|
| 832 | 1776(which)S
|
---|
| 833 | 2089(Ethernet)S
|
---|
| 834 | 2539(Chip)S
|
---|
| 835 | 2802(you)S
|
---|
| 836 | 3002(have)S
|
---|
| 837 | 3024 V
|
---|
| 838 | 11 R
|
---|
| 839 | 1260(MINIX)S
|
---|
| 840 | 1632(3)S
|
---|
| 841 | (supports)374 1727 A
|
---|
| 842 | 2141(several)S
|
---|
| 843 | 2497(Ethernet)S
|
---|
| 844 | 2914(chips)S
|
---|
| 845 | 3188(for)S
|
---|
| 846 | 3357(networking)S
|
---|
| 847 | 3901(over)S
|
---|
| 848 | 4138(LAN,)S
|
---|
| 849 | 4434(ADSL,)S
|
---|
| 850 | 3150 V
|
---|
| 851 | 1080(and)S
|
---|
| 852 | 1278(cable.)S
|
---|
| 853 | 1580(These)S
|
---|
| 854 | 1884(include)S
|
---|
| 855 | 2249(Intel)S
|
---|
| 856 | (Pro/100,)378 2490 A
|
---|
| 857 | 2905(RealTek)S
|
---|
| 858 | (8029)220 3320 A
|
---|
| 859 | 3577(and)S
|
---|
| 860 | (8139,)248 3774 A
|
---|
| 861 | 4059(AMD)S
|
---|
| 862 | 4354(LANCE,)S
|
---|
| 863 | 3276 V
|
---|
| 864 | 1080(and)S
|
---|
| 865 | 1269(several)S
|
---|
| 866 | 1615(3Com)S
|
---|
| 867 | 1915(chips.)S
|
---|
| 868 | 2235(During)S
|
---|
| 869 | 2578(setup)S
|
---|
| 870 | (you)165 2842 A
|
---|
| 871 | (will)173 3037 A
|
---|
| 872 | 3240(be)S
|
---|
| 873 | 3375(asked)S
|
---|
| 874 | 3658(which)S
|
---|
| 875 | 3959(Ethernet)S
|
---|
| 876 | 4366(chip)S
|
---|
| 877 | (you)165 4587 A
|
---|
| 878 | 3402 V
|
---|
| 879 | 1080(have,)S
|
---|
| 880 | 1347(if)S
|
---|
| 881 | 1444(any.)S
|
---|
| 882 | 1661(Determine)S
|
---|
| 883 | 2160(that)S
|
---|
| 884 | 2356(now)S
|
---|
| 885 | 2575(by)S
|
---|
| 886 | (looking)337 2714 A
|
---|
| 887 | 3080(at)S
|
---|
| 888 | (your)202 3190 A
|
---|
| 889 | 3421(documentation.)S
|
---|
| 890 | 4137(Alternatively,)S
|
---|
| 891 | 3528 V
|
---|
| 892 | 1080(if)S
|
---|
| 893 | (you)165 1176 A
|
---|
| 894 | 1369(are)S
|
---|
| 895 | 1534(using)S
|
---|
| 896 | (Windows,)452 1801 A
|
---|
| 897 | 2281(go)S
|
---|
| 898 | 2419(to)S
|
---|
| 899 | 2533(the)S
|
---|
| 900 | 2697(device)S
|
---|
| 901 | 3016(manager)S
|
---|
| 902 | 3427(as)S
|
---|
| 903 | 3548(follows:)S
|
---|
| 904 | 3717 V
|
---|
| 905 | 10 R
|
---|
| 906 | (Windows)385 1080 A
|
---|
| 907 | (2000:)228 1490 A
|
---|
| 908 | 1728(Start)S
|
---|
| 909 | 1944(>)S
|
---|
| 910 | (Settings)324 2026 A
|
---|
| 911 | 2375(>)S
|
---|
| 912 | 2457(Control)S
|
---|
| 913 | 2789(Panel)S
|
---|
| 914 | 3038(>)S
|
---|
| 915 | 3120(System)S
|
---|
| 916 | 3441(>)S
|
---|
| 917 | 3523(Hardware)S
|
---|
| 918 | 3947(>)S
|
---|
| 919 | 4029(Device)S
|
---|
| 920 | 4340(Manager)S
|
---|
| 921 | 3843 V
|
---|
| 922 | (Windows)385 1080 A
|
---|
| 923 | 1490(XP:)S
|
---|
| 924 | 1728(Start)S
|
---|
| 925 | 1944(>)S
|
---|
| 926 | 2026(Control)S
|
---|
| 927 | 2358(Panel)S
|
---|
| 928 | 2607(>)S
|
---|
| 929 | 2689(System)S
|
---|
| 930 | 3010(>)S
|
---|
| 931 | 3092(Hardware)S
|
---|
| 932 | 3516(>)S
|
---|
| 933 | 3598(Device)S
|
---|
| 934 | 3909(Manager)S
|
---|
| 935 | 4032 V
|
---|
| 936 | 11 R
|
---|
| 937 | 1080(System)S
|
---|
| 938 | 1445(requires)S
|
---|
| 939 | (double)301 1841 A
|
---|
| 940 | 2180(clicking;)S
|
---|
| 941 | 2607(the)S
|
---|
| 942 | 2781(rest)S
|
---|
| 943 | 2980(are)S
|
---|
| 944 | 3155(single.)S
|
---|
| 945 | 3486(Expand)S
|
---|
| 946 | 3862(the)S
|
---|
| 947 | 4036(+)S
|
---|
| 948 | 4137(next)S
|
---|
| 949 | 4366(to)S
|
---|
| 950 | 4490(`)S
|
---|
| 951 | 4517(`Net-)S
|
---|
| 952 | 4158 V
|
---|
| 953 | 1080(work)S
|
---|
| 954 | 1347(adapters')S
|
---|
| 955 | 1745(')S
|
---|
| 956 | 1822(to)S
|
---|
| 957 | 1948(see)S
|
---|
| 958 | 2131(what)S
|
---|
| 959 | (you)165 2387 A
|
---|
| 960 | 2592(have.)S
|
---|
| 961 | 2870(Write)S
|
---|
| 962 | 3164(it)S
|
---|
| 963 | 3266(down.)S
|
---|
| 964 | 3578(If)S
|
---|
| 965 | (you)165 3691 A
|
---|
| 966 | 3895(do)S
|
---|
| 967 | 4044(not)S
|
---|
| 968 | 4224(have)S
|
---|
| 969 | 4473(a)S
|
---|
| 970 | 4562(sup-)S
|
---|
| 971 | 4284 V
|
---|
| 972 | 1080(ported)S
|
---|
| 973 | 1391(chip,)S
|
---|
| 974 | (you)165 1638 A
|
---|
| 975 | 1831(can)S
|
---|
| 976 | (still)167 2014 A
|
---|
| 977 | 2209(run)S
|
---|
| 978 | 2384(MINIX)S
|
---|
| 979 | 2744(3,)S
|
---|
| 980 | 2855(but)S
|
---|
| 981 | (without)338 3024 A
|
---|
| 982 | 3390(Ethernet.)S
|
---|
| 983 | 4536 V
|
---|
| 984 | 1135(4.)S
|
---|
| 985 | 11 B
|
---|
| 986 | 1246(Partition)S
|
---|
| 987 | 1700(your)S
|
---|
| 988 | 1950(hard)S
|
---|
| 989 | 2207(disk)S
|
---|
| 990 | 4662 V
|
---|
| 991 | 11 R
|
---|
| 992 | 1260(You)S
|
---|
| 993 | 1482(can)S
|
---|
| 994 | (boot)196 1669 A
|
---|
| 995 | 1897(the)S
|
---|
| 996 | 2065(computer)S
|
---|
| 997 | 2516(from)S
|
---|
| 998 | (your)202 2763 A
|
---|
| 999 | 2998(CD-ROM)S
|
---|
| 1000 | 3474(if)S
|
---|
| 1001 | (you)165 3575 A
|
---|
| 1002 | 3773(like)S
|
---|
| 1003 | 3973(and)S
|
---|
| 1004 | 10 R
|
---|
| 1005 | 4163(MINIX)S
|
---|
| 1006 | 4496(3)S
|
---|
| 1007 | 11 R
|
---|
| 1008 | (will)173 4579 A
|
---|
| 1009 | 4788 V
|
---|
| 1010 | 1080(start,)S
|
---|
| 1011 | 1336(but)S
|
---|
| 1012 | 1513(to)S
|
---|
| 1013 | 1635(do)S
|
---|
| 1014 | 1781(anything)S
|
---|
| 1015 | 2204(useful,)S
|
---|
| 1016 | (you)165 2539 A
|
---|
| 1017 | 2740(have)S
|
---|
| 1018 | 2986(to)S
|
---|
| 1019 | 3108(create)S
|
---|
| 1020 | 3412(a)S
|
---|
| 1021 | (partition)376 3498 A
|
---|
| 1022 | 3910(for)S
|
---|
| 1023 | 4075(it)S
|
---|
| 1024 | 4173(on)S
|
---|
| 1025 | (your)202 4318 A
|
---|
| 1026 | 4555(hard)S
|
---|
| 1027 | 4914 V
|
---|
| 1028 | 1080(disk.)S
|
---|
| 1029 | 1351(But)S
|
---|
| 1030 | 1542(before)S
|
---|
| 1031 | (partitioning,)545 1857 A
|
---|
| 1032 | 2433(be)S
|
---|
| 1033 | 2569(sure)S
|
---|
| 1034 | 2786(to)S
|
---|
| 1035 | 11 B
|
---|
| 1036 | 2904(back)S
|
---|
| 1037 | 3165(up)S
|
---|
| 1038 | 3321(your)S
|
---|
| 1039 | 3575(data)S
|
---|
| 1040 | 3816(to)S
|
---|
| 1041 | 3940(an)S
|
---|
| 1042 | 4089(external)S
|
---|
| 1043 | 4511(med-)S
|
---|
| 1044 | 5040 V
|
---|
| 1045 | 1080(ium)S
|
---|
| 1046 | 1303(like)S
|
---|
| 1047 | 1515(CD-ROM)S
|
---|
| 1048 | 2021(or)S
|
---|
| 1049 | (DVD)240 2164 A
|
---|
| 1050 | 11 R
|
---|
| 1051 | 2442(as)S
|
---|
| 1052 | 2573(a)S
|
---|
| 1053 | 2661(safety)S
|
---|
| 1054 | (precaution,)497 2965 A
|
---|
| 1055 | 3500(just)S
|
---|
| 1056 | 3698(in)S
|
---|
| 1057 | 3821(case)S
|
---|
| 1058 | 4051(something)S
|
---|
| 1059 | 4549(goes)S
|
---|
| 1060 | 5166 V
|
---|
| 1061 | (wrong.)310 1080 A
|
---|
| 1062 | 1446(Your)S
|
---|
| 1063 | 1701(files)S
|
---|
| 1064 | 1921(are)S
|
---|
| 1065 | 2086(valuable;)S
|
---|
| 1066 | 2522(protect)S
|
---|
| 1067 | 2859(them.)S
|
---|
| 1068 | 5292 V
|
---|
| 1069 | 1260(Unless)S
|
---|
| 1070 | (you)165 1596 A
|
---|
| 1071 | 1795(are)S
|
---|
| 1072 | 1966(sure)S
|
---|
| 1073 | (you)165 2185 A
|
---|
| 1074 | 2384(are)S
|
---|
| 1075 | 2555(an)S
|
---|
| 1076 | 2695(expert)S
|
---|
| 1077 | 3008(on)S
|
---|
| 1078 | 3153(disk)S
|
---|
| 1079 | (partitioning)517 3372 A
|
---|
| 1080 | 3924(with)S
|
---|
| 1081 | 4156(much)S
|
---|
| 1082 | 4437(experi-)S
|
---|
| 1083 | 5418 V
|
---|
| 1084 | 1080(ence,)S
|
---|
| 1085 | 1347(it)S
|
---|
| 1086 | 1443(is)S
|
---|
| 1087 | (strongly)362 1551 A
|
---|
| 1088 | (suggested)437 1947 A
|
---|
| 1089 | 2418(that)S
|
---|
| 1090 | (you)165 2619 A
|
---|
| 1091 | 2817(read)S
|
---|
| 1092 | 3042(the)S
|
---|
| 1093 | 3211(online)S
|
---|
| 1094 | 3521(tutorial)S
|
---|
| 1095 | 3875(on)S
|
---|
| 1096 | 4018(disk)S
|
---|
| 1097 | (partitioning)517 4235 A
|
---|
| 1098 | 5544 V
|
---|
| 1099 | 1080(at)S
|
---|
| 1100 | 11 I
|
---|
| 1101 | (www.minix3.org/doc/partitions.html.)1638 1195 A
|
---|
| 1102 | 11 R
|
---|
| 1103 | 2895(If)S
|
---|
| 1104 | (you)165 3003 A
|
---|
| 1105 | 3203(already)S
|
---|
| 1106 | (know)245 3566 A
|
---|
| 1107 | 3846(how)S
|
---|
| 1108 | 4071(to)S
|
---|
| 1109 | 4192(manage)S
|
---|
| 1110 | 4573(par-)S
|
---|
| 1111 | 5670 V
|
---|
| 1112 | (titions,)305 1080 A
|
---|
| 1113 | 1420(create)S
|
---|
| 1114 | 1723(a)S
|
---|
| 1115 | (contiguous)485 1808 A
|
---|
| 1116 | (chunk)270 2328 A
|
---|
| 1117 | 2633(of)S
|
---|
| 1118 | 2760(free)S
|
---|
| 1119 | 2969(disk)S
|
---|
| 1120 | (space)248 3188 A
|
---|
| 1121 | 3471(of)S
|
---|
| 1122 | 3598(at)S
|
---|
| 1123 | 3714(least)S
|
---|
| 1124 | 3953(50)S
|
---|
| 1125 | 4097(MB,)S
|
---|
| 1126 | 4331(or,)S
|
---|
| 1127 | 4485(if)S
|
---|
| 1128 | (you)165 4587 A
|
---|
| 1129 | 5796 V
|
---|
| 1130 | 1080(want)S
|
---|
| 1131 | 1329(all)S
|
---|
| 1132 | 1474(the)S
|
---|
| 1133 | 1643(commands)S
|
---|
| 1134 | 2156(sources,)S
|
---|
| 1135 | 2550(1)S
|
---|
| 1136 | 2638(GB.)S
|
---|
| 1137 | 2882(If)S
|
---|
| 1138 | (you)165 2990 A
|
---|
| 1139 | 3189(do)S
|
---|
| 1140 | 3333(not)S
|
---|
| 1141 | (know)245 3508 A
|
---|
| 1142 | 3787(how)S
|
---|
| 1143 | 4011(to)S
|
---|
| 1144 | 4131(manage)S
|
---|
| 1145 | 4511(parti-)S
|
---|
| 1146 | 5922 V
|
---|
| 1147 | 1080(tions)S
|
---|
| 1148 | 1347(but)S
|
---|
| 1149 | 1540(have)S
|
---|
| 1150 | 1802(a)S
|
---|
| 1151 | (partitioning)517 1904 A
|
---|
| 1152 | 2473(program)S
|
---|
| 1153 | 2900(like)S
|
---|
| 1154 | 11 I
|
---|
| 1155 | (Partition)400 3119 A
|
---|
| 1156 | 3571(Magic)S
|
---|
| 1157 | 11 R
|
---|
| 1158 | 3854(,)S
|
---|
| 1159 | 3934(use)S
|
---|
| 1160 | 4133(it)S
|
---|
| 1161 | 4246(to)S
|
---|
| 1162 | 4383(create)S
|
---|
| 1163 | 4702(a)S
|
---|
| 1164 | 6048 V
|
---|
| 1165 | 1080(region)S
|
---|
| 1166 | 1400(of)S
|
---|
| 1167 | 1529(free)S
|
---|
| 1168 | 1741(disk)S
|
---|
| 1169 | (space.)276 1963 A
|
---|
| 1170 | 2305(Also)S
|
---|
| 1171 | 2552(make)S
|
---|
| 1172 | 2831(sure)S
|
---|
| 1173 | 3054(there)S
|
---|
| 1174 | 3315(is)S
|
---|
| 1175 | 3427(at)S
|
---|
| 1176 | 3546(least)S
|
---|
| 1177 | 3789(one)S
|
---|
| 1178 | 3987(primary)S
|
---|
| 1179 | (partition)376 4376 A
|
---|
| 1180 | 6174 V
|
---|
| 1181 | 1080(\(i.e.,)S
|
---|
| 1182 | 1330(Master)S
|
---|
| 1183 | 1687(Boot)S
|
---|
| 1184 | 1949(Record)S
|
---|
| 1185 | 2317(slot\))S
|
---|
| 1186 | 2561(free.)S
|
---|
| 1187 | 2838(The)S
|
---|
| 1188 | 10 R
|
---|
| 1189 | 3055(MINIX)S
|
---|
| 1190 | 3402(3)S
|
---|
| 1191 | 11 R
|
---|
| 1192 | 3499(setup)S
|
---|
| 1193 | 3780(script)S
|
---|
| 1194 | (will)173 4074 A
|
---|
| 1195 | 4294(guide)S
|
---|
| 1196 | (you)165 4587 A
|
---|
| 1197 | 6300 V
|
---|
| 1198 | (through)343 1080 A
|
---|
| 1199 | 1459(creating)S
|
---|
| 1200 | 1854(a)S
|
---|
| 1201 | 1940(MINIX)S
|
---|
| 1202 | (partition)376 2308 A
|
---|
| 1203 | 2720(in)S
|
---|
| 1204 | 2842(the)S
|
---|
| 1205 | 3014(free)S
|
---|
| 1206 | (space,)276 3224 A
|
---|
| 1207 | 3536(which)S
|
---|
| 1208 | 3844(can)S
|
---|
| 1209 | 4036(be)S
|
---|
| 1210 | 4178(on)S
|
---|
| 1211 | 4325(either)S
|
---|
| 1212 | 4616(the)S
|
---|
| 1213 | 6426 V
|
---|
| 1214 | 1080(first)S
|
---|
| 1215 | 1287(or)S
|
---|
| 1216 | (second)308 1407 A
|
---|
| 1217 | 1743(IDE)S
|
---|
| 1218 | 1956(disk.)S
|
---|
| 1219 | 6552 V
|
---|
| 1220 | 1260(If)S
|
---|
| 1221 | (you)165 1368 A
|
---|
| 1222 | 1567(are)S
|
---|
| 1223 | (running)343 1739 A
|
---|
| 1224 | (Windows)424 2117 A
|
---|
| 1225 | 2576(95,)S
|
---|
| 1226 | 2749(98,)S
|
---|
| 1227 | 2922(ME,)S
|
---|
| 1228 | 3151(or)S
|
---|
| 1229 | (2000)220 3278 A
|
---|
| 1230 | 11 I
|
---|
| 1231 | (and)165 3533 A
|
---|
| 1232 | 11 R
|
---|
| 1233 | (your)202 3733 A
|
---|
| 1234 | 3970(disk)S
|
---|
| 1235 | 4189(consists)S
|
---|
| 1236 | 4575(of)S
|
---|
| 1237 | 4702(a)S
|
---|
| 1238 | 6678 V
|
---|
| 1239 | 1080(single)S
|
---|
| 1240 | 1395(FAT)S
|
---|
| 1241 | (partition,)404 1655 A
|
---|
| 1242 | (you)165 2109 A
|
---|
| 1243 | 2324(can)S
|
---|
| 1244 | 2529(use)S
|
---|
| 1245 | 2727(the)S
|
---|
| 1246 | 11 I
|
---|
| 1247 | (presz134.exe)577 2913 A
|
---|
| 1248 | 11 R
|
---|
| 1249 | 3540(program)S
|
---|
| 1250 | 3965(on)S
|
---|
| 1251 | 4124(the)S
|
---|
| 1252 | 4309(CD-ROM)S
|
---|
| 1253 | 6804 V
|
---|
| 1254 | 1080(\(also)S
|
---|
| 1255 | 1332(available)S
|
---|
| 1256 | 1771(at)S
|
---|
| 1257 | 11 I
|
---|
| 1258 | 1888(zeleps.com)S
|
---|
| 1259 | 11 R
|
---|
| 1260 | 2373(\))S
|
---|
| 1261 | 2446(to)S
|
---|
| 1262 | 2568(reduce)S
|
---|
| 1263 | 2901(its)S
|
---|
| 1264 | 3043(size)S
|
---|
| 1265 | 3254(to)S
|
---|
| 1266 | 3377(leave)S
|
---|
| 1267 | 3650(room)S
|
---|
| 1268 | 3920(for)S
|
---|
| 1269 | 4086(MINIX.)S
|
---|
| 1270 | 4511(In)S
|
---|
| 1271 | 4640(all)S
|
---|
| 1272 | 6930 V
|
---|
| 1273 | 1080(other)S
|
---|
| 1274 | 1336(cases,)S
|
---|
| 1275 | 1628(please)S
|
---|
| 1276 | 1935(read)S
|
---|
| 1277 | 2155(the)S
|
---|
| 1278 | 2319(online)S
|
---|
| 1279 | 2624(tutorial)S
|
---|
| 1280 | 2973(cited)S
|
---|
| 1281 | (above.)293 3218 A
|
---|
| 1282 | 8427 V
|
---|
| 1283 | EP
|
---|
| 1284 | %%Page: 631 3
|
---|
| 1285 | BP
|
---|
| 1286 | /slant 0 def
|
---|
| 1287 | /height 0 def
|
---|
| 1288 | 1398 V
|
---|
| 1289 | 10 R
|
---|
| 1290 | 1080(SEC.)S
|
---|
| 1291 | 1340(A.1)S
|
---|
| 1292 | 2568(PREPARATION)S
|
---|
| 1293 | 12 B
|
---|
| 1294 | (631)180 4572 A
|
---|
| 1295 | 1638 V
|
---|
| 1296 | 11 R
|
---|
| 1297 | 1260(If)S
|
---|
| 1298 | (your)202 1368 A
|
---|
| 1299 | 1604(disk)S
|
---|
| 1300 | 1822(is)S
|
---|
| 1301 | 1930(larger)S
|
---|
| 1302 | 2224(than)S
|
---|
| 1303 | (128)165 2449 A
|
---|
| 1304 | 2648(GB,)S
|
---|
| 1305 | 2864(the)S
|
---|
| 1306 | 10 R
|
---|
| 1307 | 3031(MINIX)S
|
---|
| 1308 | 3365(3)S
|
---|
| 1309 | 11 R
|
---|
| 1310 | (partition)376 3449 A
|
---|
| 1311 | 3859(must)S
|
---|
| 1312 | 4108(fall)S
|
---|
| 1313 | 4291(entirely)S
|
---|
| 1314 | 4666(in)S
|
---|
| 1315 | 1764 V
|
---|
| 1316 | 1080(the)S
|
---|
| 1317 | 1244(first)S
|
---|
| 1318 | (128)165 1451 A
|
---|
| 1319 | 1644(GB)S
|
---|
| 1320 | 1826(\(due)S
|
---|
| 1321 | 2051(to)S
|
---|
| 1322 | 2165(the)S
|
---|
| 1323 | 2329(way)S
|
---|
| 1324 | 2542(disk)S
|
---|
| 1325 | 2754(blocks)S
|
---|
| 1326 | 3071(are)S
|
---|
| 1327 | 3236(addressed\).)S
|
---|
| 1328 | 1890 V
|
---|
| 1329 | 11 B
|
---|
| 1330 | (WARNING:)596 1260 A
|
---|
| 1331 | 1885(If)S
|
---|
| 1332 | 1994(you)S
|
---|
| 1333 | 2195(make)S
|
---|
| 1334 | 2483(a)S
|
---|
| 1335 | 2568(mistake)S
|
---|
| 1336 | 2968(during)S
|
---|
| 1337 | 3320(disk)S
|
---|
| 1338 | 3548(partitioning,)S
|
---|
| 1339 | 4174(you)S
|
---|
| 1340 | 4376(can)S
|
---|
| 1341 | 4573(lose)S
|
---|
| 1342 | 2016 V
|
---|
| 1343 | 1080(all)S
|
---|
| 1344 | 1231(the)S
|
---|
| 1345 | 1414(data)S
|
---|
| 1346 | 1657(on)S
|
---|
| 1347 | 1808(the)S
|
---|
| 1348 | 1991(disk,)S
|
---|
| 1349 | 2251(so)S
|
---|
| 1350 | 2383(be)S
|
---|
| 1351 | 2528(sure)S
|
---|
| 1352 | 2766(to)S
|
---|
| 1353 | 2891(back)S
|
---|
| 1354 | 3153(it)S
|
---|
| 1355 | 3254(up)S
|
---|
| 1356 | 3411(to)S
|
---|
| 1357 | 3536(CD-ROM)S
|
---|
| 1358 | 4037(or)S
|
---|
| 1359 | (DVD)240 4175 A
|
---|
| 1360 | 4448(before)S
|
---|
| 1361 | 2142 V
|
---|
| 1362 | 1080(starting.)S
|
---|
| 1363 | 1534(Disk)S
|
---|
| 1364 | 1778(partitioning)S
|
---|
| 1365 | 2374(requires)S
|
---|
| 1366 | 2800(great)S
|
---|
| 1367 | 3075(care,)S
|
---|
| 1368 | 3336(so)S
|
---|
| 1369 | (proceed)379 3462 A
|
---|
| 1370 | 3869(with)S
|
---|
| 1371 | 4107(caution.)S
|
---|
| 1372 | 2772 V
|
---|
| 1373 | 13 B
|
---|
| 1374 | 1080(A.2)S
|
---|
| 1375 | 1339(BOOTING)S
|
---|
| 1376 | 3024 V
|
---|
| 1377 | 11 R
|
---|
| 1378 | 1260(By)S
|
---|
| 1379 | 1420(now)S
|
---|
| 1380 | (you)165 1641 A
|
---|
| 1381 | (should)294 1837 A
|
---|
| 1382 | 2162(have)S
|
---|
| 1383 | 2404(allocated)S
|
---|
| 1384 | 2839(some)S
|
---|
| 1385 | 3105(free)S
|
---|
| 1386 | (space)248 3311 A
|
---|
| 1387 | 3591(on)S
|
---|
| 1388 | (your)202 3733 A
|
---|
| 1389 | 3967(disk.)S
|
---|
| 1390 | 4239(If)S
|
---|
| 1391 | (you)165 4345 A
|
---|
| 1392 | 4542(have)S
|
---|
| 1393 | 3150 V
|
---|
| 1394 | 1080(not)S
|
---|
| 1395 | (done)215 1254 A
|
---|
| 1396 | 1502(so)S
|
---|
| 1397 | 1633(yet,)S
|
---|
| 1398 | 1830(please)S
|
---|
| 1399 | 2142(do)S
|
---|
| 1400 | 2285(it)S
|
---|
| 1401 | 2380(now)S
|
---|
| 1402 | 2603(unless)S
|
---|
| 1403 | 2913(there)S
|
---|
| 1404 | 3169(is)S
|
---|
| 1405 | 3276(an)S
|
---|
| 1406 | 3414(existing)S
|
---|
| 1407 | (partition)376 3798 A
|
---|
| 1408 | (you)165 4207 A
|
---|
| 1409 | 4404(are)S
|
---|
| 1410 | 4573(wil-)S
|
---|
| 1411 | 3276 V
|
---|
| 1412 | 1080(ling)S
|
---|
| 1413 | 1280(to)S
|
---|
| 1414 | (convert)333 1394 A
|
---|
| 1415 | 1755(to)S
|
---|
| 1416 | 1869(MINIX)S
|
---|
| 1417 | 2229(3.)S
|
---|
| 1418 | 3528 V
|
---|
| 1419 | 1135(1.)S
|
---|
| 1420 | 11 B
|
---|
| 1421 | 1246(Boot)S
|
---|
| 1422 | 1495(from)S
|
---|
| 1423 | 1757(the)S
|
---|
| 1424 | 1934(CD-ROM)S
|
---|
| 1425 | 3654 V
|
---|
| 1426 | 11 R
|
---|
| 1427 | 1260(Insert)S
|
---|
| 1428 | 1546(the)S
|
---|
| 1429 | 1715(CD-ROM)S
|
---|
| 1430 | 2191(into)S
|
---|
| 1431 | (your)202 2396 A
|
---|
| 1432 | 2631(CD-ROM)S
|
---|
| 1433 | 3107(drive)S
|
---|
| 1434 | 3368(and)S
|
---|
| 1435 | (boot)196 3561 A
|
---|
| 1436 | 3790(the)S
|
---|
| 1437 | 3960(computer)S
|
---|
| 1438 | 4413(from)S
|
---|
| 1439 | 4662(it.)S
|
---|
| 1440 | 3780 V
|
---|
| 1441 | 1080(If)S
|
---|
| 1442 | (you)165 1190 A
|
---|
| 1443 | 1391(have)S
|
---|
| 1444 | 1637(16)S
|
---|
| 1445 | 1783(MB)S
|
---|
| 1446 | 1990(of)S
|
---|
| 1447 | 2117(RAM)S
|
---|
| 1448 | 2404(or)S
|
---|
| 1449 | 2531(more,)S
|
---|
| 1450 | (choose)308 2822 A
|
---|
| 1451 | 3165(`)S
|
---|
| 1452 | 3192(`Regular;')S
|
---|
| 1453 | 3639(')S
|
---|
| 1454 | 3711(if)S
|
---|
| 1455 | (you)165 3814 A
|
---|
| 1456 | 4014(have)S
|
---|
| 1457 | 4259(only)S
|
---|
| 1458 | 4490(8)S
|
---|
| 1459 | 4580(MB)S
|
---|
| 1460 | 3906 V
|
---|
| 1461 | (choose)308 1080 A
|
---|
| 1462 | 1436(`)S
|
---|
| 1463 | 1463(`small.')S
|
---|
| 1464 | 1796(')S
|
---|
| 1465 | 1881(If)S
|
---|
| 1466 | 2003(the)S
|
---|
| 1467 | 2187(computer)S
|
---|
| 1468 | (boots)239 2655 A
|
---|
| 1469 | 2943(from)S
|
---|
| 1470 | 3207(the)S
|
---|
| 1471 | 3392(hard)S
|
---|
| 1472 | 3638(disk)S
|
---|
| 1473 | 3871(instead)S
|
---|
| 1474 | 4235(of)S
|
---|
| 1475 | 4376(the)S
|
---|
| 1476 | 4561(CD-)S
|
---|
| 1477 | 4032 V
|
---|
| 1478 | 1080(ROM,)S
|
---|
| 1479 | (boot)196 1397 A
|
---|
| 1480 | 1630(again)S
|
---|
| 1481 | 1908(and)S
|
---|
| 1482 | 2105(enter)S
|
---|
| 1483 | 2365(the)S
|
---|
| 1484 | 2538(BIOS)S
|
---|
| 1485 | 2828(setup)S
|
---|
| 1486 | 3099(program)S
|
---|
| 1487 | 3511(to)S
|
---|
| 1488 | 3634(change)S
|
---|
| 1489 | 3986(the)S
|
---|
| 1490 | 4158(order)S
|
---|
| 1491 | 4428(of)S
|
---|
| 1492 | (boot)196 4556 A
|
---|
| 1493 | 4158 V
|
---|
| 1494 | 1080(devices,)S
|
---|
| 1495 | (putting)313 1470 A
|
---|
| 1496 | 1811(the)S
|
---|
| 1497 | 1975(CD-ROM)S
|
---|
| 1498 | 2446(before)S
|
---|
| 1499 | 2758(the)S
|
---|
| 1500 | 2922(hard)S
|
---|
| 1501 | 3147(disk.)S
|
---|
| 1502 | 4410 V
|
---|
| 1503 | 1135(2.)S
|
---|
| 1504 | 11 B
|
---|
| 1505 | 1246(Login)S
|
---|
| 1506 | 1551(as)S
|
---|
| 1507 | 1677(root)S
|
---|
| 1508 | 4536 V
|
---|
| 1509 | 11 R
|
---|
| 1510 | 1260(When)S
|
---|
| 1511 | 1571(the)S
|
---|
| 1512 | 11 I
|
---|
| 1513 | 1753(login)S
|
---|
| 1514 | 11 R
|
---|
| 1515 | 2026(prompt)S
|
---|
| 1516 | 2391(appears,)S
|
---|
| 1517 | 2805(login)S
|
---|
| 1518 | 3078(as)S
|
---|
| 1519 | 11 I
|
---|
| 1520 | 3217(root.)S
|
---|
| 1521 | 11 R
|
---|
| 1522 | 3503(After)S
|
---|
| 1523 | 3784(a)S
|
---|
| 1524 | (successful)457 3881 A
|
---|
| 1525 | 4385(login)S
|
---|
| 1526 | 4659(as)S
|
---|
| 1527 | 4662 V
|
---|
| 1528 | 1080(root,)S
|
---|
| 1529 | (you)165 1340 A
|
---|
| 1530 | (will)173 1559 A
|
---|
| 1531 | 1786(see)S
|
---|
| 1532 | 1983(the)S
|
---|
| 1533 | 2172(shell)S
|
---|
| 1534 | 2435(prompt)S
|
---|
| 1535 | 2807(\(#\).)S
|
---|
| 1536 | 3045(At)S
|
---|
| 1537 | 3209(this)S
|
---|
| 1538 | 3422(point)S
|
---|
| 1539 | (you)165 3702 A
|
---|
| 1540 | 3920(are)S
|
---|
| 1541 | (running)343 4110 A
|
---|
| 1542 | 4506(fully-)S
|
---|
| 1543 | 4788 V
|
---|
| 1544 | 1080(operational)S
|
---|
| 1545 | 1608(MINIX)S
|
---|
| 1546 | 1968(3.)S
|
---|
| 1547 | 2079(If)S
|
---|
| 1548 | (you)165 2181 A
|
---|
| 1549 | 2374(type:)S
|
---|
| 1550 | 4976 V
|
---|
| 1551 | 10 L
|
---|
| 1552 | 1344(ls)S
|
---|
| 1553 | 1445(/usr/bin)S
|
---|
| 1554 | 1804(|)S
|
---|
| 1555 | 1858(more)S
|
---|
| 1556 | 5165 V
|
---|
| 1557 | 11 R
|
---|
| 1558 | (you)165 1080 A
|
---|
| 1559 | 1283(can)S
|
---|
| 1560 | 1476(see)S
|
---|
| 1561 | 1657(what)S
|
---|
| 1562 | 1911(software)S
|
---|
| 1563 | 2332(is)S
|
---|
| 1564 | 2444(available.)S
|
---|
| 1565 | 2941(Hit)S
|
---|
| 1566 | (space)248 3121 A
|
---|
| 1567 | 3407(to)S
|
---|
| 1568 | 3531(scroll)S
|
---|
| 1569 | 3816(the)S
|
---|
| 1570 | 3990(list.)S
|
---|
| 1571 | 4192(To)S
|
---|
| 1572 | 4354(see)S
|
---|
| 1573 | 4536(what)S
|
---|
| 1574 | 5291 V
|
---|
| 1575 | 1080(program)S
|
---|
| 1576 | 11 I
|
---|
| 1577 | 1483(foo)S
|
---|
| 1578 | 11 R
|
---|
| 1579 | 1652(does,)S
|
---|
| 1580 | 1911(type:)S
|
---|
| 1581 | 5479 V
|
---|
| 1582 | 10 L
|
---|
| 1583 | 1344(man)S
|
---|
| 1584 | 1568(foo)S
|
---|
| 1585 | 5668 V
|
---|
| 1586 | 11 R
|
---|
| 1587 | 1080(The)S
|
---|
| 1588 | 1281(manual)S
|
---|
| 1589 | 1636(pages)S
|
---|
| 1590 | 1917(are)S
|
---|
| 1591 | 2082(also)S
|
---|
| 1592 | 2289(available)S
|
---|
| 1593 | 2720(at)S
|
---|
| 1594 | 11 I
|
---|
| 1595 | (www.minix3.org/manpages)1212 2829 A
|
---|
| 1596 | 11 R
|
---|
| 1597 | 4041(.)S
|
---|
| 1598 | 5920 V
|
---|
| 1599 | 1135(3.)S
|
---|
| 1600 | 11 B
|
---|
| 1601 | 1246(Start)S
|
---|
| 1602 | 1515(the)S
|
---|
| 1603 | 1692(setup)S
|
---|
| 1604 | 1974(script)S
|
---|
| 1605 | 6046 V
|
---|
| 1606 | 11 R
|
---|
| 1607 | 1260(To)S
|
---|
| 1608 | 1411(start)S
|
---|
| 1609 | 1631(the)S
|
---|
| 1610 | 1795(installation)S
|
---|
| 1611 | 2317(of)S
|
---|
| 1612 | 10 R
|
---|
| 1613 | 2434(MINIX)S
|
---|
| 1614 | 2762(3)S
|
---|
| 1615 | 11 R
|
---|
| 1616 | 2840(on)S
|
---|
| 1617 | 2978(the)S
|
---|
| 1618 | 3142(hard)S
|
---|
| 1619 | 3367(disk,)S
|
---|
| 1620 | 3607(type)S
|
---|
| 1621 | 6234 V
|
---|
| 1622 | 10 L
|
---|
| 1623 | 1344(setup)S
|
---|
| 1624 | 6423 V
|
---|
| 1625 | 11 R
|
---|
| 1626 | 1080(After)S
|
---|
| 1627 | 1343(this)S
|
---|
| 1628 | 1531(and)S
|
---|
| 1629 | 1719(all)S
|
---|
| 1630 | 1859(other)S
|
---|
| 1631 | 2115(commands,)S
|
---|
| 1632 | 2651(be)S
|
---|
| 1633 | 2784(sure)S
|
---|
| 1634 | 2997(to)S
|
---|
| 1635 | 3112(type)S
|
---|
| 1636 | 3332(ENTER)S
|
---|
| 1637 | 3719(\(RETURN\).)S
|
---|
| 1638 | 4322(When)S
|
---|
| 1639 | 4616(the)S
|
---|
| 1640 | 6549 V
|
---|
| 1641 | 1080(installation)S
|
---|
| 1642 | 1603(script)S
|
---|
| 1643 | 1879(ends)S
|
---|
| 1644 | 2111(a)S
|
---|
| 1645 | 2190(screen)S
|
---|
| 1646 | 2504(with)S
|
---|
| 1647 | 2730(a)S
|
---|
| 1648 | 2809(colon,)S
|
---|
| 1649 | 3112(hit)S
|
---|
| 1650 | 3258(ENTER)S
|
---|
| 1651 | 3645(to)S
|
---|
| 1652 | 3760(continue.)S
|
---|
| 1653 | 4199(If)S
|
---|
| 1654 | 4302(the)S
|
---|
| 1655 | 4467(screen)S
|
---|
| 1656 | 6675 V
|
---|
| 1657 | (suddenly)399 1080 A
|
---|
| 1658 | 1514(goes)S
|
---|
| 1659 | 1752(blank,)S
|
---|
| 1660 | 2061(press)S
|
---|
| 1661 | 2324(CTRL-F3)S
|
---|
| 1662 | 2797(to)S
|
---|
| 1663 | 2918(select)S
|
---|
| 1664 | 3208(software)S
|
---|
| 1665 | (scrolling)388 3626 A
|
---|
| 1666 | (\(should)331 4049 A
|
---|
| 1667 | 4415(only)S
|
---|
| 1668 | 4647(be)S
|
---|
| 1669 | 6801 V
|
---|
| 1670 | 1080(needed)S
|
---|
| 1671 | 1437(on)S
|
---|
| 1672 | 1589(very)S
|
---|
| 1673 | 1827(old)S
|
---|
| 1674 | 2009(computers\).)S
|
---|
| 1675 | 2605(Note)S
|
---|
| 1676 | 2862(that)S
|
---|
| 1677 | 3070(CTRL-key)S
|
---|
| 1678 | 3592(means)S
|
---|
| 1679 | 3917(depress)S
|
---|
| 1680 | 4291(the)S
|
---|
| 1681 | 4468(CTRL)S
|
---|
| 1682 | 6927 V
|
---|
| 1683 | 1080(key)S
|
---|
| 1684 | 1268(and)S
|
---|
| 1685 | 1456(while)S
|
---|
| 1686 | 1731(holding)S
|
---|
| 1687 | 2096(it)S
|
---|
| 1688 | 2186(down,)S
|
---|
| 1689 | 2487(press)S
|
---|
| 1690 | 2743(`)S
|
---|
| 1691 | 2770(`key.')S
|
---|
| 1692 | 3022(')S
|
---|
| 1693 | 8427 V
|
---|
| 1694 | EP
|
---|
| 1695 | %%Page: 632 4
|
---|
| 1696 | BP
|
---|
| 1697 | /slant 0 def
|
---|
| 1698 | /height 0 def
|
---|
| 1699 | 1398 V
|
---|
| 1700 | 12 B
|
---|
| 1701 | (632)180 1080 A
|
---|
| 1702 | 10 R
|
---|
| 1703 | 2413(INSTALLING)S
|
---|
| 1704 | 3040(MINIX)S
|
---|
| 1705 | 3368(3)S
|
---|
| 1706 | 4419(APP.)S
|
---|
| 1707 | 4679(A)S
|
---|
| 1708 | 1638 V
|
---|
| 1709 | 13 B
|
---|
| 1710 | 1080(A.3)S
|
---|
| 1711 | 1339(INSTALLING)S
|
---|
| 1712 | 2194(TO)S
|
---|
| 1713 | 2415(THE)S
|
---|
| 1714 | (HARD)386 2723 A
|
---|
| 1715 | 3142(DISK)S
|
---|
| 1716 | 1890 V
|
---|
| 1717 | 11 R
|
---|
| 1718 | 1260(These)S
|
---|
| 1719 | 1554(steps)S
|
---|
| 1720 | (correspond)492 1804 A
|
---|
| 1721 | 2324(to)S
|
---|
| 1722 | 2438(the)S
|
---|
| 1723 | 2602(steps)S
|
---|
| 1724 | 2852(on)S
|
---|
| 1725 | 2990(the)S
|
---|
| 1726 | 3154(screen.)S
|
---|
| 1727 | 2142 V
|
---|
| 1728 | 1135(1.)S
|
---|
| 1729 | 11 B
|
---|
| 1730 | 1246(Select)S
|
---|
| 1731 | 1554(keyboard)S
|
---|
| 1732 | 2033(type)S
|
---|
| 1733 | 2268 V
|
---|
| 1734 | 11 R
|
---|
| 1735 | 1260(When)S
|
---|
| 1736 | (you)165 1564 A
|
---|
| 1737 | 1768(are)S
|
---|
| 1738 | 1944(asked)S
|
---|
| 1739 | 2236(to)S
|
---|
| 1740 | 2361(select)S
|
---|
| 1741 | (your)202 2655 A
|
---|
| 1742 | 2896(national)S
|
---|
| 1743 | (keyboard,)440 3293 A
|
---|
| 1744 | 3772(do)S
|
---|
| 1745 | 3921(so.)S
|
---|
| 1746 | 4087(This)S
|
---|
| 1747 | 4324(and)S
|
---|
| 1748 | 4524(other)S
|
---|
| 1749 | 2394 V
|
---|
| 1750 | 1080(steps)S
|
---|
| 1751 | 1353(have)S
|
---|
| 1752 | 1614(a)S
|
---|
| 1753 | 1715(default)S
|
---|
| 1754 | 2075(choice,)S
|
---|
| 1755 | 2445(in)S
|
---|
| 1756 | 2582(square)S
|
---|
| 1757 | 2923(brackets.)S
|
---|
| 1758 | 3401(If)S
|
---|
| 1759 | (you)165 3526 A
|
---|
| 1760 | 3742(agree)S
|
---|
| 1761 | 4035(with)S
|
---|
| 1762 | 4283(it,)S
|
---|
| 1763 | 4424(just)S
|
---|
| 1764 | 4635(hit)S
|
---|
| 1765 | 2520 V
|
---|
| 1766 | 1080(ENTER.)S
|
---|
| 1767 | 1500(In)S
|
---|
| 1768 | 1626(most)S
|
---|
| 1769 | 1875(steps,)S
|
---|
| 1770 | 2159(the)S
|
---|
| 1771 | 2329(default)S
|
---|
| 1772 | 2672(is)S
|
---|
| 1773 | 2780(generally)S
|
---|
| 1774 | 3228(a)S
|
---|
| 1775 | (good)220 3312 A
|
---|
| 1776 | 3567(choice)S
|
---|
| 1777 | 3893(for)S
|
---|
| 1778 | 4057(beginners.)S
|
---|
| 1779 | 4579(The)S
|
---|
| 1780 | 2646 V
|
---|
| 1781 | 1080(us-swap)S
|
---|
| 1782 | (keyboard)412 1482 A
|
---|
| 1783 | 1933(interchanges)S
|
---|
| 1784 | 2533(the)S
|
---|
| 1785 | 2707(CAPS)S
|
---|
| 1786 | 3023(LOCK)S
|
---|
| 1787 | 3363(and)S
|
---|
| 1788 | 3561(CTRL)S
|
---|
| 1789 | 3883(keys,)S
|
---|
| 1790 | 4152(as)S
|
---|
| 1791 | 4283(is)S
|
---|
| 1792 | (conven-)357 4395 A
|
---|
| 1793 | 2772 V
|
---|
| 1794 | 1080(tional)S
|
---|
| 1795 | 1361(on)S
|
---|
| 1796 | 1499(UNIX)S
|
---|
| 1797 | 1804(systems.)S
|
---|
| 1798 | 3024 V
|
---|
| 1799 | 1135(2.)S
|
---|
| 1800 | 11 B
|
---|
| 1801 | 1246(Select)S
|
---|
| 1802 | 1554(your)S
|
---|
| 1803 | 1804(Ethernet)S
|
---|
| 1804 | 2254(chip)S
|
---|
| 1805 | 3150 V
|
---|
| 1806 | 11 R
|
---|
| 1807 | 1260(You)S
|
---|
| 1808 | (will)173 1487 A
|
---|
| 1809 | 1697(now)S
|
---|
| 1810 | 1924(be)S
|
---|
| 1811 | 2066(asked)S
|
---|
| 1812 | 2357(which)S
|
---|
| 1813 | 2666(of)S
|
---|
| 1814 | 2796(the)S
|
---|
| 1815 | 2970(available)S
|
---|
| 1816 | 3411(Ethernet)S
|
---|
| 1817 | 3826(drivers)S
|
---|
| 1818 | (you)165 4172 A
|
---|
| 1819 | 4375(want)S
|
---|
| 1820 | 4629(in-)S
|
---|
| 1821 | 3276 V
|
---|
| 1822 | 1080(stalled)S
|
---|
| 1823 | 1399(\(or)S
|
---|
| 1824 | (none\).)280 1556 A
|
---|
| 1825 | 1864(Please)S
|
---|
| 1826 | (choose)308 2178 A
|
---|
| 1827 | 2514(one)S
|
---|
| 1828 | 2702(of)S
|
---|
| 1829 | 2822(the)S
|
---|
| 1830 | 2986(options.)S
|
---|
| 1831 | 3528 V
|
---|
| 1832 | 1135(3.)S
|
---|
| 1833 | 11 B
|
---|
| 1834 | 1246(Basic)S
|
---|
| 1835 | 1527(minimal)S
|
---|
| 1836 | 1949(or)S
|
---|
| 1837 | 2082(full)S
|
---|
| 1838 | 2271(distribution?)S
|
---|
| 1839 | 3654 V
|
---|
| 1840 | 11 R
|
---|
| 1841 | 1260(If)S
|
---|
| 1842 | (you)165 1386 A
|
---|
| 1843 | 1603(are)S
|
---|
| 1844 | 1792(tight)S
|
---|
| 1845 | 2047(on)S
|
---|
| 1846 | 2209(disk)S
|
---|
| 1847 | (space,)276 2445 A
|
---|
| 1848 | 2773(select)S
|
---|
| 1849 | 3080(M)S
|
---|
| 1850 | 3230(for)S
|
---|
| 1851 | 3411(a)S
|
---|
| 1852 | 3513(minimal)S
|
---|
| 1853 | 3935(installation)S
|
---|
| 1854 | 4481(which)S
|
---|
| 1855 | 3780 V
|
---|
| 1856 | 1080(includes)S
|
---|
| 1857 | 1506(all)S
|
---|
| 1858 | 1674(the)S
|
---|
| 1859 | 1866(binaries)S
|
---|
| 1860 | 2274(but)S
|
---|
| 1861 | 2471(only)S
|
---|
| 1862 | 2723(the)S
|
---|
| 1863 | 2915(system)S
|
---|
| 1864 | 3278(sources)S
|
---|
| 1865 | 3666(installed.)S
|
---|
| 1866 | 4154(The)S
|
---|
| 1867 | 4382(minimal)S
|
---|
| 1868 | 3906 V
|
---|
| 1869 | 1080(option)S
|
---|
| 1870 | 1410(does)S
|
---|
| 1871 | 1661(not)S
|
---|
| 1872 | 1850(install)S
|
---|
| 1873 | 2170(the)S
|
---|
| 1874 | 2354(sources)S
|
---|
| 1875 | 2736(of)S
|
---|
| 1876 | 2877(the)S
|
---|
| 1877 | 3062(commands.)S
|
---|
| 1878 | 3647(50)S
|
---|
| 1879 | 3806(MB)S
|
---|
| 1880 | 4027(is)S
|
---|
| 1881 | (enough)325 4150 A
|
---|
| 1882 | 4524(for)S
|
---|
| 1883 | 4702(a)S
|
---|
| 1884 | 4032 V
|
---|
| 1885 | (bare-bones)487 1080 A
|
---|
| 1886 | 1595(system.)S
|
---|
| 1887 | 1959(If)S
|
---|
| 1888 | (you)165 2061 A
|
---|
| 1889 | 2254(have)S
|
---|
| 1890 | 2492(1)S
|
---|
| 1891 | 2575(GB)S
|
---|
| 1892 | 2757(or)S
|
---|
| 1893 | 2877(more,)S
|
---|
| 1894 | (choose)308 3161 A
|
---|
| 1895 | 3497(F)S
|
---|
| 1896 | 3587(for)S
|
---|
| 1897 | 3744(a)S
|
---|
| 1898 | 3822(full)S
|
---|
| 1899 | 4004(installation.)S
|
---|
| 1900 | 4284 V
|
---|
| 1901 | 1135(4.)S
|
---|
| 1902 | 11 B
|
---|
| 1903 | 1246(Create)S
|
---|
| 1904 | 1596(or)S
|
---|
| 1905 | 1729(select)S
|
---|
| 1906 | 2018(a)S
|
---|
| 1907 | 2101(partition)S
|
---|
| 1908 | 2549(for)S
|
---|
| 1909 | 10 B
|
---|
| 1910 | 2716(MINIX)S
|
---|
| 1911 | 3060(3)S
|
---|
| 1912 | 4410 V
|
---|
| 1913 | 11 R
|
---|
| 1914 | 1260(You)S
|
---|
| 1915 | (will)173 1478 A
|
---|
| 1916 | 1679(first)S
|
---|
| 1917 | 1886(be)S
|
---|
| 1918 | 2019(asked)S
|
---|
| 1919 | 2300(if)S
|
---|
| 1920 | (you)165 2396 A
|
---|
| 1921 | 2589(are)S
|
---|
| 1922 | 2754(an)S
|
---|
| 1923 | 2887(expert)S
|
---|
| 1924 | 3193(in)S
|
---|
| 1925 | 10 R
|
---|
| 1926 | 3304(MINIX)S
|
---|
| 1927 | 3632(3)S
|
---|
| 1928 | 11 R
|
---|
| 1929 | 3710(disk)S
|
---|
| 1930 | (partitioning.)545 3922 A
|
---|
| 1931 | 4523(If)S
|
---|
| 1932 | 4626(so,)S
|
---|
| 1933 | 4536 V
|
---|
| 1934 | (you)165 1080 A
|
---|
| 1935 | (will)173 1282 A
|
---|
| 1936 | 1492(be)S
|
---|
| 1937 | (placed)291 1634 A
|
---|
| 1938 | 1962(in)S
|
---|
| 1939 | 2085(the)S
|
---|
| 1940 | 11 I
|
---|
| 1941 | 2258(part)S
|
---|
| 1942 | 11 R
|
---|
| 1943 | 2479(program)S
|
---|
| 1944 | 2891(to)S
|
---|
| 1945 | 3014(give)S
|
---|
| 1946 | (you)165 3242 A
|
---|
| 1947 | 3443(full)S
|
---|
| 1948 | 3633(power)S
|
---|
| 1949 | 3946(to)S
|
---|
| 1950 | 4068(edit)S
|
---|
| 1951 | 4271(the)S
|
---|
| 1952 | 4443(Master)S
|
---|
| 1953 | 4662 V
|
---|
| 1954 | 1080(Boot)S
|
---|
| 1955 | 1331(Record)S
|
---|
| 1956 | 1688(\(and)S
|
---|
| 1957 | (enough)325 1921 A
|
---|
| 1958 | 2282(rope)S
|
---|
| 1959 | 2515(to)S
|
---|
| 1960 | 2637(hang)S
|
---|
| 1961 | (yourself\).)428 2888 A
|
---|
| 1962 | 3380(If)S
|
---|
| 1963 | (you)165 3490 A
|
---|
| 1964 | 3691(are)S
|
---|
| 1965 | 3864(not)S
|
---|
| 1966 | 4041(an)S
|
---|
| 1967 | 4182(expert,)S
|
---|
| 1968 | 4524(press)S
|
---|
| 1969 | 4788 V
|
---|
| 1970 | 1080(ENTER)S
|
---|
| 1971 | 1479(for)S
|
---|
| 1972 | 1649(the)S
|
---|
| 1973 | 1826(default)S
|
---|
| 1974 | 2176(action,)S
|
---|
| 1975 | 2517(which)S
|
---|
| 1976 | 2829(is)S
|
---|
| 1977 | 2944(an)S
|
---|
| 1978 | 3089(automated)S
|
---|
| 1979 | 3592(step-by-step)S
|
---|
| 1980 | 4174(guide)S
|
---|
| 1981 | 4460(to)S
|
---|
| 1982 | 4586(for-)S
|
---|
| 1983 | 4914 V
|
---|
| 1984 | (matting)339 1080 A
|
---|
| 1985 | 1447(a)S
|
---|
| 1986 | 1525(disk)S
|
---|
| 1987 | (partition)376 1737 A
|
---|
| 1988 | 2141(for)S
|
---|
| 1989 | 2298(MINIX)S
|
---|
| 1990 | 2658(3.)S
|
---|
| 1991 | 5166 V
|
---|
| 1992 | 11 B
|
---|
| 1993 | (Substep)378 1080 A
|
---|
| 1994 | 1486(4.1:)S
|
---|
| 1995 | 1689(Select)S
|
---|
| 1996 | 1997(a)S
|
---|
| 1997 | 2080(disk)S
|
---|
| 1998 | 2306(to)S
|
---|
| 1999 | 2426(install)S
|
---|
| 2000 | 2744(MINIX)S
|
---|
| 2001 | 3123(3)S
|
---|
| 2002 | 5292 V
|
---|
| 2003 | 11 R
|
---|
| 2004 | 1260(An)S
|
---|
| 2005 | 1430(IDE)S
|
---|
| 2006 | 1650(controller)S
|
---|
| 2007 | 2117(may)S
|
---|
| 2008 | 2343(have)S
|
---|
| 2009 | 2588(up)S
|
---|
| 2010 | 2733(to)S
|
---|
| 2011 | 2854(four)S
|
---|
| 2012 | 3073(disks.)S
|
---|
| 2013 | 3363(The)S
|
---|
| 2014 | 11 I
|
---|
| 2015 | 3571(setup)S
|
---|
| 2016 | 11 R
|
---|
| 2017 | 3840(script)S
|
---|
| 2018 | (will)173 4122 A
|
---|
| 2019 | 4330(now)S
|
---|
| 2020 | (look)196 4556 A
|
---|
| 2021 | 5418 V
|
---|
| 2022 | 1080(for)S
|
---|
| 2023 | (each)205 1249 A
|
---|
| 2024 | 1494(one.)S
|
---|
| 2025 | 1722(Just)S
|
---|
| 2026 | (ignore)283 1933 A
|
---|
| 2027 | 2255(any)S
|
---|
| 2028 | 2454(error)S
|
---|
| 2029 | 2709(messages.)S
|
---|
| 2030 | 3224(When)S
|
---|
| 2031 | 3528(the)S
|
---|
| 2032 | 3703(drives)S
|
---|
| 2033 | 4013(are)S
|
---|
| 2034 | 4189(listed,)S
|
---|
| 2035 | 4497(select)S
|
---|
| 2036 | 5544 V
|
---|
| 2037 | 1080(one.)S
|
---|
| 2038 | 1316(and)S
|
---|
| 2039 | 1524(confirm)S
|
---|
| 2040 | (your)202 1923 A
|
---|
| 2041 | 2174(choice.)S
|
---|
| 2042 | 2570(If)S
|
---|
| 2043 | (you)165 2693 A
|
---|
| 2044 | 2907(have)S
|
---|
| 2045 | 3166(two)S
|
---|
| 2046 | 3381(hard)S
|
---|
| 2047 | 3627(disks)S
|
---|
| 2048 | 3903(and)S
|
---|
| 2049 | (you)165 4112 A
|
---|
| 2050 | 4326(decide)S
|
---|
| 2051 | 4666(to)S
|
---|
| 2052 | 5670 V
|
---|
| 2053 | 1080(install)S
|
---|
| 2054 | 10 R
|
---|
| 2055 | 1393(MINIX)S
|
---|
| 2056 | 1737(3)S
|
---|
| 2057 | 11 R
|
---|
| 2058 | 1831(to)S
|
---|
| 2059 | 1961(the)S
|
---|
| 2060 | (second)308 2141 A
|
---|
| 2061 | 2493(one)S
|
---|
| 2062 | 2697(and)S
|
---|
| 2063 | 2901(have)S
|
---|
| 2064 | (trouble)314 3155 A
|
---|
| 2065 | (booting)337 3513 A
|
---|
| 2066 | 3894(from)S
|
---|
| 2067 | 4153(it,)S
|
---|
| 2068 | 4287(please)S
|
---|
| 2069 | 4609(see)S
|
---|
| 2070 | 5796 V
|
---|
| 2071 | 11 I
|
---|
| 2072 | (www.minix3.org/doc/using2disks.html)1696 1080 A
|
---|
| 2073 | 11 R
|
---|
| 2074 | 2804(for)S
|
---|
| 2075 | 2961(the)S
|
---|
| 2076 | 3125(solution.)S
|
---|
| 2077 | 6048 V
|
---|
| 2078 | 11 B
|
---|
| 2079 | (Substep)378 1080 A
|
---|
| 2080 | 1486(4.2:)S
|
---|
| 2081 | 1689(Select)S
|
---|
| 2082 | 1997(a)S
|
---|
| 2083 | 2080(disk)S
|
---|
| 2084 | 2306(region)S
|
---|
| 2085 | 6174 V
|
---|
| 2086 | 11 R
|
---|
| 2087 | 1260(Now)S
|
---|
| 2088 | (choose)308 1503 A
|
---|
| 2089 | 1839(a)S
|
---|
| 2090 | 1917(region)S
|
---|
| 2091 | 2228(to)S
|
---|
| 2092 | 2342(install)S
|
---|
| 2093 | 10 R
|
---|
| 2094 | 2639(MINIX)S
|
---|
| 2095 | 2967(3)S
|
---|
| 2096 | 11 R
|
---|
| 2097 | 3045(into.)S
|
---|
| 2098 | 3273(You)S
|
---|
| 2099 | 3491(have)S
|
---|
| 2100 | 3729(three)S
|
---|
| 2101 | 3980(choices:)S
|
---|
| 2102 | 6363 V
|
---|
| 2103 | 1164(\(1\))S
|
---|
| 2104 | 1321(Select)S
|
---|
| 2105 | 1623(a)S
|
---|
| 2106 | 1701(free)S
|
---|
| 2107 | 1903(region)S
|
---|
| 2108 | 6489 V
|
---|
| 2109 | 1164(\(2\))S
|
---|
| 2110 | 1321(Select)S
|
---|
| 2111 | 1623(a)S
|
---|
| 2112 | (partition)376 1701 A
|
---|
| 2113 | 2105(to)S
|
---|
| 2114 | 2219(overwrite)S
|
---|
| 2115 | 6615 V
|
---|
| 2116 | 1164(\(3\))S
|
---|
| 2117 | 1321(Delete)S
|
---|
| 2118 | 1641(a)S
|
---|
| 2119 | (partition)376 1719 A
|
---|
| 2120 | 2123(to)S
|
---|
| 2121 | 2237(free)S
|
---|
| 2122 | 2439(up)S
|
---|
| 2123 | (space)248 2577 A
|
---|
| 2124 | 2853(and)S
|
---|
| 2125 | 3041(merge)S
|
---|
| 2126 | 3347(with)S
|
---|
| 2127 | (adjacent)372 3572 A
|
---|
| 2128 | 3972(free)S
|
---|
| 2129 | (space)248 4174 A
|
---|
| 2130 | 6804 V
|
---|
| 2131 | 1080(For)S
|
---|
| 2132 | 1262(choices)S
|
---|
| 2133 | 1624(\(1\))S
|
---|
| 2134 | 1781(and)S
|
---|
| 2135 | 1969(\(2\),)S
|
---|
| 2136 | 2154(type)S
|
---|
| 2137 | 2373(the)S
|
---|
| 2138 | 2537(region)S
|
---|
| 2139 | 2848(number.)S
|
---|
| 2140 | 3242(For)S
|
---|
| 2141 | 3424(\(3\))S
|
---|
| 2142 | 3581(type)S
|
---|
| 2143 | 6961 V
|
---|
| 2144 | 10 L
|
---|
| 2145 | 1344(delete)S
|
---|
| 2146 | 8427 V
|
---|
| 2147 | EP
|
---|
| 2148 | %%Page: 633 5
|
---|
| 2149 | BP
|
---|
| 2150 | /slant 0 def
|
---|
| 2151 | /height 0 def
|
---|
| 2152 | 1388 V
|
---|
| 2153 | 10 R
|
---|
| 2154 | 1080(SEC.)S
|
---|
| 2155 | 1340(A.3)S
|
---|
| 2156 | 2138(INSTALLING)S
|
---|
| 2157 | 2765(TO)S
|
---|
| 2158 | 2925(THE)S
|
---|
| 2159 | 3147(HARD)S
|
---|
| 2160 | 3458(DISK)S
|
---|
| 2161 | 12 B
|
---|
| 2162 | (633)180 4572 A
|
---|
| 2163 | 1733 V
|
---|
| 2164 | 11 R
|
---|
| 2165 | 1080(then)S
|
---|
| 2166 | 1307(give)S
|
---|
| 2167 | 1534(the)S
|
---|
| 2168 | 1706(region)S
|
---|
| 2169 | 2025(number)S
|
---|
| 2170 | 2400(when)S
|
---|
| 2171 | 2677(asked.)S
|
---|
| 2172 | 2995(This)S
|
---|
| 2173 | 3229(region)S
|
---|
| 2174 | (will)173 3549 A
|
---|
| 2175 | 3759(be)S
|
---|
| 2176 | (overwritten)512 3901 A
|
---|
| 2177 | 4450(and)S
|
---|
| 2178 | 4647(its)S
|
---|
| 2179 | 1859 V
|
---|
| 2180 | 1080(previous)S
|
---|
| 2181 | 1489(contents)S
|
---|
| 2182 | 1887(lost)S
|
---|
| 2183 | 2075(forever.)S
|
---|
| 2184 | 2111 V
|
---|
| 2185 | 11 B
|
---|
| 2186 | (Substep)378 1080 A
|
---|
| 2187 | 1486(4.3:)S
|
---|
| 2188 | 1689(Confirm)S
|
---|
| 2189 | 2124(your)S
|
---|
| 2190 | 2374(choices)S
|
---|
| 2191 | 2237 V
|
---|
| 2192 | 11 R
|
---|
| 2193 | 1260(You)S
|
---|
| 2194 | 1485(have)S
|
---|
| 2195 | 1730(now)S
|
---|
| 2196 | (reached)347 1955 A
|
---|
| 2197 | 2337(the)S
|
---|
| 2198 | 2508(point)S
|
---|
| 2199 | 2770(of)S
|
---|
| 2200 | 2897(no)S
|
---|
| 2201 | 3042(return.)S
|
---|
| 2202 | 3370(You)S
|
---|
| 2203 | (will)173 3595 A
|
---|
| 2204 | 3803(be)S
|
---|
| 2205 | 3943(asked)S
|
---|
| 2206 | 4231(if)S
|
---|
| 2207 | (you)165 4335 A
|
---|
| 2208 | 4536(want)S
|
---|
| 2209 | 2363 V
|
---|
| 2210 | 1080(to)S
|
---|
| 2211 | 1205(continue.)S
|
---|
| 2212 | 11 B
|
---|
| 2213 | 1654(If)S
|
---|
| 2214 | 1773(you)S
|
---|
| 2215 | 1984(do,)S
|
---|
| 2216 | 2168(the)S
|
---|
| 2217 | 2355(data)S
|
---|
| 2218 | 2602(in)S
|
---|
| 2219 | 2733(the)S
|
---|
| 2220 | 2920(selected)S
|
---|
| 2221 | 3331(region)S
|
---|
| 2222 | (will)173 3672 A
|
---|
| 2223 | 3883(be)S
|
---|
| 2224 | 4033(lost)S
|
---|
| 2225 | 4237(forever.)S
|
---|
| 2226 | 11 R
|
---|
| 2227 | 4678(If)S
|
---|
| 2228 | 2489 V
|
---|
| 2229 | (you)165 1080 A
|
---|
| 2230 | 1273(are)S
|
---|
| 2231 | 1438(sure,)S
|
---|
| 2232 | 1679(type:)S
|
---|
| 2233 | 2677 V
|
---|
| 2234 | 10 L
|
---|
| 2235 | 1344(yes)S
|
---|
| 2236 | 2866 V
|
---|
| 2237 | 11 R
|
---|
| 2238 | 1080(and)S
|
---|
| 2239 | 1271(then)S
|
---|
| 2240 | 1493(ENTER.)S
|
---|
| 2241 | 1910(To)S
|
---|
| 2242 | 2064(exit)S
|
---|
| 2243 | 2262(the)S
|
---|
| 2244 | 2429(setup)S
|
---|
| 2245 | 2695(script)S
|
---|
| 2246 | (without)338 2974 A
|
---|
| 2247 | 3344(changing)S
|
---|
| 2248 | 3782(the)S
|
---|
| 2249 | (partition)376 3950 A
|
---|
| 2250 | 4358(table,)S
|
---|
| 2251 | 4635(hit)S
|
---|
| 2252 | 2992 V
|
---|
| 2253 | 1080(CTRL-C.)S
|
---|
| 2254 | 3244 V
|
---|
| 2255 | 1135(5.)S
|
---|
| 2256 | 11 B
|
---|
| 2257 | 1246(Reinstall)S
|
---|
| 2258 | 1694(choice)S
|
---|
| 2259 | 3370 V
|
---|
| 2260 | 11 R
|
---|
| 2261 | 1260(If)S
|
---|
| 2262 | (you)165 1370 A
|
---|
| 2263 | 1572(chose)S
|
---|
| 2264 | 1862(an)S
|
---|
| 2265 | 2004(existing)S
|
---|
| 2266 | 10 R
|
---|
| 2267 | 2389(MINIX)S
|
---|
| 2268 | 2726(3)S
|
---|
| 2269 | 11 R
|
---|
| 2270 | (partition,)404 2813 A
|
---|
| 2271 | 3254(in)S
|
---|
| 2272 | 3377(this)S
|
---|
| 2273 | 3574(step)S
|
---|
| 2274 | (you)165 3790 A
|
---|
| 2275 | (will)173 3992 A
|
---|
| 2276 | 4202(be)S
|
---|
| 2277 | 4344(offered)S
|
---|
| 2278 | 4702(a)S
|
---|
| 2279 | 3496 V
|
---|
| 2280 | 1080(choice)S
|
---|
| 2281 | 1401(between)S
|
---|
| 2282 | 1802(a)S
|
---|
| 2283 | 1882(Full)S
|
---|
| 2284 | 2090(install,)S
|
---|
| 2285 | 2419(which)S
|
---|
| 2286 | 2719(erases)S
|
---|
| 2287 | 3021(everything)S
|
---|
| 2288 | 3524(in)S
|
---|
| 2289 | 3639(the)S
|
---|
| 2290 | (partition,)404 3804 A
|
---|
| 2291 | 4237(and)S
|
---|
| 2292 | 4426(a)S
|
---|
| 2293 | 4505(Rein-)S
|
---|
| 2294 | 3622 V
|
---|
| 2295 | 1080(stall,)S
|
---|
| 2296 | 1329(which)S
|
---|
| 2297 | 1635(does)S
|
---|
| 2298 | 1873(not)S
|
---|
| 2299 | 2049(affect)S
|
---|
| 2300 | (your)202 2339 A
|
---|
| 2301 | 2576(existing)S
|
---|
| 2302 | 11 I
|
---|
| 2303 | 2962(/home)S
|
---|
| 2304 | 11 R
|
---|
| 2305 | (partition.)404 3268 A
|
---|
| 2306 | 3707(This)S
|
---|
| 2307 | 3940(design)S
|
---|
| 2308 | 4265(means)S
|
---|
| 2309 | 4585(that)S
|
---|
| 2310 | 3748 V
|
---|
| 2311 | (you)165 1080 A
|
---|
| 2312 | 1276(can)S
|
---|
| 2313 | 1462(put)S
|
---|
| 2314 | (your)202 1634 A
|
---|
| 2315 | 1867(personal)S
|
---|
| 2316 | 2273(files)S
|
---|
| 2317 | 2495(on)S
|
---|
| 2318 | 11 I
|
---|
| 2319 | 2635(/home)S
|
---|
| 2320 | 11 R
|
---|
| 2321 | 2936(and)S
|
---|
| 2322 | 3126(reinstall)S
|
---|
| 2323 | 3515(a)S
|
---|
| 2324 | 3595(newer)S
|
---|
| 2325 | 3897(version)S
|
---|
| 2326 | 4253(of)S
|
---|
| 2327 | 10 R
|
---|
| 2328 | 4372(MINIX)S
|
---|
| 2329 | 4702(3)S
|
---|
| 2330 | 3874 V
|
---|
| 2331 | 11 R
|
---|
| 2332 | 1080(when)S
|
---|
| 2333 | 1348(it)S
|
---|
| 2334 | 1438(is)S
|
---|
| 2335 | 1540(available)S
|
---|
| 2336 | (without)338 1971 A
|
---|
| 2337 | 2337(losing)S
|
---|
| 2338 | (your)202 2635 A
|
---|
| 2339 | 2865(personal)S
|
---|
| 2340 | 3269(files.)S
|
---|
| 2341 | 4126 V
|
---|
| 2342 | 1135(6.)S
|
---|
| 2343 | 11 B
|
---|
| 2344 | 1246(Select)S
|
---|
| 2345 | 1554(the)S
|
---|
| 2346 | 1731(size)S
|
---|
| 2347 | 1933(of)S
|
---|
| 2348 | 2053(/home)S
|
---|
| 2349 | 4252 V
|
---|
| 2350 | 11 R
|
---|
| 2351 | 1260(The)S
|
---|
| 2352 | 1470(selected)S
|
---|
| 2353 | (partition)376 1867 A
|
---|
| 2354 | (will)173 2280 A
|
---|
| 2355 | 2490(be)S
|
---|
| 2356 | 2632(divided)S
|
---|
| 2357 | 3001(into)S
|
---|
| 2358 | 3210(three)S
|
---|
| 2359 | (subpartitions:)603 3470 A
|
---|
| 2360 | 4110(root,)S
|
---|
| 2361 | 11 I
|
---|
| 2362 | 4354(/usr)S
|
---|
| 2363 | 11 R
|
---|
| 2364 | 4526(,)S
|
---|
| 2365 | 4592(and)S
|
---|
| 2366 | 4378 V
|
---|
| 2367 | 11 I
|
---|
| 2368 | 1080(/home)S
|
---|
| 2369 | 11 R
|
---|
| 2370 | 1351(.)S
|
---|
| 2371 | 1408(The)S
|
---|
| 2372 | 1610(latter)S
|
---|
| 2373 | 1869(is)S
|
---|
| 2374 | 1972(for)S
|
---|
| 2375 | (your)202 2130 A
|
---|
| 2376 | 2361(own)S
|
---|
| 2377 | 2580(personal)S
|
---|
| 2378 | 2984(files.)S
|
---|
| 2379 | 3232(Specify)S
|
---|
| 2380 | 3600(how)S
|
---|
| 2381 | 3818(much)S
|
---|
| 2382 | 4092(of)S
|
---|
| 2383 | 4212(the)S
|
---|
| 2384 | (partition)376 4376 A
|
---|
| 2385 | 4504 V
|
---|
| 2386 | (should)294 1080 A
|
---|
| 2387 | 1402(be)S
|
---|
| 2388 | 1535(set)S
|
---|
| 2389 | 1687(aside)S
|
---|
| 2390 | 1944(for)S
|
---|
| 2391 | (your)202 2101 A
|
---|
| 2392 | 2331(files.)S
|
---|
| 2393 | 2607(You)S
|
---|
| 2394 | (will)173 2825 A
|
---|
| 2395 | 3026(be)S
|
---|
| 2396 | 3159(asked)S
|
---|
| 2397 | 3440(to)S
|
---|
| 2398 | 3554(confirm)S
|
---|
| 2399 | (your)202 3933 A
|
---|
| 2400 | 4163(choice.)S
|
---|
| 2401 | 4756 V
|
---|
| 2402 | 1135(7.)S
|
---|
| 2403 | 11 B
|
---|
| 2404 | 1246(Select)S
|
---|
| 2405 | 1554(a)S
|
---|
| 2406 | 1637(block)S
|
---|
| 2407 | 1925(size)S
|
---|
| 2408 | 4882 V
|
---|
| 2409 | 11 R
|
---|
| 2410 | 1260(Disk)S
|
---|
| 2411 | 1502(block)S
|
---|
| 2412 | 1781(sizes)S
|
---|
| 2413 | 2032(of)S
|
---|
| 2414 | 2158(1-KB,)S
|
---|
| 2415 | 2466(2-KB,)S
|
---|
| 2416 | 2774(4-KB,)S
|
---|
| 2417 | 3082(and)S
|
---|
| 2418 | 3276(8-KB)S
|
---|
| 2419 | 3556(are)S
|
---|
| 2420 | (supported,)464 3727 A
|
---|
| 2421 | 4225(but)S
|
---|
| 2422 | 4400(to)S
|
---|
| 2423 | 4520(use)S
|
---|
| 2424 | 4702(a)S
|
---|
| 2425 | 5008 V
|
---|
| 2426 | 1080(size)S
|
---|
| 2427 | 1287(larger)S
|
---|
| 2428 | 1580(than)S
|
---|
| 2429 | 1804(4-KB)S
|
---|
| 2430 | (you)165 2083 A
|
---|
| 2431 | 2281(have)S
|
---|
| 2432 | 2524(to)S
|
---|
| 2433 | 2642(change)S
|
---|
| 2434 | 2989(a)S
|
---|
| 2435 | 3071(constant)S
|
---|
| 2436 | 3473(and)S
|
---|
| 2437 | 3665(recompile)S
|
---|
| 2438 | 4142(the)S
|
---|
| 2439 | 4310(system.)S
|
---|
| 2440 | 4678(If)S
|
---|
| 2441 | 5134 V
|
---|
| 2442 | (your)202 1080 A
|
---|
| 2443 | 1310(memory)S
|
---|
| 2444 | 1707(is)S
|
---|
| 2445 | 1809(16)S
|
---|
| 2446 | 1947(MB)S
|
---|
| 2447 | 2147(or)S
|
---|
| 2448 | 2267(more,)S
|
---|
| 2449 | 2551(use)S
|
---|
| 2450 | 2727(the)S
|
---|
| 2451 | 2891(default)S
|
---|
| 2452 | 3228(\(4)S
|
---|
| 2453 | 3348(KB\);)S
|
---|
| 2454 | 3598(otherwise,)S
|
---|
| 2455 | 4086(use)S
|
---|
| 2456 | 4262(1)S
|
---|
| 2457 | 4345(KB.)S
|
---|
| 2458 | 5386 V
|
---|
| 2459 | 1135(8.)S
|
---|
| 2460 | 11 B
|
---|
| 2461 | 1246(Wait)S
|
---|
| 2462 | 1507(for)S
|
---|
| 2463 | 1677(bad)S
|
---|
| 2464 | 1884(block)S
|
---|
| 2465 | 2172(detection)S
|
---|
| 2466 | 5512 V
|
---|
| 2467 | 11 R
|
---|
| 2468 | 1260(The)S
|
---|
| 2469 | 1474(setup)S
|
---|
| 2470 | 1749(script)S
|
---|
| 2471 | (will)173 2037 A
|
---|
| 2472 | 2251(now)S
|
---|
| 2473 | 2482(scan)S
|
---|
| 2474 | (each)205 2721 A
|
---|
| 2475 | (partition)376 2967 A
|
---|
| 2476 | 3384(for)S
|
---|
| 2477 | 3554(bad)S
|
---|
| 2478 | 3755(disk)S
|
---|
| 2479 | 3981(blocks.)S
|
---|
| 2480 | 4340(This)S
|
---|
| 2481 | (will)173 4579 A
|
---|
| 2482 | 5638 V
|
---|
| 2483 | 1080(take)S
|
---|
| 2484 | 1300(several)S
|
---|
| 2485 | 1650(minutes,)S
|
---|
| 2486 | 2063(possibly)S
|
---|
| 2487 | 2465(10)S
|
---|
| 2488 | 2609(minutes)S
|
---|
| 2489 | 2994(or)S
|
---|
| 2490 | 3120(more)S
|
---|
| 2491 | 3381(on)S
|
---|
| 2492 | 3524(a)S
|
---|
| 2493 | 3607(large)S
|
---|
| 2494 | (partition.)404 3863 A
|
---|
| 2495 | 4328(Please)S
|
---|
| 2496 | 4647(be)S
|
---|
| 2497 | 5764 V
|
---|
| 2498 | 1080(patient.)S
|
---|
| 2499 | 1478(If)S
|
---|
| 2500 | (you)165 1591 A
|
---|
| 2501 | 1795(are)S
|
---|
| 2502 | 1972(absolutely)S
|
---|
| 2503 | 2468(certain)S
|
---|
| 2504 | 2812(there)S
|
---|
| 2505 | 3075(are)S
|
---|
| 2506 | 3252(no)S
|
---|
| 2507 | 3402(bad)S
|
---|
| 2508 | 3602(blocks,)S
|
---|
| 2509 | (you)165 3959 A
|
---|
| 2510 | 4164(can)S
|
---|
| 2511 | (kill)148 4359 A
|
---|
| 2512 | (each)205 4547 A
|
---|
| 2513 | 5890 V
|
---|
| 2514 | 1080(scan)S
|
---|
| 2515 | 1306(by)S
|
---|
| 2516 | (hitting)289 1444 A
|
---|
| 2517 | 1761(CTRL-C.)S
|
---|
| 2518 | 6142 V
|
---|
| 2519 | 1135(9.)S
|
---|
| 2520 | 11 B
|
---|
| 2521 | 1246(Wait)S
|
---|
| 2522 | 1507(for)S
|
---|
| 2523 | 1677(files)S
|
---|
| 2524 | 1897(to)S
|
---|
| 2525 | 2017(be)S
|
---|
| 2526 | 2157(copied)S
|
---|
| 2527 | 6268 V
|
---|
| 2528 | 11 R
|
---|
| 2529 | 1260(When)S
|
---|
| 2530 | 1557(the)S
|
---|
| 2531 | 1725(scan)S
|
---|
| 2532 | 1955(finishes,)S
|
---|
| 2533 | 2360(files)S
|
---|
| 2534 | (will)173 2584 A
|
---|
| 2535 | 2789(be)S
|
---|
| 2536 | 2926(automatically)S
|
---|
| 2537 | 3564(copied)S
|
---|
| 2538 | 3892(from)S
|
---|
| 2539 | 4140(the)S
|
---|
| 2540 | 4309(CD-ROM)S
|
---|
| 2541 | 6394 V
|
---|
| 2542 | 1080(to)S
|
---|
| 2543 | 1197(the)S
|
---|
| 2544 | 1364(hard)S
|
---|
| 2545 | 1592(disk.)S
|
---|
| 2546 | 1835(Every)S
|
---|
| 2547 | 2131(file)S
|
---|
| 2548 | (will)173 2310 A
|
---|
| 2549 | 2513(be)S
|
---|
| 2550 | (announced)480 2648 A
|
---|
| 2551 | 3158(as)S
|
---|
| 2552 | 3281(it)S
|
---|
| 2553 | 3373(is)S
|
---|
| 2554 | 3477(copied.)S
|
---|
| 2555 | 3831(When)S
|
---|
| 2556 | 4126(the)S
|
---|
| 2557 | (copying)356 4292 A
|
---|
| 2558 | 4678(is)S
|
---|
| 2559 | 6520 V
|
---|
| 2560 | 1080(complete,)S
|
---|
| 2561 | 10 R
|
---|
| 2562 | 1541(MINIX)S
|
---|
| 2563 | 1869(3)S
|
---|
| 2564 | 11 R
|
---|
| 2565 | 1947(is)S
|
---|
| 2566 | 2049(installed.)S
|
---|
| 2567 | 2510(Shut)S
|
---|
| 2568 | 2741(the)S
|
---|
| 2569 | 2905(system)S
|
---|
| 2570 | 3241(down)S
|
---|
| 2571 | 3514(by)S
|
---|
| 2572 | 3652(typing)S
|
---|
| 2573 | 6708 V
|
---|
| 2574 | 10 L
|
---|
| 2575 | 1344(shutdown)S
|
---|
| 2576 | 6897 V
|
---|
| 2577 | 11 R
|
---|
| 2578 | 1080(Always)S
|
---|
| 2579 | 1450(stop)S
|
---|
| 2580 | 10 R
|
---|
| 2581 | 1662(MINIX)S
|
---|
| 2582 | 1993(3)S
|
---|
| 2583 | 11 R
|
---|
| 2584 | 2074(this)S
|
---|
| 2585 | 2265(way)S
|
---|
| 2586 | 2481(to)S
|
---|
| 2587 | 2598(avoid)S
|
---|
| 2588 | 2875(data)S
|
---|
| 2589 | 3092(loss)S
|
---|
| 2590 | 3295(as)S
|
---|
| 2591 | 3419(MINIX)S
|
---|
| 2592 | 3782(3)S
|
---|
| 2593 | 3868(keeps)S
|
---|
| 2594 | 4152(some)S
|
---|
| 2595 | 4418(files)S
|
---|
| 2596 | 4642(on)S
|
---|
| 2597 | 7023 V
|
---|
| 2598 | 1080(the)S
|
---|
| 2599 | 1244(RAM)S
|
---|
| 2600 | 1524(disk)S
|
---|
| 2601 | 1736(and)S
|
---|
| 2602 | 1924(only)S
|
---|
| 2603 | 2148(copies)S
|
---|
| 2604 | 2460(them)S
|
---|
| 2605 | 2710(back)S
|
---|
| 2606 | 2948(to)S
|
---|
| 2607 | 3062(the)S
|
---|
| 2608 | 3226(hard)S
|
---|
| 2609 | 3451(disk)S
|
---|
| 2610 | 3663(at)S
|
---|
| 2611 | 3772(shutdown)S
|
---|
| 2612 | 4229(time.)S
|
---|
| 2613 | 8427 V
|
---|
| 2614 | EP
|
---|
| 2615 | %%Page: 634 6
|
---|
| 2616 | BP
|
---|
| 2617 | /slant 0 def
|
---|
| 2618 | /height 0 def
|
---|
| 2619 | 1398 V
|
---|
| 2620 | 12 B
|
---|
| 2621 | (634)180 1080 A
|
---|
| 2622 | 10 R
|
---|
| 2623 | 2413(INSTALLING)S
|
---|
| 2624 | 3040(MINIX)S
|
---|
| 2625 | 3368(3)S
|
---|
| 2626 | 4419(APP.)S
|
---|
| 2627 | 4679(A)S
|
---|
| 2628 | 1638 V
|
---|
| 2629 | 11 R
|
---|
| 2630 | 1080(10.)S
|
---|
| 2631 | 11 B
|
---|
| 2632 | 1246(Install)S
|
---|
| 2633 | 1576(packages)S
|
---|
| 2634 | 1764 V
|
---|
| 2635 | 11 R
|
---|
| 2636 | 1260(To)S
|
---|
| 2637 | 1411(start,)S
|
---|
| 2638 | (boot)196 1659 A
|
---|
| 2639 | (your)202 1883 A
|
---|
| 2640 | 2113(new)S
|
---|
| 2641 | 10 R
|
---|
| 2642 | 2323(MINIX)S
|
---|
| 2643 | 2652(3)S
|
---|
| 2644 | 11 R
|
---|
| 2645 | 2731(system)S
|
---|
| 2646 | 3068(For)S
|
---|
| 2647 | 3251(example,)S
|
---|
| 2648 | 3685(if)S
|
---|
| 2649 | (you)165 3782 A
|
---|
| 2650 | 3976(used)S
|
---|
| 2651 | 4208(controller)S
|
---|
| 2652 | 4669(0,)S
|
---|
| 2653 | 1890 V
|
---|
| 2654 | 1080(disk)S
|
---|
| 2655 | 1292(0,)S
|
---|
| 2656 | (partition)376 1403 A
|
---|
| 2657 | 1807(3,)S
|
---|
| 2658 | 1918(type)S
|
---|
| 2659 | 2078 V
|
---|
| 2660 | 10 L
|
---|
| 2661 | (boot)196 1344 A
|
---|
| 2662 | (c0d0p3)330 1568 A
|
---|
| 2663 | 2267 V
|
---|
| 2664 | 11 R
|
---|
| 2665 | 1080(and)S
|
---|
| 2666 | 1271(log)S
|
---|
| 2667 | 1443(in)S
|
---|
| 2668 | 1561(as)S
|
---|
| 2669 | 1686(root.)S
|
---|
| 2670 | 1924(Under)S
|
---|
| 2671 | 2233(very)S
|
---|
| 2672 | 2462(rare)S
|
---|
| 2673 | (conditions)461 2668 A
|
---|
| 2674 | 3161(the)S
|
---|
| 2675 | 3329(drive)S
|
---|
| 2676 | 3589(number)S
|
---|
| 2677 | 3959(seen)S
|
---|
| 2678 | 4189(by)S
|
---|
| 2679 | 4331(the)S
|
---|
| 2680 | 4499(BIOS)S
|
---|
| 2681 | 2393 V
|
---|
| 2682 | 1080(\(and)S
|
---|
| 2683 | 1306(used)S
|
---|
| 2684 | 1538(by)S
|
---|
| 2685 | 1677(the)S
|
---|
| 2686 | (boot)196 1842 A
|
---|
| 2687 | 2067(monitor\))S
|
---|
| 2688 | 2483(may)S
|
---|
| 2689 | 2703(not)S
|
---|
| 2690 | 2873(agree)S
|
---|
| 2691 | 3144(with)S
|
---|
| 2692 | 3370(the)S
|
---|
| 2693 | 3535(one)S
|
---|
| 2694 | 3724(used)S
|
---|
| 2695 | 3955(by)S
|
---|
| 2696 | 4093(MINIX)S
|
---|
| 2697 | 4453(3.)S
|
---|
| 2698 | 4592(Try)S
|
---|
| 2699 | 2519 V
|
---|
| 2700 | 1080(the)S
|
---|
| 2701 | 1244(one)S
|
---|
| 2702 | (announced)480 1432 A
|
---|
| 2703 | 1940(by)S
|
---|
| 2704 | 2078(the)S
|
---|
| 2705 | 2242(setup)S
|
---|
| 2706 | 2504(script)S
|
---|
| 2707 | 2779(first.)S
|
---|
| 2708 | 2771 V
|
---|
| 2709 | 1080(The)S
|
---|
| 2710 | 1292(MINIX)S
|
---|
| 2711 | 1663(3)S
|
---|
| 2712 | 1757(distribution)S
|
---|
| 2713 | 2306(comes)S
|
---|
| 2714 | 2630(with)S
|
---|
| 2715 | 2867(a)S
|
---|
| 2716 | 2957(large)S
|
---|
| 2717 | 3220(number)S
|
---|
| 2718 | 3598(of)S
|
---|
| 2719 | 3730(software)S
|
---|
| 2720 | 4153(packages.)S
|
---|
| 2721 | 4629(To)S
|
---|
| 2722 | 2897 V
|
---|
| 2723 | 1080(install)S
|
---|
| 2724 | 1380(them,)S
|
---|
| 2725 | 1658(type)S
|
---|
| 2726 | 3085 V
|
---|
| 2727 | 10 L
|
---|
| 2728 | 1344(packman)S
|
---|
| 2729 | 3274 V
|
---|
| 2730 | 11 R
|
---|
| 2731 | 1080(and)S
|
---|
| 2732 | (choose)308 1279 A
|
---|
| 2733 | 1626(one)S
|
---|
| 2734 | 1825(of)S
|
---|
| 2735 | 1956(the)S
|
---|
| 2736 | 2131(options,)S
|
---|
| 2737 | 2523(depending)S
|
---|
| 2738 | 3023(on)S
|
---|
| 2739 | 3172(whether)S
|
---|
| 2740 | (you)165 3569 A
|
---|
| 2741 | 3773(want)S
|
---|
| 2742 | 4028(to)S
|
---|
| 2743 | 4153(install)S
|
---|
| 2744 | 4464(all)S
|
---|
| 2745 | 4616(the)S
|
---|
| 2746 | 3400 V
|
---|
| 2747 | 1080(binaries,)S
|
---|
| 2748 | 1492(all)S
|
---|
| 2749 | 1636(the)S
|
---|
| 2750 | 1804(binaries)S
|
---|
| 2751 | 2188(and)S
|
---|
| 2752 | 2380(sources,)S
|
---|
| 2753 | 2773(or)S
|
---|
| 2754 | 2897(select)S
|
---|
| 2755 | 3184(the)S
|
---|
| 2756 | 3352(packages)S
|
---|
| 2757 | (you)165 3792 A
|
---|
| 2758 | 3988(want.)S
|
---|
| 2759 | 4291(When)S
|
---|
| 2760 | (you)165 4587 A
|
---|
| 2761 | 3526 V
|
---|
| 2762 | 1080(have)S
|
---|
| 2763 | 1318(finished)S
|
---|
| 2764 | (installing)413 1703 A
|
---|
| 2765 | 2144(packages,)S
|
---|
| 2766 | 2608(exit)S
|
---|
| 2767 | 2803(packman)S
|
---|
| 2768 | 3232(by)S
|
---|
| 2769 | (choosing)399 3370 A
|
---|
| 2770 | 3797(option)S
|
---|
| 2771 | 4107(5.)S
|
---|
| 2772 | 4246(If)S
|
---|
| 2773 | (you)165 4348 A
|
---|
| 2774 | 4542(have)S
|
---|
| 2775 | 3652 V
|
---|
| 2776 | 1080(installed)S
|
---|
| 2777 | 1485(the)S
|
---|
| 2778 | 1649(X)S
|
---|
| 2779 | (Windows)424 1757 A
|
---|
| 2780 | 2209(package,)S
|
---|
| 2781 | (you)165 2630 A
|
---|
| 2782 | 2823(can)S
|
---|
| 2783 | 3006(start)S
|
---|
| 2784 | 3226(it)S
|
---|
| 2785 | 3316(now)S
|
---|
| 2786 | 3534(by)S
|
---|
| 2787 | 3672(typing)S
|
---|
| 2788 | 3840 V
|
---|
| 2789 | 10 L
|
---|
| 2790 | 1344(xdm)S
|
---|
| 2791 | 4407 V
|
---|
| 2792 | 13 B
|
---|
| 2793 | 1080(A.4)S
|
---|
| 2794 | 1339(TESTING)S
|
---|
| 2795 | 4659 V
|
---|
| 2796 | 11 R
|
---|
| 2797 | 1260(This)S
|
---|
| 2798 | 1499(section)S
|
---|
| 2799 | 1856(tells)S
|
---|
| 2800 | (you)165 2084 A
|
---|
| 2801 | 2291(how)S
|
---|
| 2802 | 2523(to)S
|
---|
| 2803 | 2652(test)S
|
---|
| 2804 | (your)202 2850 A
|
---|
| 2805 | 3095(installation,)S
|
---|
| 2806 | 3660(rebuild)S
|
---|
| 2807 | 4017(the)S
|
---|
| 2808 | 4196(system)S
|
---|
| 2809 | 4547(after)S
|
---|
| 2810 | 4785 V
|
---|
| 2811 | 1080(modifying)S
|
---|
| 2812 | 1589(it,)S
|
---|
| 2813 | 1728(and)S
|
---|
| 2814 | (boot)196 1937 A
|
---|
| 2815 | 2182(it)S
|
---|
| 2816 | 2293(later.)S
|
---|
| 2817 | 2569(To)S
|
---|
| 2818 | 2741(start,)S
|
---|
| 2819 | (boot)196 3010 A
|
---|
| 2820 | (your)202 3255 A
|
---|
| 2821 | 3506(new)S
|
---|
| 2822 | 10 R
|
---|
| 2823 | 3737(MINIX)S
|
---|
| 2824 | 4086(3)S
|
---|
| 2825 | 11 R
|
---|
| 2826 | 4185(system.)S
|
---|
| 2827 | 4598(For)S
|
---|
| 2828 | 4911 V
|
---|
| 2829 | 1080(example,)S
|
---|
| 2830 | 1513(if)S
|
---|
| 2831 | (you)165 1609 A
|
---|
| 2832 | 1802(used)S
|
---|
| 2833 | 2033(controller)S
|
---|
| 2834 | 2493(0,)S
|
---|
| 2835 | 2604(disk)S
|
---|
| 2836 | 2816(0,)S
|
---|
| 2837 | (partition)376 2927 A
|
---|
| 2838 | 3331(3,)S
|
---|
| 2839 | 3442(type)S
|
---|
| 2840 | 5099 V
|
---|
| 2841 | 10 L
|
---|
| 2842 | (boot)196 1344 A
|
---|
| 2843 | (c0d0p3)330 1568 A
|
---|
| 2844 | 5288 V
|
---|
| 2845 | 11 R
|
---|
| 2846 | 1080(and)S
|
---|
| 2847 | 1271(log)S
|
---|
| 2848 | 1443(in)S
|
---|
| 2849 | 1561(as)S
|
---|
| 2850 | 1686(root.)S
|
---|
| 2851 | 1924(Under)S
|
---|
| 2852 | 2233(very)S
|
---|
| 2853 | 2462(rare)S
|
---|
| 2854 | (conditions)461 2668 A
|
---|
| 2855 | 3161(the)S
|
---|
| 2856 | 3329(drive)S
|
---|
| 2857 | 3589(number)S
|
---|
| 2858 | 3959(seen)S
|
---|
| 2859 | 4189(by)S
|
---|
| 2860 | 4331(the)S
|
---|
| 2861 | 4499(BIOS)S
|
---|
| 2862 | 5414 V
|
---|
| 2863 | 1080(\(and)S
|
---|
| 2864 | 1308(used)S
|
---|
| 2865 | 1542(by)S
|
---|
| 2866 | 1683(the)S
|
---|
| 2867 | (boot)196 1850 A
|
---|
| 2868 | 2077(monitor\))S
|
---|
| 2869 | 2495(may)S
|
---|
| 2870 | 2717(not)S
|
---|
| 2871 | 2889(agree)S
|
---|
| 2872 | 3161(with)S
|
---|
| 2873 | 3388(the)S
|
---|
| 2874 | 3554(one)S
|
---|
| 2875 | 3744(used)S
|
---|
| 2876 | 3977(by)S
|
---|
| 2877 | 4117(MINIX)S
|
---|
| 2878 | 4479(3.)S
|
---|
| 2879 | 4592(Try)S
|
---|
| 2880 | 5540 V
|
---|
| 2881 | 1080(the)S
|
---|
| 2882 | 1254(one)S
|
---|
| 2883 | (announced)480 1452 A
|
---|
| 2884 | 1970(by)S
|
---|
| 2885 | 2118(the)S
|
---|
| 2886 | 2292(setup)S
|
---|
| 2887 | 2564(script)S
|
---|
| 2888 | 2849(first.)S
|
---|
| 2889 | 3122(This)S
|
---|
| 2890 | 3357(is)S
|
---|
| 2891 | 3469(a)S
|
---|
| 2892 | (good)220 3557 A
|
---|
| 2893 | 3816(time)S
|
---|
| 2894 | 4053(to)S
|
---|
| 2895 | 4178(create)S
|
---|
| 2896 | 4485(a)S
|
---|
| 2897 | 4574(root)S
|
---|
| 2898 | 5666 V
|
---|
| 2899 | 1080(password.)S
|
---|
| 2900 | 1554(See)S
|
---|
| 2901 | 11 I
|
---|
| 2902 | 1744(man)S
|
---|
| 2903 | 1962(passwd)S
|
---|
| 2904 | 11 R
|
---|
| 2905 | 2315(for)S
|
---|
| 2906 | 2472(help.)S
|
---|
| 2907 | 5918 V
|
---|
| 2908 | 1135(1.)S
|
---|
| 2909 | 11 B
|
---|
| 2910 | 1246(Compile)S
|
---|
| 2911 | 1675(the)S
|
---|
| 2912 | 1852(test)S
|
---|
| 2913 | 2047(suite)S
|
---|
| 2914 | 6044 V
|
---|
| 2915 | 11 R
|
---|
| 2916 | 1260(To)S
|
---|
| 2917 | 1411(test)S
|
---|
| 2918 | 1594(MINIX)S
|
---|
| 2919 | 1954(3,)S
|
---|
| 2920 | 2065(at)S
|
---|
| 2921 | 2174(the)S
|
---|
| 2922 | 2338(command)S
|
---|
| 2923 | 2803(prompt)S
|
---|
| 2924 | 3150(\(#\))S
|
---|
| 2925 | 3307(type)S
|
---|
| 2926 | 6232 V
|
---|
| 2927 | 10 L
|
---|
| 2928 | 1344(cd)S
|
---|
| 2929 | 1478(/usr/src/test)S
|
---|
| 2930 | 6357 V
|
---|
| 2931 | 1344(make)S
|
---|
| 2932 | 6546 V
|
---|
| 2933 | 11 R
|
---|
| 2934 | 1080(and)S
|
---|
| 2935 | 1268(wait)S
|
---|
| 2936 | (until)203 1488 A
|
---|
| 2937 | 1719(it)S
|
---|
| 2938 | 1809(completes)S
|
---|
| 2939 | 2288(all)S
|
---|
| 2940 | 2428(40)S
|
---|
| 2941 | 2566(compilations.)S
|
---|
| 2942 | 3223(Log)S
|
---|
| 2943 | 3429(out)S
|
---|
| 2944 | 3598(by)S
|
---|
| 2945 | 3736(typing)S
|
---|
| 2946 | 4046(CTRL-D,)S
|
---|
| 2947 | 6798 V
|
---|
| 2948 | 1135(2.)S
|
---|
| 2949 | 11 B
|
---|
| 2950 | 1246(Run)S
|
---|
| 2951 | 1478(the)S
|
---|
| 2952 | 1655(test)S
|
---|
| 2953 | 1850(suite)S
|
---|
| 2954 | 6924 V
|
---|
| 2955 | 11 R
|
---|
| 2956 | 1260(To)S
|
---|
| 2957 | 1411(test)S
|
---|
| 2958 | 1594(the)S
|
---|
| 2959 | 1758(system,)S
|
---|
| 2960 | 2122(log)S
|
---|
| 2961 | 2291(in)S
|
---|
| 2962 | 2405(as)S
|
---|
| 2963 | 2526(bin)S
|
---|
| 2964 | 2695(\(required\))S
|
---|
| 2965 | 3167(and)S
|
---|
| 2966 | 3355(type)S
|
---|
| 2967 | 8427 V
|
---|
| 2968 | EP
|
---|
| 2969 | %%Page: 635 7
|
---|
| 2970 | BP
|
---|
| 2971 | /slant 0 def
|
---|
| 2972 | /height 0 def
|
---|
| 2973 | 1398 V
|
---|
| 2974 | 10 R
|
---|
| 2975 | 1080(SEC.)S
|
---|
| 2976 | 1340(A.4)S
|
---|
| 2977 | 2705(TESTING)S
|
---|
| 2978 | 12 B
|
---|
| 2979 | (635)180 4572 A
|
---|
| 2980 | 1637 V
|
---|
| 2981 | 10 L
|
---|
| 2982 | 1344(cd)S
|
---|
| 2983 | 1478(/usr/src/test)S
|
---|
| 2984 | 1762 V
|
---|
| 2985 | 1344(./run)S
|
---|
| 2986 | 1951 V
|
---|
| 2987 | 11 R
|
---|
| 2988 | 1080(to)S
|
---|
| 2989 | 1194(run)S
|
---|
| 2990 | 1369(the)S
|
---|
| 2991 | 1533(test)S
|
---|
| 2992 | 1716(programs.)S
|
---|
| 2993 | 2191(They)S
|
---|
| 2994 | (should)294 2448 A
|
---|
| 2995 | 2771(all)S
|
---|
| 2996 | 2912(run)S
|
---|
| 2997 | 3088(correctly)S
|
---|
| 2998 | 3513(but)S
|
---|
| 2999 | 3683(they)S
|
---|
| 3000 | 3903(can)S
|
---|
| 3001 | 4087(take)S
|
---|
| 3002 | 4302(20)S
|
---|
| 3003 | 4441(min)S
|
---|
| 3004 | 4642(on)S
|
---|
| 3005 | 2077 V
|
---|
| 3006 | 1080(a)S
|
---|
| 3007 | 1166(fast)S
|
---|
| 3008 | 1363(machine)S
|
---|
| 3009 | 1776(and)S
|
---|
| 3010 | 1972(over)S
|
---|
| 3011 | 2205(an)S
|
---|
| 3012 | (hour)202 2346 A
|
---|
| 3013 | 2584(on)S
|
---|
| 3014 | 2730(a)S
|
---|
| 3015 | 2816(slow)S
|
---|
| 3016 | 3061(one.)S
|
---|
| 3017 | 11 I
|
---|
| 3018 | 3313(Note)S
|
---|
| 3019 | 11 R
|
---|
| 3020 | 3523(:)S
|
---|
| 3021 | 3590(It)S
|
---|
| 3022 | 3694(is)S
|
---|
| 3023 | (necessary)433 3804 A
|
---|
| 3024 | 4273(to)S
|
---|
| 3025 | 4394(compile)S
|
---|
| 3026 | 2203 V
|
---|
| 3027 | 1080(the)S
|
---|
| 3028 | 1244(test)S
|
---|
| 3029 | 1428(suite)S
|
---|
| 3030 | 1667(when)S
|
---|
| 3031 | (running)343 1936 A
|
---|
| 3032 | 2308(as)S
|
---|
| 3033 | 2430(root)S
|
---|
| 3034 | 2637(but)S
|
---|
| 3035 | 2807(execute)S
|
---|
| 3036 | 3177(it)S
|
---|
| 3037 | 3268(as)S
|
---|
| 3038 | 3390(bin)S
|
---|
| 3039 | 3560(in)S
|
---|
| 3040 | 3675(order)S
|
---|
| 3041 | 3938(to)S
|
---|
| 3042 | 4053(see)S
|
---|
| 3043 | 4225(if)S
|
---|
| 3044 | 4322(the)S
|
---|
| 3045 | 4487(setuid)S
|
---|
| 3046 | 2329 V
|
---|
| 3047 | 1080(bit)S
|
---|
| 3048 | 1225(works)S
|
---|
| 3049 | 1523(correctly.)S
|
---|
| 3050 | 2581 V
|
---|
| 3051 | 1135(3.)S
|
---|
| 3052 | 11 B
|
---|
| 3053 | 1246(Rebuild)S
|
---|
| 3054 | 1652(the)S
|
---|
| 3055 | 1829(entire)S
|
---|
| 3056 | 2137(operating)S
|
---|
| 3057 | 2622(system)S
|
---|
| 3058 | 2707 V
|
---|
| 3059 | 11 R
|
---|
| 3060 | 1260(If)S
|
---|
| 3061 | 1373(all)S
|
---|
| 3062 | 1524(the)S
|
---|
| 3063 | 1699(tests)S
|
---|
| 3064 | 1936(work)S
|
---|
| 3065 | 2202(correctly,)S
|
---|
| 3066 | (you)165 2665 A
|
---|
| 3067 | 2869(can)S
|
---|
| 3068 | 3063(now)S
|
---|
| 3069 | 3292(rebuild)S
|
---|
| 3070 | 3645(the)S
|
---|
| 3071 | 3820(system.)S
|
---|
| 3072 | 4224(Doing)S
|
---|
| 3073 | 4540(so)S
|
---|
| 3074 | 4678(is)S
|
---|
| 3075 | 2833 V
|
---|
| 3076 | 1080(not)S
|
---|
| 3077 | (necessary)433 1260 A
|
---|
| 3078 | 1732(since)S
|
---|
| 3079 | 2000(it)S
|
---|
| 3080 | 2101(comes)S
|
---|
| 3081 | (prebuilt,)373 2424 A
|
---|
| 3082 | 2836(but)S
|
---|
| 3083 | 3016(if)S
|
---|
| 3084 | (you)165 3123 A
|
---|
| 3085 | 3327(plan)S
|
---|
| 3086 | 3557(to)S
|
---|
| 3087 | 3682(modify)S
|
---|
| 3088 | 4039(the)S
|
---|
| 3089 | 4213(system,)S
|
---|
| 3090 | (you)165 4587 A
|
---|
| 3091 | 2959 V
|
---|
| 3092 | (will)173 1080 A
|
---|
| 3093 | 1284(need)S
|
---|
| 3094 | 1525(to)S
|
---|
| 3095 | (know)245 1643 A
|
---|
| 3096 | 1920(how)S
|
---|
| 3097 | 2142(to)S
|
---|
| 3098 | 2260(rebuild)S
|
---|
| 3099 | 2606(it.)S
|
---|
| 3100 | 2756(Besides,)S
|
---|
| 3101 | 3162(rebuilding)S
|
---|
| 3102 | 3649(the)S
|
---|
| 3103 | 3817(system)S
|
---|
| 3104 | 4157(is)S
|
---|
| 3105 | 4263(a)S
|
---|
| 3106 | (good)220 4345 A
|
---|
| 3107 | 4597(test)S
|
---|
| 3108 | 3085 V
|
---|
| 3109 | 1080(to)S
|
---|
| 3110 | 1194(see)S
|
---|
| 3111 | 1365(if)S
|
---|
| 3112 | 1461(it)S
|
---|
| 3113 | 1551(works.)S
|
---|
| 3114 | 1877(Type:)S
|
---|
| 3115 | 3273 V
|
---|
| 3116 | 10 L
|
---|
| 3117 | 1344(cd)S
|
---|
| 3118 | 1478(/usr/src/tools)S
|
---|
| 3119 | 3398 V
|
---|
| 3120 | 1344(make)S
|
---|
| 3121 | 3587 V
|
---|
| 3122 | 11 R
|
---|
| 3123 | 1080(to)S
|
---|
| 3124 | 1194(see)S
|
---|
| 3125 | 1365(the)S
|
---|
| 3126 | 1529(various)S
|
---|
| 3127 | 1883(options)S
|
---|
| 3128 | 2236(available.)S
|
---|
| 3129 | 2695(Now)S
|
---|
| 3130 | 2938(make)S
|
---|
| 3131 | 3207(a)S
|
---|
| 3132 | 3285(new)S
|
---|
| 3133 | (bootable)382 3498 A
|
---|
| 3134 | 3908(image)S
|
---|
| 3135 | 4208(by)S
|
---|
| 3136 | 4346(typing)S
|
---|
| 3137 | 3775 V
|
---|
| 3138 | 10 L
|
---|
| 3139 | 1344(su)S
|
---|
| 3140 | 3900 V
|
---|
| 3141 | 1344(make)S
|
---|
| 3142 | (clean)241 1618 A
|
---|
| 3143 | 4025 V
|
---|
| 3144 | 1344(time)S
|
---|
| 3145 | 1563(make)S
|
---|
| 3146 | (image)275 1837 A
|
---|
| 3147 | 4214 V
|
---|
| 3148 | 11 R
|
---|
| 3149 | 1080(You)S
|
---|
| 3150 | 1321(just)S
|
---|
| 3151 | (rebuilt)290 1532 A
|
---|
| 3152 | 1873(the)S
|
---|
| 3153 | 2061(operating)S
|
---|
| 3154 | 2532(system,)S
|
---|
| 3155 | 2920(including)S
|
---|
| 3156 | 3390(all)S
|
---|
| 3157 | 3554(the)S
|
---|
| 3158 | 3742(kernel)S
|
---|
| 3159 | 4072(and)S
|
---|
| 3160 | 4284(user-mode)S
|
---|
| 3161 | 4340 V
|
---|
| 3162 | 1080(parts.)S
|
---|
| 3163 | 1358(That)S
|
---|
| 3164 | 1596(did)S
|
---|
| 3165 | 1771(not)S
|
---|
| 3166 | 1946(take)S
|
---|
| 3167 | 2166(very)S
|
---|
| 3168 | (long,)224 2397 A
|
---|
| 3169 | 2655(did)S
|
---|
| 3170 | 2830(it?)S
|
---|
| 3171 | 3003(If)S
|
---|
| 3172 | (you)165 3110 A
|
---|
| 3173 | 3308(have)S
|
---|
| 3174 | 3551(a)S
|
---|
| 3175 | 3634(legacy)S
|
---|
| 3176 | (floppy)288 3958 A
|
---|
| 3177 | 4279(disk)S
|
---|
| 3178 | 4496(drive,)S
|
---|
| 3179 | 4466 V
|
---|
| 3180 | (you)165 1080 A
|
---|
| 3181 | 1279(can)S
|
---|
| 3182 | 1468(make)S
|
---|
| 3183 | 1743(a)S
|
---|
| 3184 | (bootable)382 1828 A
|
---|
| 3185 | (floppy)288 2245 A
|
---|
| 3186 | 2568(for)S
|
---|
| 3187 | 2732(use)S
|
---|
| 3188 | 2915(later)S
|
---|
| 3189 | 3149(by)S
|
---|
| 3190 | 3294(inserting)S
|
---|
| 3191 | 3717(a)S
|
---|
| 3192 | 3802(formatted)S
|
---|
| 3193 | (floppy)288 4269 A
|
---|
| 3194 | 4592(and)S
|
---|
| 3195 | 4592 V
|
---|
| 3196 | 1080(typing)S
|
---|
| 3197 | 4780 V
|
---|
| 3198 | 10 L
|
---|
| 3199 | 1344(make)S
|
---|
| 3200 | (fdboot)280 1618 A
|
---|
| 3201 | 4969 V
|
---|
| 3202 | 11 R
|
---|
| 3203 | 1080(When)S
|
---|
| 3204 | (you)165 1373 A
|
---|
| 3205 | 1566(are)S
|
---|
| 3206 | 1731(asked)S
|
---|
| 3207 | 2012(to)S
|
---|
| 3208 | 2126(complete)S
|
---|
| 3209 | 2562(the)S
|
---|
| 3210 | 2726(path,)S
|
---|
| 3211 | 2973(type:)S
|
---|
| 3212 | 5157 V
|
---|
| 3213 | 10 L
|
---|
| 3214 | 1344(fd0)S
|
---|
| 3215 | 5346 V
|
---|
| 3216 | 11 R
|
---|
| 3217 | 1080(This)S
|
---|
| 3218 | 1307(approach)S
|
---|
| 3219 | 1744(does)S
|
---|
| 3220 | 1977(not)S
|
---|
| 3221 | 2148(currently)S
|
---|
| 3222 | 2579(work)S
|
---|
| 3223 | 2836(with)S
|
---|
| 3224 | 3063(USB)S
|
---|
| 3225 | (floppies)357 3309 A
|
---|
| 3226 | 3696(since)S
|
---|
| 3227 | 3955(there)S
|
---|
| 3228 | 4208(is)S
|
---|
| 3229 | 4312(no)S
|
---|
| 3230 | 10 R
|
---|
| 3231 | 4449(MINIX)S
|
---|
| 3232 | 5472 V
|
---|
| 3233 | 1080(3)S
|
---|
| 3234 | 11 R
|
---|
| 3235 | 1163(USB)S
|
---|
| 3236 | (floppy)288 1412 A
|
---|
| 3237 | 1733(disk)S
|
---|
| 3238 | 1950(driver)S
|
---|
| 3239 | 2248(yet.)S
|
---|
| 3240 | 2445(To)S
|
---|
| 3241 | (update)296 2601 A
|
---|
| 3242 | 2930(the)S
|
---|
| 3243 | (boot)196 3099 A
|
---|
| 3244 | 3328(image)S
|
---|
| 3245 | 3632(currently)S
|
---|
| 3246 | 4065(installed)S
|
---|
| 3247 | 4474(on)S
|
---|
| 3248 | 4616(the)S
|
---|
| 3249 | 5598 V
|
---|
| 3250 | 1080(hard)S
|
---|
| 3251 | 1305(disk,)S
|
---|
| 3252 | 1545(type)S
|
---|
| 3253 | 5786 V
|
---|
| 3254 | 10 L
|
---|
| 3255 | 1344(make)S
|
---|
| 3256 | (hdboot)308 1618 A
|
---|
| 3257 | 6101 V
|
---|
| 3258 | 11 R
|
---|
| 3259 | 1163(4.)S
|
---|
| 3260 | 11 B
|
---|
| 3261 | (Shut)223 1274 A
|
---|
| 3262 | 1525(down)S
|
---|
| 3263 | 1812(and)S
|
---|
| 3264 | 2019(reboot)S
|
---|
| 3265 | 2356(the)S
|
---|
| 3266 | 2533(new)S
|
---|
| 3267 | 2753(system)S
|
---|
| 3268 | 6353 V
|
---|
| 3269 | 11 R
|
---|
| 3270 | 1260(To)S
|
---|
| 3271 | (boot)196 1411 A
|
---|
| 3272 | 1635(the)S
|
---|
| 3273 | 1799(new)S
|
---|
| 3274 | 2012(system,)S
|
---|
| 3275 | 2376(first)S
|
---|
| 3276 | 2583(shut)S
|
---|
| 3277 | 2795(down)S
|
---|
| 3278 | 3068(by)S
|
---|
| 3279 | 3206(typing:)S
|
---|
| 3280 | 6541 V
|
---|
| 3281 | 10 L
|
---|
| 3282 | 1344(shutdown)S
|
---|
| 3283 | 6730 V
|
---|
| 3284 | 11 R
|
---|
| 3285 | 1080(This)S
|
---|
| 3286 | 1317(command)S
|
---|
| 3287 | 1794(saves)S
|
---|
| 3288 | 2075(certain)S
|
---|
| 3289 | 2419(files)S
|
---|
| 3290 | 2651(and)S
|
---|
| 3291 | 2851(returns)S
|
---|
| 3292 | (you)165 3199 A
|
---|
| 3293 | 3404(to)S
|
---|
| 3294 | 3531(the)S
|
---|
| 3295 | 10 R
|
---|
| 3296 | 3705(MINIX)S
|
---|
| 3297 | 4046(3)S
|
---|
| 3298 | 11 R
|
---|
| 3299 | (boot)196 4137 A
|
---|
| 3300 | 4374(monitor.)S
|
---|
| 3301 | 6856 V
|
---|
| 3302 | 1080(To)S
|
---|
| 3303 | 1231(get)S
|
---|
| 3304 | 1395(a)S
|
---|
| 3305 | 1473(summary)S
|
---|
| 3306 | 1913(of)S
|
---|
| 3307 | 2033(what)S
|
---|
| 3308 | 2277(the)S
|
---|
| 3309 | (boot)196 2441 A
|
---|
| 3310 | 2665(monitor)S
|
---|
| 3311 | 3043(can)S
|
---|
| 3312 | 3226(do,)S
|
---|
| 3313 | 3392(while)S
|
---|
| 3314 | 3667(in)S
|
---|
| 3315 | 3781(it,)S
|
---|
| 3316 | 3899(type:)S
|
---|
| 3317 | 7044 V
|
---|
| 3318 | 10 L
|
---|
| 3319 | 1344(help)S
|
---|
| 3320 | 8427 V
|
---|
| 3321 | EP
|
---|
| 3322 | %%Page: 636 8
|
---|
| 3323 | BP
|
---|
| 3324 | /slant 0 def
|
---|
| 3325 | /height 0 def
|
---|
| 3326 | 1388 V
|
---|
| 3327 | 12 B
|
---|
| 3328 | (636)180 1080 A
|
---|
| 3329 | 10 R
|
---|
| 3330 | 2413(INSTALLING)S
|
---|
| 3331 | 3040(MINIX)S
|
---|
| 3332 | 3368(3)S
|
---|
| 3333 | 4419(APP.)S
|
---|
| 3334 | 4679(A)S
|
---|
| 3335 | 1638 V
|
---|
| 3336 | 11 R
|
---|
| 3337 | 1080(For)S
|
---|
| 3338 | 1264(more)S
|
---|
| 3339 | 1522(details,)S
|
---|
| 3340 | 1871(see)S
|
---|
| 3341 | 11 I
|
---|
| 3342 | (www.minix3.org/manpages/man8/boot.8.html)2023 2045 A
|
---|
| 3343 | 11 R
|
---|
| 3344 | 4068(.)S
|
---|
| 3345 | 4155(You)S
|
---|
| 3346 | 4376(can)S
|
---|
| 3347 | 4562(now)S
|
---|
| 3348 | 1764 V
|
---|
| 3349 | 1080(remove)S
|
---|
| 3350 | 1441(any)S
|
---|
| 3351 | 1629(CD-ROM)S
|
---|
| 3352 | 2100(or)S
|
---|
| 3353 | (floppy)288 2220 A
|
---|
| 3354 | 2536(disk)S
|
---|
| 3355 | 2748(and)S
|
---|
| 3356 | 2936(turn)S
|
---|
| 3357 | 3142(off)S
|
---|
| 3358 | 3299(the)S
|
---|
| 3359 | 3463(computer.)S
|
---|
| 3360 | 2079 V
|
---|
| 3361 | 1135(5.)S
|
---|
| 3362 | 11 B
|
---|
| 3363 | 1246(Booting)S
|
---|
| 3364 | 1643(Tomorrow)S
|
---|
| 3365 | 2268 V
|
---|
| 3366 | 11 R
|
---|
| 3367 | 1260(If)S
|
---|
| 3368 | (you)165 1363 A
|
---|
| 3369 | 1557(have)S
|
---|
| 3370 | 1796(a)S
|
---|
| 3371 | 1875(legacy)S
|
---|
| 3372 | (floppy)288 2195 A
|
---|
| 3373 | 2512(disk)S
|
---|
| 3374 | 2725(drive,)S
|
---|
| 3375 | 3010(the)S
|
---|
| 3376 | 3175(simplest)S
|
---|
| 3377 | 3574(way)S
|
---|
| 3378 | 3789(to)S
|
---|
| 3379 | (boot)196 3905 A
|
---|
| 3380 | 10 R
|
---|
| 3381 | 4128(MINIX)S
|
---|
| 3382 | 4458(3)S
|
---|
| 3383 | 11 R
|
---|
| 3384 | 4538(is)S
|
---|
| 3385 | 4642(by)S
|
---|
| 3386 | 2394 V
|
---|
| 3387 | 1080(inserting)S
|
---|
| 3388 | (your)202 1517 A
|
---|
| 3389 | 1767(new)S
|
---|
| 3390 | (boot)196 2000 A
|
---|
| 3391 | (floppy)288 2244 A
|
---|
| 3392 | 2580(and)S
|
---|
| 3393 | 2788(turning)S
|
---|
| 3394 | 3155(on)S
|
---|
| 3395 | 3313(the)S
|
---|
| 3396 | 3497(power.)S
|
---|
| 3397 | 3850(It)S
|
---|
| 3398 | 3966(takes)S
|
---|
| 3399 | 4243(only)S
|
---|
| 3400 | 4487(a)S
|
---|
| 3401 | 4585(few)S
|
---|
| 3402 | 2520 V
|
---|
| 3403 | (seconds.)379 1080 A
|
---|
| 3404 | 1515(Alternatively,)S
|
---|
| 3405 | (boot)196 2158 A
|
---|
| 3406 | 2382(from)S
|
---|
| 3407 | 2625(the)S
|
---|
| 3408 | 10 R
|
---|
| 3409 | 2786(MINIX)S
|
---|
| 3410 | 3114(3)S
|
---|
| 3411 | 11 R
|
---|
| 3412 | 3192(CD-ROM,)S
|
---|
| 3413 | 3691(login)S
|
---|
| 3414 | 3946(as)S
|
---|
| 3415 | 4067(bin)S
|
---|
| 3416 | 4236(and)S
|
---|
| 3417 | 4424(type:)S
|
---|
| 3418 | 2708 V
|
---|
| 3419 | 10 L
|
---|
| 3420 | 1344(shutdown)S
|
---|
| 3421 | 2897 V
|
---|
| 3422 | 11 R
|
---|
| 3423 | 1080(to)S
|
---|
| 3424 | 1194(get)S
|
---|
| 3425 | 1358(back)S
|
---|
| 3426 | 1596(to)S
|
---|
| 3427 | 1710(the)S
|
---|
| 3428 | 10 R
|
---|
| 3429 | 1871(MINIX)S
|
---|
| 3430 | 2199(3)S
|
---|
| 3431 | 11 R
|
---|
| 3432 | (boot)196 2277 A
|
---|
| 3433 | 2501(monitor.)S
|
---|
| 3434 | 2907(Now)S
|
---|
| 3435 | 3150(type:)S
|
---|
| 3436 | 3085 V
|
---|
| 3437 | 10 L
|
---|
| 3438 | (boot)196 1344 A
|
---|
| 3439 | (c0d0p0)330 1568 A
|
---|
| 3440 | 3274 V
|
---|
| 3441 | 11 R
|
---|
| 3442 | 1080(to)S
|
---|
| 3443 | (boot)196 1198 A
|
---|
| 3444 | 1426(from)S
|
---|
| 3445 | 1673(the)S
|
---|
| 3446 | 1842(operating)S
|
---|
| 3447 | 2294(system)S
|
---|
| 3448 | 2635(image)S
|
---|
| 3449 | 2940(file)S
|
---|
| 3450 | 3122(on)S
|
---|
| 3451 | 3265(controller)S
|
---|
| 3452 | 3730(0,)S
|
---|
| 3453 | 3846(driver)S
|
---|
| 3454 | 4144(0,)S
|
---|
| 3455 | (partition)376 4260 A
|
---|
| 3456 | 4669(0.)S
|
---|
| 3457 | 3400 V
|
---|
| 3458 | 1080(Of)S
|
---|
| 3459 | 1225(course,)S
|
---|
| 3460 | 1571(if)S
|
---|
| 3461 | (you)165 1667 A
|
---|
| 3462 | 1860(put)S
|
---|
| 3463 | 10 R
|
---|
| 3464 | 2026(MINIX)S
|
---|
| 3465 | 2354(3)S
|
---|
| 3466 | 11 R
|
---|
| 3467 | 2432(on)S
|
---|
| 3468 | 2570(drive)S
|
---|
| 3469 | 2826(0)S
|
---|
| 3470 | (partition)376 2909 A
|
---|
| 3471 | 3313(1,)S
|
---|
| 3472 | 3424(use:)S
|
---|
| 3473 | 3588 V
|
---|
| 3474 | 10 L
|
---|
| 3475 | (boot)196 1344 A
|
---|
| 3476 | (c0d0p1)330 1568 A
|
---|
| 3477 | 3777 V
|
---|
| 3478 | 11 R
|
---|
| 3479 | 1080(and)S
|
---|
| 3480 | 1268(so)S
|
---|
| 3481 | 1394(on.)S
|
---|
| 3482 | 3903 V
|
---|
| 3483 | 1260(A)S
|
---|
| 3484 | 1370(third)S
|
---|
| 3485 | (possibility)461 1609 A
|
---|
| 3486 | 2100(for)S
|
---|
| 3487 | (booting)337 2259 A
|
---|
| 3488 | 2626(is)S
|
---|
| 3489 | 2730(to)S
|
---|
| 3490 | 2846(make)S
|
---|
| 3491 | 3117(the)S
|
---|
| 3492 | 10 R
|
---|
| 3493 | 3280(MINIX)S
|
---|
| 3494 | 3611(3)S
|
---|
| 3495 | 11 R
|
---|
| 3496 | (partition)376 3692 A
|
---|
| 3497 | 4099(the)S
|
---|
| 3498 | 4266(active)S
|
---|
| 3499 | 4564(one,)S
|
---|
| 3500 | 4029 V
|
---|
| 3501 | 1080(and)S
|
---|
| 3502 | 1269(use)S
|
---|
| 3503 | 1446(the)S
|
---|
| 3504 | 10 R
|
---|
| 3505 | 1608(MINIX)S
|
---|
| 3506 | 1937(3)S
|
---|
| 3507 | 11 R
|
---|
| 3508 | (boot)196 2016 A
|
---|
| 3509 | 2241(monitor)S
|
---|
| 3510 | 2620(to)S
|
---|
| 3511 | 2735(start)S
|
---|
| 3512 | 2956(MINIX)S
|
---|
| 3513 | 3317(3)S
|
---|
| 3514 | 3401(or)S
|
---|
| 3515 | 3522(any)S
|
---|
| 3516 | 3711(other)S
|
---|
| 3517 | 3968(operating)S
|
---|
| 3518 | 4416(system.)S
|
---|
| 3519 | 4155 V
|
---|
| 3520 | 1080(For)S
|
---|
| 3521 | 1262(details)S
|
---|
| 3522 | 1581(see)S
|
---|
| 3523 | 11 I
|
---|
| 3524 | (www.minix3.org/manpages/man8/boot.8.html)2023 1752 A
|
---|
| 3525 | 11 R
|
---|
| 3526 | 3775(.)S
|
---|
| 3527 | 4281 V
|
---|
| 3528 | 1260(Finally,)S
|
---|
| 3529 | 1631(a)S
|
---|
| 3530 | 1709(fourth)S
|
---|
| 3531 | 2007(option)S
|
---|
| 3532 | 2317(is)S
|
---|
| 3533 | 2419(for)S
|
---|
| 3534 | (you)165 2576 A
|
---|
| 3535 | 2769(to)S
|
---|
| 3536 | 2883(install)S
|
---|
| 3537 | 3183(a)S
|
---|
| 3538 | (multiboot)430 3261 A
|
---|
| 3539 | 3719(loader)S
|
---|
| 3540 | 4025(such)S
|
---|
| 3541 | 4256(as)S
|
---|
| 3542 | 4378(LILO)S
|
---|
| 3543 | 4660(or)S
|
---|
| 3544 | 4407 V
|
---|
| 3545 | 1080(GRUB)S
|
---|
| 3546 | 1429(\()S
|
---|
| 3547 | 11 I
|
---|
| 3548 | (www.gnu.org/software/grub)1248 1466 A
|
---|
| 3549 | 11 R
|
---|
| 3550 | 2714(\).)S
|
---|
| 3551 | 2848(Then)S
|
---|
| 3552 | (you)165 3117 A
|
---|
| 3553 | 3323(can)S
|
---|
| 3554 | (boot)196 3519 A
|
---|
| 3555 | 3756(any)S
|
---|
| 3556 | 3957(of)S
|
---|
| 3557 | (your)202 4090 A
|
---|
| 3558 | 4333(operating)S
|
---|
| 3559 | 4533 V
|
---|
| 3560 | 1080(systems)S
|
---|
| 3561 | 1463(easily.)S
|
---|
| 3562 | 1783(Discussion)S
|
---|
| 3563 | 2301(of)S
|
---|
| 3564 | (multiboot)430 2425 A
|
---|
| 3565 | 2887(loaders)S
|
---|
| 3566 | 3240(is)S
|
---|
| 3567 | (beyond)325 3347 A
|
---|
| 3568 | 3705(the)S
|
---|
| 3569 | 3874(scope)S
|
---|
| 3570 | 4160(of)S
|
---|
| 3571 | 4285(this)S
|
---|
| 3572 | 4478(guide,)S
|
---|
| 3573 | 4659 V
|
---|
| 3574 | 1080(but)S
|
---|
| 3575 | 1249(there)S
|
---|
| 3576 | 1500(is)S
|
---|
| 3577 | 1602(some)S
|
---|
| 3578 | 1864(information)S
|
---|
| 3579 | 2415(on)S
|
---|
| 3580 | 2553(the)S
|
---|
| 3581 | 2717(subject)S
|
---|
| 3582 | 3060(at)S
|
---|
| 3583 | 11 I
|
---|
| 3584 | (www.minix3.org/doc)924 3169 A
|
---|
| 3585 | 11 R
|
---|
| 3586 | 4093(.)S
|
---|
| 3587 | 5037 V
|
---|
| 3588 | 13 B
|
---|
| 3589 | 1080(A.5)S
|
---|
| 3590 | 1339(USING)S
|
---|
| 3591 | 1787(A)S
|
---|
| 3592 | 1915(SIMULATOR)S
|
---|
| 3593 | 5289 V
|
---|
| 3594 | 11 R
|
---|
| 3595 | 1260(A)S
|
---|
| 3596 | 1385(completely)S
|
---|
| 3597 | 1924(different)S
|
---|
| 3598 | 2352(approach)S
|
---|
| 3599 | 2804(to)S
|
---|
| 3600 | (running)343 2936 A
|
---|
| 3601 | 10 R
|
---|
| 3602 | 3322(MINIX)S
|
---|
| 3603 | 3668(3)S
|
---|
| 3604 | 11 R
|
---|
| 3605 | 3764(is)S
|
---|
| 3606 | 3884(to)S
|
---|
| 3607 | 4016(run)S
|
---|
| 3608 | 4209(it)S
|
---|
| 3609 | 4317(on)S
|
---|
| 3610 | 4473(top)S
|
---|
| 3611 | 4660(of)S
|
---|
| 3612 | 5415 V
|
---|
| 3613 | 1080(another)S
|
---|
| 3614 | 1466(operating)S
|
---|
| 3615 | 1938(system)S
|
---|
| 3616 | 2299(instead)S
|
---|
| 3617 | 2667(of)S
|
---|
| 3618 | 2812(native)S
|
---|
| 3619 | 3137(on)S
|
---|
| 3620 | 3299(the)S
|
---|
| 3621 | 3487(bare)S
|
---|
| 3622 | 3731(metal.)S
|
---|
| 3623 | 4059(Various)S
|
---|
| 3624 | 4462(virtual)S
|
---|
| 3625 | 5541 V
|
---|
| 3626 | 1080(machines,)S
|
---|
| 3627 | 1568(simulators,)S
|
---|
| 3628 | 2098(and)S
|
---|
| 3629 | 2298(emulators)S
|
---|
| 3630 | 2777(are)S
|
---|
| 3631 | 2955(available)S
|
---|
| 3632 | 3399(for)S
|
---|
| 3633 | 3569(this)S
|
---|
| 3634 | 3770(purpose.)S
|
---|
| 3635 | 4189(Some)S
|
---|
| 3636 | 4483(of)S
|
---|
| 3637 | 4616(the)S
|
---|
| 3638 | 5667 V
|
---|
| 3639 | 1080(most)S
|
---|
| 3640 | (popular)338 1323 A
|
---|
| 3641 | 1689(ones)S
|
---|
| 3642 | 1920(are:)S
|
---|
| 3643 | 5919 V
|
---|
| 3644 | 11 Y1
|
---|
| 3645 | 1164(d)S
|
---|
| 3646 | 11 R
|
---|
| 3647 | 1257(VMware)S
|
---|
| 3648 | (\(www.vmware.com\))919 1680 A
|
---|
| 3649 | 6045 V
|
---|
| 3650 | 11 Y1
|
---|
| 3651 | 1164(d)S
|
---|
| 3652 | 11 R
|
---|
| 3653 | 1257(Bochs)S
|
---|
| 3654 | (\(www.bochs.org\))775 1562 A
|
---|
| 3655 | 6171 V
|
---|
| 3656 | 11 Y1
|
---|
| 3657 | 1164(d)S
|
---|
| 3658 | 11 R
|
---|
| 3659 | 1257(QEMU)S
|
---|
| 3660 | (\(www.qemu.org\))763 1611 A
|
---|
| 3661 | 6423 V
|
---|
| 3662 | 1080(See)S
|
---|
| 3663 | 1286(the)S
|
---|
| 3664 | 1466(documentation)S
|
---|
| 3665 | 2169(for)S
|
---|
| 3666 | (each)205 2342 A
|
---|
| 3667 | 2592(of)S
|
---|
| 3668 | 2729(them.)S
|
---|
| 3669 | (Running)380 3024 A
|
---|
| 3670 | 3449(a)S
|
---|
| 3671 | 3544(program)S
|
---|
| 3672 | 3964(on)S
|
---|
| 3673 | 4119(a)S
|
---|
| 3674 | 4214(simulator)S
|
---|
| 3675 | 4678(is)S
|
---|
| 3676 | 6549 V
|
---|
| 3677 | 1080(similar)S
|
---|
| 3678 | 1428(to)S
|
---|
| 3679 | (running)343 1553 A
|
---|
| 3680 | 1935(it)S
|
---|
| 3681 | 2036(on)S
|
---|
| 3682 | 2185(the)S
|
---|
| 3683 | 2360(actual)S
|
---|
| 3684 | 2665(machine,)S
|
---|
| 3685 | 3108(so)S
|
---|
| 3686 | (you)165 3244 A
|
---|
| 3687 | (should)294 3447 A
|
---|
| 3688 | 3779(go)S
|
---|
| 3689 | 3927(back)S
|
---|
| 3690 | 4175(to)S
|
---|
| 3691 | 4299(Part)S
|
---|
| 3692 | 4517(I)S
|
---|
| 3693 | 4592(and)S
|
---|
| 3694 | 6675 V
|
---|
| 3695 | 1080(acquire)S
|
---|
| 3696 | 1436(the)S
|
---|
| 3697 | 1600(latest)S
|
---|
| 3698 | 1864(CD-ROM)S
|
---|
| 3699 | 2335(and)S
|
---|
| 3700 | 2523(continue)S
|
---|
| 3701 | 2933(from)S
|
---|
| 3702 | 3176(there.)S
|
---|
| 3703 | 8427 V
|
---|
| 3704 | EP
|
---|
| 3705 | %%Trailer
|
---|
| 3706 | %%DocumentFonts: Times-Roman Times-Bold Times-Italic Helvetica Helvetica-Bold Troff
|
---|
| 3707 | %%Pages: 8
|
---|