【Project peko】2ch特化型サーバ構築作戦 Part6

このエントリーをはてなブックマークに追加
902root ★
kvm swtchが来るのがほぼ確定なら、

options DDB
makeoptions DEBUG=-g

を入れるか。
903root ★:04/02/13 13:34 ID:???
このへんも全部有効にしてみよう。

# Debugging for use in -current
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
options WITNESS #Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed