Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.95 KB | None | 0 0
  1. CPU ? (): dev: devices inited
  2. CPU ? (): chardev: init
  3. CPU ? (): blkdev: init
  4. CPU ? (): netdev: init
  5. Welcome to
  6. _ __ __ _ __
  7. / | / /____ _ __ __ / /_ (_)/ /__ __ _____
  8. / |/ // __ `// / / // __// // // / / // ___/
  9. / /| // /_/ // /_/ // /_ / // // /_/ /(__ )
  10. /_/ |_/ \__,_/ \__,_/ \__//_//_/ \__,_//____/
  11. +===============================================+
  12. Kyle C. Hale (c) 2014 | Northwestern University
  13. +===============================================+
  14.  
  15. Detected GenuineIntel Processor
  16. BOOTMEM: Setting up boot memory allocator
  17. BOOTMEM: Memory map[0] - [0x00000000 - 0x0009f000] <>
  18. BOOTMEM: Memory map[1] - [0x000a0000 - 0x000a0000] <>
  19. BOOTMEM: Memory map[2] - [0x000f0000 - 0x00100000] <>
  20. BOOTMEM: Memory map[3] - [0x00100000 - 0x3ffe0000] <>
  21. BOOTMEM: Memory map[4] - [0x3ffe0000 - 0x40000000] <>
  22. BOOTMEM: Memory map[5] - [0xfeffc000 - 0xff000000] <>
  23. BOOTMEM: Memory map[6] - [0xfffc0000 - 0x100000000] <>
  24. BOOTMEM: Detected 1023.523264 MB (2049 pages) of usable System RAM
  25. CPU ? (%s): DEBUG: Multiboot info size
  26. CPU ? (%s): DEBUG: Image load base: 0x
  27. CPU ? (%s): DEBUG: Kernel Cmd line:
  28. CPU ? (%s): DEBUG: Boot loader:
  29. CPU ? (%s): DEBUG: Unhandled tag type (0x)
  30. CPU ? (%s): DEBUG: Multiboot2 memory map detected
  31. CPU ? (%s): DEBUG: ELF size=, num=, entsize=, shndx=, sechdr=
  32. CPU ? (%s): DEBUG: Multiboot2 basic meminfo detected
  33. CPU ? (%s): DEBUG: Boot device: (biosdev=0x,slice=,part=)
  34. CPU ? (%s): DEBUG: fb addr: , fb_width: , fb_height:
  35. CPU ? (%s): DEBUG: Old ACPI: rsdp=
  36. ACPI: Parsing ACPI root table (at )
  37. ACPI: root table checksum pass
  38. ACPI: Done parsing ACPI root table
  39. [ACPI DISABLED]
  40. CPU ? (%s): ERROR at (): SMP: Could not parse MADT
  41. SMP: Verifying MP Floating Ptr Struct integrity...OK
  42. SMP: Parsing MP Table (entry count=)
  43. SMP: Verifying MP Table integrity...OK
  44. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  45. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  46. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  47. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  48. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  49. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  50. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  51. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  52. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  53. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  54. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  55. SMP: Detected CPUs
  56. CPU ? (%s): DEBUG: NUMA: NUMA ARCH INIT
  57. NUMA: Parsing ACPI NUMA information...
  58. [ACPI DISABLED]
  59. CPU ? (%s): DEBUG: NUMA: Unable to parse SLIT
  60. [ACPI DISABLED]
  61. NUMA: DONE.
  62. CPU ? (%s): DEBUG: NUMA: No domains in ACPI locality info - making it up
  63. CPU ? (%s): ERROR at (): Could not allocate NUMA domain
  64. CPU ? (%s): ERROR at (): NUMA: Could not create main NUMA domain
  65. CPU ? (%s): ERROR at (): Could not allocate new PML4
  66. CPU ? (%s): KMEM: Malloc configured to support a maximum of: 0x bytes of physical memory
  67. CPU ? (%s): ERROR at (): KMEM: block_hash_init failed
  68. CPU ? (%s): ERROR at (): KMEM: Failed to initialize block hash
  69. BOOTMEM: Adding boot memory regions to the kernel memory pool:
  70. BOOTMEM: =======
  71. BOOTMEM: [TOTAL] (%lu MB)
  72. Disabling legacy 8259 PIC
  73. Initializing i8254 PIT
  74. CPU ? (): dev: devices inited
  75. CPU ? (): chardev: init
  76. CPU ? (): blkdev: init
  77. CPU ? (): netdev: init
  78. Welcome to
  79. _ __ __ _ __
  80. / | / /____ _ __ __ / /_ (_)/ /__ __ _____
  81. / |/ // __ `// / / // __// // // / / // ___/
  82. / /| // /_/ // /_/ // /_ / // // /_/ /(__ )
  83. /_/ |_/ \__,_/ \__,_/ \__//_//_/ \__,_//____/
  84. +===============================================+
  85. Kyle C. Hale (c) 2014 | Northwestern University
  86. +===============================================+
  87.  
  88. Detected GenuineIntel Processor
  89. BOOTMEM: Setting up boot memory allocator
  90. BOOTMEM: Memory map[0] - [0x00000000 - 0x0009f000] <>
  91. BOOTMEM: Memory map[1] - [0x000a0000 - 0x000a0000] <>
  92. BOOTMEM: Memory map[2] - [0x000f0000 - 0x00100000] <>
  93. BOOTMEM: Memory map[3] - [0x00100000 - 0x3ffe0000] <>
  94. BOOTMEM: Memory map[4] - [0x3ffe0000 - 0x40000000] <>
  95. BOOTMEM: Memory map[5] - [0xfeffc000 - 0xff000000] <>
  96. BOOTMEM: Memory map[6] - [0xfffc0000 - 0x100000000] <>
  97. BOOTMEM: Detected 1023.523264 MB (2049 pages) of usable System RAM
  98. CPU ? (%s): DEBUG: Multiboot info size
  99. CPU ? (%s): DEBUG: Image load base: 0x
  100. CPU ? (%s): DEBUG: Kernel Cmd line:
  101. CPU ? (%s): DEBUG: Boot loader:
  102. CPU ? (%s): DEBUG: Unhandled tag type (0x)
  103. CPU ? (%s): DEBUG: Multiboot2 memory map detected
  104. CPU ? (%s): DEBUG: ELF size=, num=, entsize=, shndx=, sechdr=
  105. CPU ? (%s): DEBUG: Multiboot2 basic meminfo detected
  106. CPU ? (%s): DEBUG: Boot device: (biosdev=0x,slice=,part=)
  107. CPU ? (%s): DEBUG: fb addr: , fb_width: , fb_height:
  108. CPU ? (%s): DEBUG: Old ACPI: rsdp=
  109. ACPI: Parsing ACPI root table (at )
  110. ACPI: root table checksum pass
  111. ACPI: Done parsing ACPI root table
  112. [ACPI DISABLED]
  113. CPU ? (%s): ERROR at (): SMP: Could not parse MADT
  114. SMP: Verifying MP Floating Ptr Struct integrity...OK
  115. SMP: Parsing MP Table (entry count=)
  116. SMP: Verifying MP Table integrity...OK
  117. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  118. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  119. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  120. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  121. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  122. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  123. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  124. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  125. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  126. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  127. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  128. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  129. SMP: Detected CPUs
  130. CPU ? (%s): DEBUG: NUMA: NUMA ARCH INIT
  131. NUMA: Parsing ACPI NUMA information...
  132. [ACPI DISABLED]
  133. CPU ? (%s): DEBUG: NUMA: Unable to parse SLIT
  134. [ACPI DISABLED]
  135. NUMA: DONE.
  136. CPU ? (%s): DEBUG: NUMA: No domains in ACPI locality info - making it up
  137. CPU ? (%s): ERROR at (): Could not allocate NUMA domain
  138. CPU ? (%s): ERROR at (): NUMA: Could not create main NUMA domain
  139. CPU ? (%s): ERROR at (): Could not allocate new PML4
  140. CPU ? (%s): KMEM: Malloc configured to support a maximum of: 0x bytes of physical memory
  141. CPU ? (%s): ERROR at (): KMEM: block_hash_init failed
  142. CPU ? (%s): ERROR at (): KMEM: Failed to initialize block hash
  143. BOOTMEM: Adding boot memory regions to the kernel memory pool:
  144. BOOTMEM: =======
  145. BOOTMEM: [TOTAL] (%lu MB)
  146. Disabling legacy 8259 PIC
  147. Initializing i8254 PIT
  148. CPU ? (): dev: devices inited
  149. CPU ? (): chardev: init
  150. CPU ? (): blkdev: init
  151. CPU ? (): netdev: init
  152. Welcome to
  153. _ __ __ _ __
  154. / | / /____ _ __ __ / /_ (_)/ /__ __ _____
  155. / |/ // __ `// / / // __// // // / / // ___/
  156. / /| // /_/ // /_/ // /_ / // // /_/ /(__ )
  157. /_/ |_/ \__,_/ \__,_/ \__//_//_/ \__,_//____/
  158. +===============================================+
  159. Kyle C. Hale (c) 2014 | Northwestern University
  160. +===============================================+
  161.  
  162. Detected GenuineIntel Processor
  163. BOOTMEM: Setting up boot memory allocator
  164. BOOTMEM: Memory map[0] - [0x00000000 - 0x0009f000] <>
  165. BOOTMEM: Memory map[1] - [0x000a0000 - 0x000a0000] <>
  166. BOOTMEM: Memory map[2] - [0x000f0000 - 0x00100000] <>
  167. BOOTMEM: Memory map[3] - [0x00100000 - 0x3ffe0000] <>
  168. BOOTMEM: Memory map[4] - [0x3ffe0000 - 0x40000000] <>
  169. BOOTMEM: Memory map[5] - [0xfeffc000 - 0xff000000] <>
  170. BOOTMEM: Memory map[6] - [0xfffc0000 - 0x100000000] <>
  171. BOOTMEM: Detected 1023.523264 MB (2049 pages) of usable System RAM
  172. CPU ? (%s): DEBUG: Multiboot info size
  173. CPU ? (%s): DEBUG: Image load base: 0x
  174. CPU ? (%s): DEBUG: Kernel Cmd line:
  175. CPU ? (%s): DEBUG: Boot loader:
  176. CPU ? (%s): DEBUG: Unhandled tag type (0x)
  177. CPU ? (%s): DEBUG: Multiboot2 memory map detected
  178. CPU ? (%s): DEBUG: ELF size=, num=, entsize=, shndx=, sechdr=
  179. CPU ? (%s): DEBUG: Multiboot2 basic meminfo detected
  180. CPU ? (%s): DEBUG: Boot device: (biosdev=0x,slice=,part=)
  181. CPU ? (%s): DEBUG: fb addr: , fb_width: , fb_height:
  182. CPU ? (%s): DEBUG: Old ACPI: rsdp=
  183. ACPI: Parsing ACPI root table (at )
  184. ACPI: root table checksum pass
  185. ACPI: Done parsing ACPI root table
  186. [ACPI DISABLED]
  187. CPU ? (%s): ERROR at (): SMP: Could not parse MADT
  188. SMP: Verifying MP Floating Ptr Struct integrity...OK
  189. SMP: Parsing MP Table (entry count=)
  190. SMP: Verifying MP Table integrity...OK
  191. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  192. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  193. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  194. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  195. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  196. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  197. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  198. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  199. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  200. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  201. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  202. CPU ? (%s): ERROR at (): Could not allocate IRQ entry
  203. SMP: Detected CPUs
  204. CPU ? (%s): DEBUG: NUMA: NUMA ARCH INIT
  205. NUMA: Parsing ACPI NUMA information...
  206. [ACPI DISABLED]
  207. CPU ? (%s): DEBUG: NUMA: Unable to parse SLIT
  208. [ACPI DISABLED]
  209. NUMA: DONE.
  210. CPU ? (%s): DEBUG: NUMA: No domains in ACPI locality info - making it up
  211. CPU ? (%s): ERROR at (): Could not allocate NUMA domain
  212. CPU ? (%s): ERROR at (): NUMA: Could not create main NUMA domain
  213. CPU ? (%s): ERROR at (): Could not allocate new PML4
  214. CPU ? (%s): KMEM: Malloc configured to support a maximum of: 0x bytes of physical memory
  215. CPU ? (%s): ERROR at (): KMEM: block_hash_init failed
  216. CPU ? (%s): ERROR at (): KMEM: Failed to initialize block hash
  217. BOOTMEM: Adding boot memory regions to the kernel memory pool:
  218. BOOTMEM: =======
  219. BOOTMEM: [TOTAL] (%lu MB)
  220. Disabling legacy 8259 PIC
  221. Initializing i8254 PIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement