Make all the comments '# ' and align to same column. This fixes the
rampently incosnsitent usage which made cut and paste from one file to another look ugly.
This commit is contained in:
@@ -27,7 +27,7 @@ makeoptions WITHOUT_MODULES="ahc"
|
|||||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options HZ=100 ##
|
options HZ=100
|
||||||
options SCHED_4BSD # 4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET # InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 # IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ options DDB #Enable the kernel debugger
|
|||||||
|
|
||||||
#options COMPAT_FREEBSD5
|
#options COMPAT_FREEBSD5
|
||||||
#options COMPAT_FREEBSD6
|
#options COMPAT_FREEBSD6
|
||||||
#options COMPAT_FREEBSD7
|
#options COMPAT_FREEBSD7n
|
||||||
|
|
||||||
|
|
||||||
options SCHED_ULE # ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
|
|||||||
@@ -176,5 +176,4 @@ device kbdmux
|
|||||||
options SC_DFLT_FONT # compile font in
|
options SC_DFLT_FONT # compile font in
|
||||||
makeoptions SC_DFLT_FONT=cp437
|
makeoptions SC_DFLT_FONT=cp437
|
||||||
device ukbd # Allow keyboard like HIDs to control console
|
device ukbd # Allow keyboard like HIDs to control console
|
||||||
|
|
||||||
device ums
|
device ums
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ makeoptions WITHOUT_MODULES="ahc"
|
|||||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options HZ=100 ##
|
options HZ=100
|
||||||
options SCHED_4BSD # 4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET # InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 # IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
|
|||||||
Reference in New Issue
Block a user