<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Superkkt Blog: 최근 댓글 목록</title>
		<link>http://superkkt.com/</link>
		<description>프로그램 개발과 관련된 지식을 정리하는 공간입니다.</description>
		<language>ko</language>
		<pubDate>Tue, 09 Mar 2010 11:37:52 +0900</pubDate>
		<generator>Textcube 1.7.8 : Con moto</generator>
		<image>
		<title>Superkkt Blog: 최근 댓글 목록</title>
		<url>http://superkkt.com/attach/1/9636956052.gif</url>
		<link>http://superkkt.com/</link>
		<width>140</width>
		<height>120</height>
		<description>프로그램 개발과 관련된 지식을 정리하는 공간입니다.</description>
		</image>
		<item>
			<title>CPU 64bit 지원 여부 확인 : 김기태님의 댓글</title>
			<link>http://superkkt.com/293#comment106</link>
			<description>리눅스 커널 소스 중 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;</description>
			<author>(김기태)</author>
			<guid>http://superkkt.com/293#comment106</guid>
			<comments>http://superkkt.com/293#comment</comments>
			<pubDate>Wed, 06 Jan 2010 12:38:54 +0900</pubDate>
		</item>
		<item>
			<title>CPU 64bit 지원 여부 확인 : 화란4님의 댓글</title>
			<link>http://superkkt.com/293#comment105</link>
			<description>KLDP에서 보고선 들어왔는데요,
(&#039;숟가락 울트라맨&#039; 사진을 쓰시던데^^)

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

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


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


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

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

에 가보시믄 flags들에 대한 필드설명이 나와있어요^^</description>
			<author>(화란4)</author>
			<guid>http://superkkt.com/293#comment105</guid>
			<comments>http://superkkt.com/293#comment</comments>
			<pubDate>Mon, 04 Jan 2010 10:00:37 +0900</pubDate>
		</item>
		<item>
			<title>Half-precision floating point : 김기태님의 댓글</title>
			<link>http://superkkt.com/369#comment103</link>
			<description>x86 CPU에서는 아직 half precision을 지원하지 않기 때문에 소프트웨어로 구현을 해야 한다. 그런데 첫번째 라이브러리를 써본 결과 변환 과정의 cost가 상당히 높아서 실제로 사용하지는 못했다.

AMD에서 2010년쯤에 새로 나온다는 CPU(이름이 불도져였나??)에서는 half precision 변환을 수행하는 기능이 들어간다고하니 그때쯤 사용해볼만하려나..

암튼 좀 오래된 글이지만 다시 생각나서 기록해둔다.</description>
			<author>(김기태)</author>
			<guid>http://superkkt.com/369#comment103</guid>
			<comments>http://superkkt.com/369#comment</comments>
			<pubDate>Tue, 15 Dec 2009 20:50:32 +0900</pubDate>
		</item>
		<item>
			<title>솔라리스 메모리 관리 : 스왑~님의 댓글</title>
			<link>http://superkkt.com/21#comment93</link>
			<description>감사합니다 많은 도움됐습니다. ^^</description>
			<author>(스왑~)</author>
			<guid>http://superkkt.com/21#comment93</guid>
			<comments>http://superkkt.com/21#comment</comments>
			<pubDate>Wed, 16 Apr 2008 20:20:52 +0900</pubDate>
		</item>
		<item>
			<title>OpenSSL을 사용한 파일 암호화 : 윈디하나님의 댓글</title>
			<link>http://superkkt.com/274#comment92</link>
			<description>ㅎㅁ~ 

전화번호는 그대로인데... ^^ 혹시 문자를 못 본건감... ^^

술한잔 해요~ 어디서 일하세요? 지난 회사 그대론가요?</description>
			<author>(윈디하나)</author>
			<guid>http://superkkt.com/274#comment92</guid>
			<comments>http://superkkt.com/274#comment</comments>
			<pubDate>Thu, 06 Mar 2008 17:37:52 +0900</pubDate>
		</item>
		<item>
			<title>OpenSSL을 사용한 파일 암호화 : 김기태님의 댓글</title>
			<link>http://superkkt.com/274#comment91</link>
			<description>옷!! 호석씨~ 이게 얼마만인가요~ ^^;; 블로그를 통해 좋은 소식은 계속 접하고 있습니다. 전에 안부 문자를 보냈는데 혹시 전화번호가 바뀌신건가요? 답장이 없으시길래~^^;;

여기 코드는 라이브러리 형태로 사용하려고 만든거라서 main 함수는 빠졌어요.</description>
			<author>(김기태)</author>
			<guid>http://superkkt.com/274#comment91</guid>
			<comments>http://superkkt.com/274#comment</comments>
			<pubDate>Wed, 05 Mar 2008 09:28:46 +0900</pubDate>
		</item>
		<item>
			<title>소켓으로의 파일 전송 : 윈디하나님의 댓글</title>
			<link>http://superkkt.com/265#comment90</link>
			<description>sendfilev 가 웹 서버에서 많이 쓰이던데(솔라리스에서 truss로 해보면 나옴) 어케 쓰는지는 당근 잘 모름 ^^</description>
			<author>(윈디하나)</author>
			<guid>http://superkkt.com/265#comment90</guid>
			<comments>http://superkkt.com/265#comment</comments>
			<pubDate>Tue, 04 Mar 2008 18:25:04 +0900</pubDate>
		</item>
		<item>
			<title>OpenSSL을 사용한 파일 암호화 : 윈디하나님의 댓글</title>
			<link>http://superkkt.com/274#comment89</link>
			<description>어째 main() 함수가 없는거 같네요 ^^ 솔라리스에서 컴파일 해보는 중. 잘 지내시죠?

cc ciphermain.c -I/usr/local/ssl/include -L/usr/local/ssl/lib -lssl -lcrypto -lsocket -lnsl -ldl

하면 솔라리스에서도 경고 몇개 뜨지만 컴파일 되네요. openSSL은 /usr/local/ssl에 있습니다 ^^</description>
			<author>(윈디하나)</author>
			<guid>http://superkkt.com/274#comment89</guid>
			<comments>http://superkkt.com/274#comment</comments>
			<pubDate>Tue, 04 Mar 2008 18:23:27 +0900</pubDate>
		</item>
		<item>
			<title>한국에서 개발자는 별볼일 없는건가... : 신철수님의 댓글</title>
			<link>http://superkkt.com/173#comment88</link>
			<description>아하 결론은 부동산;;;</description>
			<author>(신철수)</author>
			<guid>http://superkkt.com/173#comment88</guid>
			<comments>http://superkkt.com/173#comment</comments>
			<pubDate>Sun, 03 Feb 2008 22:45:36 +0900</pubDate>
		</item>
		<item>
			<title>sscanf 사용 예제 : choco님의 댓글</title>
			<link>http://superkkt.com/225#comment86</link>
			<description>우연히 넘기다 발견했습니다. 좀 오래된 포스트지만...

sscanf(str, &amp;quot;%4[0-9]%*[ -]%2[0-9]%*[- ]%2[0-9] %d:%d:%d&amp;quot;, year, month, day, &amp;amp;hour, &amp;amp;min, &amp;amp;sec);

와 같은 패턴매칭을 이용한 방법도 가능합니다.
</description>
			<author>(choco)</author>
			<guid>http://superkkt.com/225#comment86</guid>
			<comments>http://superkkt.com/225#comment</comments>
			<pubDate>Fri, 14 Sep 2007 13:45:47 +0900</pubDate>
		</item>
	</channel>
</rss>
