6月 24
Custom BISO for VMWARE
icon1 ken666 | icon2 未分類 | icon4 06 24th, 2008 @ 01:06 pm| icon3沒有留言 »

Edit the vm configure file .vmx

Add a line

bios440.filename = “my.ROM”

6月 9

strace -ffo s.txt -s 256 ls

check the s.txt.*

It is not easy to read, but you will know what lib is load, what file is read….

NAME
strace - trace system calls and signals

SYNOPSIS
strace  [  -dffhiqrtttTvxx  ] [ -acolumn ] [ -eexpr ] …  [ -ofile ] [
-ppid ] …  [ -sstrsize ] [ -uusername ] [ -Evar=val ] …  [ -Evar  ]
…  [ command [ arg ...  ] ]

strace  -c  [ -eexpr ] …  [ -Ooverhead ] [ -Ssortby ] [ command [ arg
...  ] ]