Guest OS halts every few seconds.
Mouse works fine when freezing, just the whole gui not responding at all.
Solution:
disconnect the CD-ROM, floppy, or other removable device in VMware.
這問困擾了我好多天 = =
Guest OS halts every few seconds.
Mouse works fine when freezing, just the whole gui not responding at all.
Solution:
disconnect the CD-ROM, floppy, or other removable device in VMware.
這問困擾了我好多天 = =
1. 安裝JDK
2. 安裝eclipse for JAVA developer
3. 安裝ADT
Eclipse -> Help -> Install New Software
Add -> Name隨便打 -> Location https://dl-ssl.google.com/android/eclipse/
這個世界太黑暗了....
Snow Leopard預設把外掛的NTFS儲存設備設定成read only, 沒辦法寫入檔案
google了一陣子才找到比較好的解決方法
以下的方法適用於有UNIX基礎的人
ref: http://forums.macrumors.com/showthread.php?t=785376&page=2
Quot from iBlacky @ macrumors.com
首先要抱怨一下, pixnet沒有內建的工具可以插入程式碼片段, 好像也沒辦法內嵌javascript或css (為了安全性這可以理解)
但是要貼程式碼片段變成很麻煩...
#include <syscall.h>
#include <unistd.h>
...
1. modify /home/id/.vimrc
2. add a line "hi Comment ctermfg=blue"
Edit: 12/06/2010 change "ctermfg=darkgrey" to "ctermfg=blue"
1. yum install gcc
(2. yum install kernel-devel) optional
(3. yum install mkinitrd ) optional
4. "VM->install VMware Tools" and extract the file
5. ./vmware-install.pl
1. download the source code from kernel.org or whatever.
2. read the "README" in the directory and that's it. /jk
3. copy the config file in "/boot/" to "your_src_directory" (eg. /home/xxx/build/linux-2.6.xx/)
and rename it as ".config"
4. > make oldconfig
最近突然忙起來, 本來想要玩的WRK也不得已先暫停下來,
之前說要更新, 用Windbg來debug WRK, 其實已經弄好了,
只是事情太多不想花時間截圖什麼的, 而且其實還有一點點問題.
等之後空閒時間多一點, 一起把加system call都寫出來好了...
神啊! 拜託讓我資格考順利通過 orz

最近買了一本新書 - Windows核心原理與實務開發
http://www.books.com.tw/exep/prod/booksfile.php?item=0010479211
這是一本被翻譯為正體字以及台灣用語的簡體字書, 原版是《Windows内核原理与实现》
作者blog http://blog.csdn.net/panaimin/archive/2010/02/02/5283070.aspx
這應該(?)是第一本直接講解Windows kernel code的書, 直接拿半開放的WRK source code來實做, 而不是反組譯. 也不用再去啃Windows Internals, 光看Windows Internals實在搞不懂他在說什麼東東.