Changes between Version 33 and Version 34 of WikiStart
- Timestamp:
- Nov 26, 2009, 4:46:04 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v33 v34 33 33 * `open /var/log/syslog` (the primary system log used by Haiku, akin to on screen debugging during boot) 34 34 * `listimage | grep drivers/` 35 * `ints` (from within Kernel Debugging Land -- KDL ) 35 * `ints` (from within Kernel Debugging Land -- KDL) 36 * On screen debug output (a safe mode boot time option) 36 37 38 === Kernel Debugging Land === 37 39 Enter the kernel debugger by invoking ''Alt-SysReq-D''. 38 40 Then the `ints` command will output information about handled and unhandled interrupts . 39 41 You can get out of the kernel debugger back into a usable system by typing `co` (for `continue`). 42 43 === On Screen Debug Output === 44 This is only relevant when Haiku fails to boot on your machine. Before the Haiku boot logo appears, press the space bar. This will display a text menu. Select ''Select safe mode options''. Near the bottom, ''[ ] Enable on screen debug output'' will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.) Finally select ''Return to main menu'' and then ''continue booting''. One or more pages of text will display on the screen, only the last few lines need to be included on your ticket. 40 45 41 46 == Browsing the source ==