Blog Code Forum

FreeBSD:Console

From Wiki.cyring.fr

(Difference between revisions)
Jump to: navigation, search
(Created page with "===== /boot/device.hints ===== <syntaxhighlight lang="ini"> # hint.fdc.0.at="isa" # hint.fdc.0.port="0x3F0" # hint.fdc.0.irq="6" # hint.fdc.0.drq="2" # hint.fd.0.at="fdc0" # h...")
 
Line 1: Line 1:
===== /boot/device.hints =====
===== /boot/device.hints =====
-
<syntaxhighlight lang="ini">
+
<syntaxhighlight lang="ini" line start="1">
# hint.fdc.0.at="isa"
# hint.fdc.0.at="isa"
# hint.fdc.0.port="0x3F0"
# hint.fdc.0.port="0x3F0"
Line 31: Line 31:
</syntaxhighlight>
</syntaxhighlight>
===== /boot/defaults/loader.conf =====
===== /boot/defaults/loader.conf =====
-
<syntaxhighlight lang="ini">
+
<syntaxhighlight lang="ini" line start="1">
autoboot_delay="3"
autoboot_delay="3"
beastie_disable="YES"
beastie_disable="YES"
</syntaxhighlight>
</syntaxhighlight>
===== /etc/rc.conf =====
===== /etc/rc.conf =====
-
<syntaxhighlight lang="ini">
+
<syntaxhighlight lang="ini" line start="1">
hostname="blog.cyring.fr"
hostname="blog.cyring.fr"
ifconfig_re0="DHCP"
ifconfig_re0="DHCP"

Latest revision as of 13:44, 6 April 2012

/boot/device.hints
  1. # hint.fdc.0.at="isa"
  2. # hint.fdc.0.port="0x3F0"
  3. # hint.fdc.0.irq="6"
  4. # hint.fdc.0.drq="2"
  5. # hint.fd.0.at="fdc0"
  6. # hint.fd.0.drive="0"
  7. # hint.fd.1.at="fdc0"
  8. # hint.fd.1.drive="1"
  9. hint.atkbdc.0.at="isa"
  10. hint.atkbdc.0.port="0x060"
  11. hint.atkbd.0.at="atkbdc"
  12. hint.atkbd.0.irq="1"
  13. # hint.psm.0.at="atkbdc"
  14. # hint.psm.0.irq="12"
  15. hint.sc.0.at="isa"
  16. hint.sc.0.flags="0x100"
  17. # hint.uart.0.at="isa"
  18. # hint.uart.0.port="0x3F8"
  19. # hint.uart.0.flags="0x10"
  20. # hint.uart.0.irq="4"
  21. # hint.uart.1.at="isa"
  22. # hint.uart.1.port="0x2F8"
  23. # hint.uart.1.irq="3"
  24. # hint.ppc.0.at="isa"
  25. # hint.ppc.0.irq="7"
  26. hint.atrtc.0.at="isa"
  27. hint.atrtc.0.port="0x70"
  28. hint.atrtc.0.irq="8"
/boot/defaults/loader.conf
  1. autoboot_delay="3"
  2. beastie_disable="YES"
/etc/rc.conf
  1. hostname="blog.cyring.fr"
  2. ifconfig_re0="DHCP"
  3. keymap="fr.iso.acc"
  4. keyrate="fast"
  5. font8x8="iso-8x8.fnt"
  6. cursor="blink"
  7. allscreens_flags="-m off 80x50"
  8. nfs_client_enable="YES"
  9. dbus_enable="YES"
  10. hald_enable="YES"
  11. linux_enable="NO"
  12. sendmail_enable="NO"
  13. moused_enable="NO"
  14. saver="daemon"
  15. clear_tmp_enable="YES"
Personal tools