<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">Superkkt Blog: CPU-64bit-지원-여부-확인에 달린 최근 댓글/트랙백 목록</title>
  <id>http://superkkt.com/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://superkkt.com/" />
  <subtitle type="html">프로그램 개발과 관련된 지식을 정리하는 공간입니다.</subtitle>
  <updated>2011-09-08T09:21:52+09:00</updated>
  <generator>Textcube 1.7.8 : Con moto</generator>
  <entry>
    <title type="html">김기태님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/293#comment106" />
    <author>
      <name>(김기태)</name>
    </author>
    <id>http://superkkt.com/293#comment106</id>
    <published>2010-01-06T12:38:54+09:00</published>
    <summary type="html">리눅스 커널 소스 중 arch/x86/boot/cpucheck.c 파일에서 check_cpu() 함수를 보시면 아래와 같이 Long Mode 여부에 따라 CPU 레벨을 64비트로 결정하는 루틴이 있습니다. 

참고로 define 부분은 다른 헤더 파일에 있는것을 편의상 발췌해서 보여드립니다.

#define X86_FEATURE_LM (1*32+29) /* Long Mode (x86-64) */

if (test_bit(X86_FEATURE_LM, cpu.flag))
        cpu.level = 64;</summary>
  </entry>
  <entry>
    <title type="html">화란4님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/293#comment105" />
    <author>
      <name>(화란4)</name>
    </author>
    <id>http://superkkt.com/293#comment105</id>
    <published>2010-01-04T10:00:37+09:00</published>
    <summary type="html">KLDP에서 보고선 들어왔는데요,
(&#039;숟가락 울트라맨&#039; 사진을 쓰시던데^^)

lm flag만 있으면, 다른것 체크 안해도

해당 CPU는 무조건 64비트 지원모델인가요?


초보라서 정말 잘 몰라서 여쭙는겁니다...^^


참고로, 아실수도 있으시겠지만,

http://www.flounder.com/cpuid_explorer2.htm#CPUID(0x80000001)

에 가보시믄 flags들에 대한 필드설명이 나와있어요^^</summary>
  </entry>
</feed>

