Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、x86-64 カーネルをプログラミングしており、APIC モードを対称 I/O モードに設定する必要があります。Intel のマルチプロセッサ仕様の 31 ページには、このモードを有効にするには、IMCR レジスタに 01H を書き込む必要があると書かれています。問題は、このレジスタ (outb/inb 経由でアクセスする必要がある) が文書化されていないように見えることです。IMCR を読み書きするにはどうすればよいですか?