home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / pyramid / 171 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  5.2 KB

  1. Path: sparky!uunet!oracle!pyramid!pyrite!fvoss
  2. From: fvoss@pyrite.nj.pyramid.com (Fred Voss)
  3. Newsgroups: pyr.syseng,comp.sys.pyramid
  4. Subject: OSx Kernel Debugger Classes
  5. Message-ID: <1005@pyrite.nj.pyramid.com>
  6. Date: 28 Jul 92 15:55:40 GMT
  7. Followup-To: pyr.syseng
  8. Distribution: usa
  9. Organization: Pyramid Technology Corp, NJ Professional Svcs.
  10. Lines: 104
  11.  
  12.  
  13.  
  14. Pyramid Educational Services, in Mountain View, is scheduling two OSx Kernel
  15. Debugger courses on the following dates:
  16.  
  17.     August 27 and 28
  18.     September 17 and 18
  19.  
  20. If you wish to sign up for either of these two courses, please call Donna
  21. Pantaleoni, Registrar at 1-800-843-9058 or extension x8388.
  22.  
  23. Each course spans two days and includes the following topics and objectives:
  24.  
  25. List the functions of the OSx kernel.
  26. Define the term panic as it relates to the OSx operating system.
  27. Identify the potential causes of a system panic.
  28. Describe the layout of Pyramid physical memory.
  29. Describe the function of the CPU data cache and instruction cache.
  30. Define the purpose of the kernel debugger.
  31. Describe five ways to invoke the kernel debugger.
  32. Describe how the PCOS/COS bootflag affects the kernel debugger.
  33. Describe the creation process of a vmcore file.
  34. Configure the system to automatically generate a vmcore following a 
  35. system panic.
  36. Describe the steps to manually create a vmcore with the /etc/savecore 
  37. utility.
  38. List the differences between the kernel debugger and the /etc/crash 
  39. utility.
  40. List the possible settings for the variable DUMPTHESE.
  41. Create a new kernel which has the kernel debugger included in  the 
  42. compilation.
  43. Generate an executable program based on the Pyramid OSx instruction 
  44. set.
  45. List the components of a Pyramid OSx instruction.
  46. Use the Pyramid Technology Architecture Manual to decode an OSx 
  47. instruction.
  48. Correlate a source code program written in the C programming 
  49. language to its disassembled instruction set.
  50. Describe the a.out format of an executable program.
  51. Describe the virtual memory map of a process.
  52. List twelve key elements of the proc structure.
  53. List the five process region types in OSx.
  54. Describe which portions of a process may be swapped.
  55. Describe the purpose and construction of a process control stack.
  56. List the special control stack registers involved in a system interrupt 
  57. routine.
  58. List the special control stack registers involved is a system exception 
  59. (trap) situation.
  60. Based on the Pyramid Technology System Architecture Manual 
  61. description of system exceptions, list the values placed into the first 6 
  62. temporary registers.
  63. Describe two situations in which the data stack would be used.
  64. Describe the purpose and construction of the process control block 
  65. (PCB).
  66. Describe the contents of the process status word (PSW).
  67. Draw a diagram of the relationships between the following kernel tables 
  68. and label the structure elements involved in the relationships: proc 
  69. table, pregion table, region table, rlists and the pde tables.
  70. List twelve key elements of the user (u_area) structure.
  71. Draw a diagram of the relationship between the user structure and the 
  72. system open file table.
  73. Based on the Pyramid Technology System Architecture Manual 
  74. descriptions of the global process table (GPT), the level 1 process 
  75. memory resident table (PMRT) and level 2 PMRT, list the steps to 
  76. convert a virtual address to a physical address.
  77. Using the gpid element of a proc structure for a selected process, 
  78. determine the physical address of the u_area of that process.
  79. Describe the use of the general kernel debugger and /etc/crash 
  80. commands.
  81. List the elements in a 'panic fingerprint'.
  82. Using the kernel debugger or /etc/crash, list the active processes in the 
  83. system or captured by the vmcore image. Identify the information 
  84. provided for each process in the listing.
  85. With /etc/crash, selectively list related processes based on the following 
  86. common attributes: process id, state, wait channel, tty or name. (NOTE 
  87. THE DIFFERENCE IN SYNTAX FOR THE KERNEL DEBUGGER).
  88. In /etc/crash, determine which process is the 'current' process.
  89. Describe two methods of changing to a new 'current' process.
  90. Print the proc structure elements for a selected process.
  91. Print the control stack trace of a process and describe function calling 
  92. sequence in the stack.  Identify the information provided for each 
  93. control stack frame.
  94. Change the control stack pointer to a different control stack frame.
  95. Display the registers for a particular control stack frame.
  96. Display the contents of a virtual address in the following formats: hex, 
  97. ASCII, string, disassembled code.
  98. Use the ps command to print structures listed in the directory /usr/crash/
  99. lib.
  100. Create a tailored structure description for a kernel structure type.
  101. List the kernel debugger commands that display specific kernel 
  102. structures.
  103. List the command unique to the kernel debugger and describe their 
  104. usage.
  105. Force a system panic through the  kernel debugger.
  106. Change the dump size and dump device for a system through the kernel 
  107. debugger.
  108. List the initial steps in debugging all panics.
  109. Define the use of kernel semaphores.
  110. List the initial steps in debugging a Semaphore Time-out panic.
  111. For a vmcore, explain the values held in the array savesemas[].
  112. Use a tags file in a source code directory to pinpoint the source code 
  113. instructions that correlate to the disassembled code from a panic 
  114. process control stack frame. (NOT A TRIVIAL TASK).
  115. -- 
  116.