Changes between Version 16 and Version 17 of UsersGuide
- Timestamp:
- 2010-06-23T18:32:05Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide
v16 v17 1 1 = User's Guide = 2 2 3 This is the user's guide to HelenOS. It starts from the very basics (like downloading and your first boot), teaches you the basics of using HelenOS (console, shell, etc.) and progresses to more advanced topics. 4 5 Read this guide carefully before posting questions to the mailing list. 6 7 This guide is not complete and always in need of improvements. 8 9 ----- 10 11 == Basic Topics == 12 3 13 === [UsersGuide/QuickStart Quick Start] === 14 Quick and easy way to get HelenOS up and running in close to no time. 15 4 16 === [UsersGuide/Console Console] === 5 === [UsersGuide/TextEditing Text Editing Keys] === 17 Switching VCs. Mostly. 18 6 19 === [UsersGuide/Shell Shell] === 7 === [UsersGuide/Editor Editor] === 8 === [UsersGuide/KernelConsole Kernel Console] === 20 Your best friend. The primary way to control the system. 21 22 === [UsersGuide/Editor Text Editor] === 23 Standard issue. Insert, Delete, Copy, Paste, Save, Load and Quit :-) 24 25 === [UsersGuide/TextEditing Common Text Editing Keys] === 26 If if can edit text, it supports these controls. 27 28 ----- 9 29 10 30 == Advanced Topics == 31 32 If you never ran HelenOS before, you clearly are in the wrong chapter. 33 34 === [UsersGuide/KernelConsole Kernel Console] === 35 Kernel hacker's penultimate tool to debugging the system. 36 11 37 === [UsersGuide/CompilingFromSource Compiling From Source] === 38 If you do, read this ''very'' carefully!