*参照元 [#k9cb42de]
#backlinks

*説明 [#wa036b5f]
-パス: [[linux-2.6.33/arch/x86/Kconfig]]
-パス: [[linux-2.6.33/arch/x86/Kconfig]](x86)

-64bit カーネルかどうかを示すマクロ。
--make config から選択する。
--[[linux-2.6.33/CONFIG_64BIT(x86)]]


**参考 [#saa2e9a7]


*実装 [#f43cdc42]
 # Select 32 or 64 bit
 config 64BIT
 	bool "64-bit kernel" if ARCH = "x86"
 	default ARCH = "x86_64"
 	---help---
 	Say yes to build a 64-bit kernel - formerly known as x86_64
 	Say no to build a 32-bit kernel - formerly known as i386


*コメント [#z32e6f94]



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS