2010년 3월 12일 금요일
16GB USB Memory Stick Configuration
2010년 3월 8일 월요일
2010년 3월 7일 일요일
해킨토시 설치하기
http://j.mp/58hmuA
2. 추가 조치 방안 및 질문하는 방법
http://j.mp/6Jui2v
3. 해킨 설치 이미지의 종류
http://j.mp/5bKbXc
4. 특정 패키지 혹은 드라이버만 골라 설치하기
http://j.mp/7oKbwJ
5. 관련시스템 설치이력 찾기(제품 모델명이 “GA-EP45” 시리즈인 경우)
http://j.mp/7d8gfp
6. p55-ud3r i5 750 보드에 4850 일 경우- 밥떠먹여주기 프로젝트팁
http://j.mp/8DfTQv
2010년 3월 6일 토요일
Mac OS X 10.6.3 build 10D567 Seed
Included in this update
- Performance improvements for 64-bit Logic
- Addresses compatibility issues with OpenGL-based applications
- Includes changes to QuickTime X that increase reliability, improve compatibility and address security
- Improves printing reliability and compatibility with 3rd party printers
- Addresses an issue that causes background message colors to display incorrectly in Mail when scrolling
- Resolves an issue that prevented files with the # or & in their names from opening in Rosetta
- Resolves an issue that prevented files from copying to Windows shares
- Resolves an issue that caused machines using BTMM and the Bonjour Sleep Proxy to wake unexpectedly
- Resolves an issue with recurring events in iCal when connected to an Exchange server
Focus Areas
- Fonts
- GraphicsDrivers
- iChat
- Printing
- QuickTime
- Rosetta
2010년 3월 5일 금요일
해킨토시 설치하기
설치하기전에 먼저 다음글을 읽어보시고 설치하시면 많은 도움이 될 것입니다.
물론, 이 글로 도움을 받으실 수 있는 분과 도움을 전혀 받지 못하실 분이 계실 것입니다.
여기 몇몇 링크에는 Ritz님과 해커들의 숨은 뜻이 있습니다.
뭐냐구요? 금방 답이 나올 것입니다.
누구나 이 글을 볼 수 있지만, 이해할 수 있는 사람을 선택할 수도 있다는 거,,,,,,,
물론, 이해하실 수 있는 분은 응용스킬을 시전하여 고수의 지름길을 찾을수 있다는 거,,,,
아실 수 있는 분은 아실 것입니다.
추가로 당근 이 글을 보기 싫으신 분들은 안보시면 됩니다.
시간이 흘러넘쳐서 이 글을 쓰는 건 아니니까요.
http://j.mp/58hmuA
2. 추가 조치 방안 및 질문하는 방법
http://j.mp/6Jui2v
3. 해킨 설치 이미지의 종류
http://j.mp/5bKbXc
4. 특정 패키지 혹은 드라이버만 골라 설치하기
http://j.mp/7oKbwJ
5. 관련시스템 설치이력 찾기(제품 모델명이 “GA-EP45” 시리즈인 경우)
http://j.mp/7d8gfp
6. p55-ud3r i5 750 보드에 4850 일 경우- 밥떠먹여주기 프로젝트팁
http://j.mp/8DfTQv
2010년 3월 2일 화요일
PC EFI V 10.6
다운로드 : http://files.netkas.org/boot.bz2
소스 : http://files.netkas.org/Chameleon-2.0-RC3-r658-src_PCEFIV10.6-src.zip
먼저 다음글에서 카멜레온 패키지를 설치한 다음 boot 화일만 / 폴더에 복사하여 주면 끝!!
http://x86osx.textcube.com/425
추가 테마 : http://www.mediafire.com/?koznefji54n
Update
이것저것 커맨드가 힘드신 분들은 걍 클릭하여 설치하세요.
패키지 다운로드 : ChameleonRC3PCEFI10.5.pkg.zip
10.5 이기는 하지만 나름 쓸만합니다.
Chameleon Boot Loader
=====================
What is it?
-----------
Chameleon is combination of various boot loader components. It is based
on David Elliott's fake EFI implementation added to Apple's boot-132
project. Chameleon is extended with the following key features:
Features
--------
- Device Property Injection via device-properties string in com.apple.Boot.plist
- hybrid boot0+boot1h loaders for both MBR and GPT partitioned disks.
- automatic FSB detection code even for recent AMD CPUs.
- Apple Software RAID support.
- stage2 loader (boot) can be placed as a regular file in the boot
partition's root folder. It has precedence over the embedded
startupfile.
Installation
============
Normal Install (non-RAID):
--------------------------
I. Installation
- Install boot0 to the MBR:
sudo fdisk -f boot0 -u -y /dev/rdisk0
- Install boot1h to the partition's bootsector:
sudo dd if=boot1h of=/dev/rdisk0s2
- Install boot to the partition's root directory:
sudo cp boot /
Suppose that your installation is on /dev/disk0s2
- Install boot0 to the MBR:
sudo fdisk -f boot0 -u -y /dev/rdisk0
- Install boot1h to the partition's bootsector:
sudo dd if=boot1h of=/dev/rdisk0s2
- Install boot to the partition's root directory:
sudo cp boot /
No need to use startupfiletool anymore!
RAID Install:
-------------
Suppose that your installation is on /dev/disk3, which is either a mirror- or a
stripeset consisting of /dev/disk0 and /dev/disk1
Mac OS X creates a small helper partition at the end of each RAID member disk,
namely /dev/disk0s3 and /dev/disk1s3
- Install boot0 to the MBR of both disks:
sudo fdisk -f boot0 -u -y /dev/rdisk0
sudo fdisk -f boot0 -u -y /dev/rdisk1
- Install boot1h to the bootsector of each boot partition:
sudo dd if=boot1h of=/dev/rdisk0s3
sudo dd if=boot1h of=/dev/rdisk1s3
- Install boot to both helper partition's root directories.
diskutil mount disk0s3
cp boot /Volumes/Boot\ OSX
diskutil unmount disk0s3
diskutil mount disk1s3
cp boot /Volumes/Boot\ OSX
diskutil unmount disk1s3
- Add "rd=uuid boot-uuid=506D8F03-0596-32D8-BE0B-E3A4E7D5C72A" to your kernel flags
(replace with your root volume's UUID; find out using "Disk Utility.app", right
click on your root volume, then Get Info"):
nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
touch /System/Library/Extensions
Support:
--------
If you have any questions, issues etc. feel free to join us
at irc.voodooprojects.org #chameleon
Source Code
-----------
For downloading the source code please visit the project page at
http://chameleon.osx86.hu
Licensing
---------
Chameleon is released under the terms and conditions of
Apple Public Source License (see APPLE_LICENSE).
To use "Chameleon" for commercial purposes please contact us at:
http://chameleon.osx86.hu/contact