Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. ulloa@rice15:~/pintos-cs140/src/userprog$ pintos -q run 'insult -s 2020 -n 8'
  2. squish-pty bochs -q
  3. ========================================================================
  4. Bochs x86 Emulator 2.6.2
  5. Built from SVN snapshot on May 26, 2013
  6. Compiled on Jan 3 2019 at 12:00:35
  7. ========================================================================
  8. 00000000000i[ ] reading configuration from bochsrc.txt
  9. 00000000000e[ ] bochsrc.txt:8: 'user_shortcut' will be replaced by new 'keyboard' option.
  10. 00000000000i[ ] installing nogui module as the Bochs GUI
  11. 00000000000i[ ] using log file bochsout.txt
  12. PiLo hda1
  13. Loading..........
  14. Kernel command line: -q run 'insult -s 2020 -n 8'
  15. Pintos booting with 4,096 kB RAM...
  16. 383 pages available in kernel pool.
  17. 383 pages available in user pool.
  18. Calibrating timer... 164,200 loops/s.
  19. hda: 1,008 sectors (504 kB), model "BXHD00011", serial "Generic 1234"
  20. hda1: 173 sectors (86 kB), Pintos OS kernel (20)
  21. hdb: 5,040 sectors (2 MB), model "BXHD00012", serial "Generic 1234"
  22. hdb1: 4,096 sectors (2 MB), Pintos file system (21)
  23. filesys: using hdb1
  24. Boot complete.
  25. Executing 'insult -s 2020 -n 8':
  26. running: insult -s 2020 -n 8
  27. File name in start_process: insult
  28. insult -s 2020 -n 8
  29. strlen(insult) + null terminator: 7
  30. strlen(-s) + null terminator: 3
  31. strlen(2020) + null terminator: 5
  32. strlen(-n) + null terminator: 3
  33. strlen(8) + null terminator: 2
  34. argc: 5
  35. args_buffer until first null term: insult
  36. Start: c0000000
  37. After pointer array: bfffffec
  38. Element most recently added to stack: insult
  39. Padding: 4
  40. After padding: bfffffe8
  41. ESP TEMP: bfffffec
  42. (0)Copied pointer for insult as bfffffec (bfffffec).
  43. (1)Copied pointer for -s as bffffff3 (bffffff3).
  44. (2)Copied pointer for 2020 as bffffff6 (bffffff6).
  45. (3)Copied pointer for -n as bffffffb (bffffffb).
  46. (4)Copied pointer for 8 as bffffffe (bffffffe).
  47. After adding pointers: bfffffd4
  48. Element most recently added to stack: bfffffec
  49. After argv: bfffffd0
  50. After argc: bfffffcc
  51. After ret addr: bfffffc8
  52. Stack setup successful
  53. Start address: 804870a
  54. Stack pointer: bfffffc8
  55. Issue is not in palloc_free_page.
  56.  
  57.  
  58. May a decaying platoon of disease-carrying gnats find your innards suddenly delectable.
  59.  
  60.  
  61. May a musty platoon of petrified monkeys find your genitals suddenly delectable.
  62.  
  63.  
  64. With the fury of Thor's belch, may a hirsute pack of biting wiener-dogs find your earlobes suddenly delectable.
  65.  
  66.  
  67. You defective, bad excuse for bat guano.
  68.  
  69.  
  70. May nine-hundred, ninty-nine South American killer bees and many sloppy monkeys seek a battleground upon your mother's grave.
  71.  
  72.  
  73. With the power of a pissed-off Jabberwock, may a petrified platoon of manic wolverines dance upon your heinie.
  74.  
  75.  
  76. With the force of Thor's belch, may many ravaging wiener-dogs find your earlobes suddenly delectable.
  77.  
  78.  
  79. With the fury of three million titans, may a disease-carrying Rush Limbaugh, with the power of Alah's fist, procreate in the rat hole you call home.
  80.  
  81. insult -s 2020 : exit(0)
  82. Execution of 'insult -s 2020 -n 8' complete.
  83. Timer: 853 ticks
  84. Thread: 0 idle ticks, 639 kernel ticks, 216 user ticks
  85. hdb1 (filesys): 52 reads, 0 writes
  86. Console: 2458 characters output
  87. Keyboard: 0 keys pressed
  88. Exception: 0 page faults
  89. Powering off..========================================================================
  90. Bochs is exiting with the following message:
  91. [ACPI ] ACPI control: soft power off
  92. ========================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement