PageRenderTime 72ms CodeModel.GetById 32ms RepoModel.GetById 1ms app.codeStats 0ms

/patches/RELENG_7_1/beastie.4th

https://github.com/billm/pfsense-tools-centipede-slbd
Forth | 69 lines | 67 code | 2 blank | 0 comment | 0 complexity | c3c63dd11e8d024027f1b55424519861 MD5 | raw file
  1. Index: beastie.4th
  2. ===================================================================
  3. RCS file: /home/ncvs/src/sys/boot/forth/beastie.4th,v
  4. retrieving revision 1.12
  5. diff -u -r1.12 beastie.4th
  6. --- beastie.4th 31 Mar 2006 21:36:17 -0000 1.12
  7. +++ beastie.4th 10 Nov 2008 00:32:23 -0000
  8. @@ -94,19 +94,20 @@
  9. ;
  10. : fbsdbw-logo ( x y -- )
  11. - 2dup at-xy ." ______" 1+
  12. - 2dup at-xy ." | ____| __ ___ ___ " 1+
  13. - 2dup at-xy ." | |__ | '__/ _ \/ _ \" 1+
  14. - 2dup at-xy ." | __|| | | __/ __/" 1+
  15. - 2dup at-xy ." | | | | | | |" 1+
  16. - 2dup at-xy ." |_| |_| \___|\___|" 1+
  17. - 2dup at-xy ." ____ _____ _____" 1+
  18. - 2dup at-xy ." | _ \ / ____| __ \" 1+
  19. - 2dup at-xy ." | |_) | (___ | | | |" 1+
  20. - 2dup at-xy ." | _ < \___ \| | | |" 1+
  21. - 2dup at-xy ." | |_) |____) | |__| |" 1+
  22. - 2dup at-xy ." | | | |" 1+
  23. - at-xy ." |____/|_____/|_____/"
  24. + 2dup at-xy ." " 1+
  25. + 2dup at-xy ." " 1+
  26. + 2dup at-xy ." " 1+
  27. + 2dup at-xy ." ______ " 1+
  28. + 2dup at-xy ." / \ " 1+
  29. + 2dup at-xy ." _____/ f \ " 1+
  30. + 2dup at-xy ." / \ / " 1+
  31. + 2dup at-xy ." / p \______/ Sense " 1+
  32. + 2dup at-xy ." \ / \ " 1+
  33. + 2dup at-xy ." \_____/ \ " 1+
  34. + 2dup at-xy ." \ / " 1+
  35. + 2dup at-xy ." \______/ " 1+
  36. + 2dup at-xy ." " 1+
  37. + at-xy ." "
  38. ;
  39. : print-logo ( x y -- )
  40. @@ -178,11 +179,11 @@
  41. clear
  42. 46 4 print-logo
  43. 42 20 2 2 box
  44. - 13 6 at-xy ." Welcome to FreeBSD!"
  45. - printmenuitem ." Boot FreeBSD [default]" bootkey !
  46. + 13 6 at-xy ." Welcome to pfSense!"
  47. + printmenuitem ." Boot pfSense [default]" bootkey !
  48. s" arch-i386" environment? if
  49. drop
  50. - printmenuitem ." Boot FreeBSD with ACPI " bootacpikey !
  51. + printmenuitem ." Boot pfSense with ACPI " bootacpikey !
  52. acpienabled? if
  53. ." disabled"
  54. else
  55. @@ -191,9 +192,9 @@
  56. else
  57. -2 bootacpikey !
  58. then
  59. - printmenuitem ." Boot FreeBSD in Safe Mode" bootsafekey !
  60. - printmenuitem ." Boot FreeBSD in single user mode" bootsinglekey !
  61. - printmenuitem ." Boot FreeBSD with verbose logging" bootverbosekey !
  62. + printmenuitem ." Boot pfSense in Safe Mode" bootsafekey !
  63. + printmenuitem ." Boot pfSense in single user mode" bootsinglekey !
  64. + printmenuitem ." Boot pfSense with verbose logging" bootverbosekey !
  65. printmenuitem ." Escape to loader prompt" escapekey !
  66. printmenuitem ." Reboot" rebootkey !
  67. menuX @ 20 at-xy