Latest on twitter:

"Microsoftは以前、「Windows Live OneCare」というセキュリティソフトを販売していたが、成功はしなかった。Security EssentialsがOne CareなのかTwo Careなのかわからないが、“I Don’t Care”(私の知ったことではない)だ(笑)。"

カスペルスキー氏、MS製セキュリティソフトは「I Don’t Care」 -INTERNET Watch

"

SPBx86 サポート情報

・MBRパーティションへインストール

MBRパーティションのディスクへインストールしたい場合は、
一旦GPTのディスクイメージにインストール後、
MBRパーティションへ復元(コピー)することで可能となります。
ディスクイメージ作成先として12GB程度(標準オプション選択の場合)のボリュームが必要になります。
FireWireまたはUSBの外付けディスクを用意した方が良いでしょう。

インストール手順

1.DVDから起動する。

2.ターミナルで以下のコマンドを実行し空のディスクイメージを作成する。
  hdiutil create -size 12g -layout GPTSPUD -fs “Journaled HFS+” -volname “適当なボリューム名” “/Volumes/場所を指定/Inst.dmg”
  ディスクイメージ作成先は、インストール先とは別のボリュームを指定する。

3.作成したディスクイメージを以下のコマンドでマウントする。
  hdiutil attach -owners on “/Volumes/場所を指定/Inst.dmg”

4.マウントされたディスクイメージのボリュームへOSをインストールする。

5.インストール完了後リブートし再度DVDから起動する。

6.ディスクユーティリティーで、OSをインストールしたディスクイメージをマウントする。

7.ディスクユーティリティーでインストール先パーティションをMBRで作成する。

8.復元先を消去にチェックを入れ、イメージの内容をインストール先パーティションへ復元(コピー)する。

※斜字部分は環境により異なる。

"

SDMx86

"

24 Oct Updates on 3945 driver HAL

Time for a status update!

If you’ve been following the newsfeed, yesterday I managed to finish a majority of the driver for 3945. We’ve got scanning for networks, reception and transmission of packets working.

Scanning for networks works

The biggest difficulty was to get the card to actually connect to an existing network. Unlike the 2200, for the 3945, it appears that the driver needs to send authentication and association requests via raw 802.11 management frames. Since transmission seems to be working, I played around with this idea and came up with an ad-hoc (no pun intended!) “plan” to get this working quickly. I finished implementing all the 6-7 steps, completing the goal I had in mind. Eventually this whole process is going to be moved out into VoodooWireless (similar to BSDs’ net80211), because the entire Intel wireless range from 3945 onwards seems to need this.

Now the not-so-good news: Steps up to 3rd (authentication response) are working well. The card shows up as ‘authenticated’ on my WiFi router’s information page. However, from here on, the actual association doesn’t work yet. Most of the work now is to debug steps 4 to 7 (specifically step 4 - sending the association request), so that a successful connection can be established. Everything else is in place already, so once this crucial step works, our work is mostly done.

I didn’t have enough time or energy to debug this further as I was going out of town that evening. I suspect that given the time, 2-3 days is the maximum this will take. But note that apparently iwidarwin is also stuck at this same stage. So we could well be in for a blocker. Again, I can’t say if this actually is the case as I’ve not had enough time to investigate this properly.

I don’t have easy access to the 3945 laptop anymore, but I suppose I can still procure it if needed since I’m in the same town for next 2 weeks. We’ll see how that goes; if it doesn’t work out, I still have the long list of interested beta testers, some of whom might receive test versions in the near future.

That said, next few are busy days for me so expect few, if any, updates. Have a good weekend, everyone.
6 Comments and 0 Reactions

"

Project: Camphor

392 :名称未設定[sage]:2009/09/06(日) 02:42:26 ID:Bix+PpoV0
»345
遅くなったけど、SL@TZのまとめ。
ttp://www.mediafire.com/download.php?y3bryrzjomm

インストールするには、まずRetail DVDをどっかのパテに復元して亀2RC2のboot0とboot1hだけ入れる。
IOATAFamilyを削除してPatchDVD.tbzをあてればインストーラからすんなり起動出来るはず。
特にmkextは再構築しなくてもおkで、あまりいじってるとSocket is not…って出て起動できなくなる。
パッチは2つともパーミッションまで合わせてあるから、ボリュームの所有権を「有効」にして(無効のチェックを外す)

sudo tar jxvfp PatchDVD.tbz -C /Volume/[復元したボリューム名]/

インスコ後はAppleHDAとIOATAFamilyを外して、バックアップが取りたければTrackpad.prefPaneと
DisplayProductID-717もお好みで。
この時あてるパッチはPatch.tbzの方で、こっちは必ず起動前にmkextを再構築しておく必要あり。
スノレパで動いてる環境が別にあれば、そこで再構築すれば無問題。
もしレパしかなければ添付したスクリプトで再構築後に起動すればKPだけは防げるけど(起動に時間がかかるかも)、
初回起動時に-v -s(arch=i386はBoot.plistに書いておいたから要らない)で起動し、以下を入力してもう一度起動。

mount -uw /
Extra/Rebuild_mkext.sh
shutdown -h now

GMA950のinjectと輝度調整、RTC FixなどはDSDTに入れてあるし、トラックパッドもALPS用でキーマップも
正しくなってると思う(USキー配列なので確認してないけど多分日本語もおkかな?)。
しばらく使ってみてるけど、マイクが効かない以外はレオと同じ。
それとSLからガンマ値が変更されたからなのか、EDIDが悪いからなのか画面が赤っぽい。←シス環で補正してる。

SleepはSliceのUSB FixもSL用のは出てないし、64bit版のSleepEnablerなども試してない。
お教えに沿ってSSDはGモンに換装したので、出来るようになったら教えてね。
つか、レオでもスリープできないので、レオの方で可能にするために必要なものをまとめて上げてくれると嬉しい。
長文スマン。

*5
*66
*40