<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hao&#039;s Blog &#187; hardware</title>
	<atom:link href="http://www.haostudio.idv.tw/blog/?cat=23&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://www.haostudio.idv.tw/blog</link>
	<description>小豪的日誌</description>
	<lastBuildDate>Thu, 10 Nov 2016 10:53:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>安裝SID Simulator 到CentOS 5.2中</title>
		<link>https://www.haostudio.idv.tw/blog/?p=406</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=406#comments</comments>
		<pubDate>Fri, 11 Jun 2010 02:22:04 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[EDA]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[embedded system]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=406</guid>
		<description><![CDATA[



(adsbygoogle = window.adsbygoogle &#124;&#124; []).push({});

首先參考這裡,  去抓SID 的source code.
我抓的檔是:sid-20100601.tar.bz2
在Linux 中, 建立一個目錄src, 並將SID 的source code放到這個目錄.
然後將下面的code 存成build_sid.sh, 並且和SID 的source code 放在一起.

#!/bin/bash
INSTALL_PATH=~/bin/sid
SID_TAR_BALL=sid-20100601.tar.bz2

#
# Variables
#
BUILD_DIR=build
SRC_DIR=sid_src
#
# Remove old install-directory then create new
#
if [ -d ${INSTALL_PATH} ]; then
    rm -rf ${INSTALL_PATH}/*
else
    mkdir -p ${INSTALL_PATH}
fi

#
# Create source directory
#
if [ -d ${SRC_DIR} ]; then
    rm [...]]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=406</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SID simulator</title>
		<link>https://www.haostudio.idv.tw/blog/?p=396</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=396#comments</comments>
		<pubDate>Tue, 06 Apr 2010 11:14:15 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[EDA]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[embedded system]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=396</guid>
		<description><![CDATA[



(adsbygoogle = window.adsbygoogle &#124;&#124; []).push({});

SID is a framework for building computer system simulations.
Specifically, a simulation is comprised of a collection of loosely coupled components. Simulated systems may range from a CPU&#8217;s instruction set to a large multi-processor embedded system. 
以上擷取至http://sources.redhat.com/sid
簡單來說就是拿它來做軟硬體的模擬啦&#8230;.
SID 的source code 一直都無法從Redhat 的CVS server抓下來.
後來Google 教我從這裡也可以抓到SID 的source code 喔.
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=396</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 版的Time Machine ??</title>
		<link>https://www.haostudio.idv.tw/blog/?p=185</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=185#comments</comments>
		<pubDate>Tue, 28 Apr 2009 11:32:18 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=185</guid>
		<description><![CDATA[或許你會有點疑惑, 這是啥東西的??
若你的電腦的硬碟曾經壞掉, 而且你的系統是Windows, 你應該會有很深的痛吧.
即使是你有備份資料的習慣, 在硬碟壞掉後, 想要Windows系統完完全全的恢復到壞掉之前的樣子,
包含所有的應用程式, 資料, 和所有的設定等等, 簡直比登天還難.
後來我改用Mac後, 它的Time Machine真的是備份中最完美的方案.
我曾經只花了1小時左右,只按了2~3個按鈕, 就把Mac的所有的資料(含系統,應用程式, 所有的設定)輕鬆的轉到新的硬碟, 而且硬碟還是不同容量的喔!!. 只要1~2小時, 工作就可以立刻恢復, 完全不用怕硬碟突然壞掉. 這個經驗, 是我在Windows上從未享受到, 也無法享受到的超級愉快的經驗.
經過我這樣描述, Windows的使用者們, 是不是會流口水啊??
看來, Windows愛好者們, 似乎有救了.
剛剛在這看到一個有趣的東西: Seagate Replica

它只做一件是: 自動備份你的資料(含系統, 資料, 設定, 垃圾等等 就是你硬碟裡的所有東西啦).
雖然我沒看到真正的實物, 但是這規格看起來, 真的好像有點Mac 版的Time Machine感覺耶~~ 
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=185</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>終於將Shuttle X27D安裝MAC OSX成功了</title>
		<link>https://www.haostudio.idv.tw/blog/?p=114</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=114#comments</comments>
		<pubDate>Tue, 23 Dec 2008 04:20:44 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[MAC]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=114</guid>
		<description><![CDATA[目標: 用原版的MAC OSX 10.5.4光碟來安裝. 並且越少Driver越好.
安裝方式:
參考下列網頁:
http://j3ss31963.wordpress.com/2008/11/05/osx86-%E5%9C%A8-pc-%E4%B8%8A%E5%88%A9%E7%94%A8%E5%8E%9F%E7%89%88%E9%9B%B6%E5%94%AE%E5%85%89%E7%A2%9F%E5%AE%89%E8%A3%9D-mac-os-x-leopard/
http://j3ss31963.wordpress.com/2008/11/06/osx86-%E5%9C%A8-pc-%E4%B8%8A%E5%88%A9%E7%94%A8%E5%8E%9F%E7%89%88%E9%9B%B6%E5%94%AE%E5%85%89%E7%A2%9F%E5%AE%89%E8%A3%9D-mac-os-x-leopard-%E9%80%B2%E9%9A%8E%E7%AF%87/
http://j3ss31963.wordpress.com/2008/12/14/osx86-%E5%8D%87%E7%B4%9A%E8%87%B3-leopard-1056-%E7%9A%84%E4%BA%8B%E5%89%8D%E6%BA%96%E5%82%99%E5%B7%A5%E4%BD%9C/

http://www.macbookone.com/2008/12/macbook-one-boot-132-leopard.html
還有就是Google神啦..
硬體問題:
(1) 目前只裝了一個OpenHaltRestart.kext, 其餘都用內建的Driver.
(2)顯卡問題解決如下:
(3)音效卡則改用外接USB 音效卡來取代內建音效卡. (因為外接式USB音效卡不需Driver)
軟體問題:
(1)TimeMachine, 竟然跟網卡有關. 還好參考下列資料而解決了:
http://forum.netkas.org/index.php?topic=92.0
http://forum.netkas.org/index.php?PHPSESSID=dkp1nvqbsus5h3ijej7vjb7ts0&#038;/topic,64.msg851.html#msg851
http://forum.netkas.org/index.php/topic,64.0.html
(2)X11, 跟顯卡有關, 解決方式如下:
目前: 已經升級到10.5.6, 工作正常
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>雜牌bluetooth dongle</title>
		<link>https://www.haostudio.idv.tw/blog/?p=107</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=107#comments</comments>
		<pubDate>Mon, 29 Sep 2008 08:28:36 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=107</guid>
		<description><![CDATA[這支USB bluetooth dongle為買電腦的贈品, 實在很爛.
沒有任何品牌, 也沒給任何Driver.
上網找Driver時
發現某網站的籃牙圖片, 跟我的是一模一樣. 果然拆開後, 天線是假的&#8230;.真是爛到爆.
根據該網站的作法, 我順利的裝上藍牙的Driver for XP.
在 %systemroot%\inf\bth.inf 中
找到[Sony.NT.5.1],
並新增一組
USB Bluetooth Device= BthUsb, USB\Vid_xxxx&#038;Pid_yyyy
其中xxxx, yyyy 為這個爛bluetooth 的VID &#038; PID 
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=107</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
