Debuggee 환경 쉽게 만들기
오늘은 간단한 팁을 하나 .. ^^
boot.ini 를 직접 수정하기보단 bootcfg 명령을 쓰면 편합니다. :-)


c:\>bootcfg /copy /id 1 /d "DBG"
성공: 부팅 항목 "1"의 복사본을 만들었습니다.


c:\>bootcfg


부팅 로더 설정
--------------------
timeout: 30
default: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS


부팅 항목
------------
부팅 항목 ID: 1
이름: "Microsoft Windows XP Professional"
경로: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
운영 체제 로드 옵션: /noexecute=optin /fastdetect


부팅 항목 ID: 2
이름: "DBG"
경로: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
운영 체제 로드 옵션: /noexecute=optin /fastdetect


c:\>bootcfg /dbg1394 on /id 2 /ch 45
성공: 부팅 ID "2"에 있는 운영 체제 로드 옵션을 변경했습니다.


c:\>bootcfg


부팅 로더 설정
--------------------
timeout: 30
default: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS


부팅 항목
------------
부팅 항목 ID: 1
이름: "Microsoft Windows XP Professional"
경로: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
운영 체제 로드 옵션: /noexecute=optin /fastdetect


부팅 항목 ID: 2
이름: "DBG"
경로: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
운영 체제 로드 옵션: /noexecute=optin /fastdetect /debug /debugport=1394 /channel=45


c:\>
by somma | 2008/11/11 10:56 | 시스템 프로그래밍 | 트랙백 | 덧글(1)
트랙백 주소 : http://somma.egloos.com/tb/3975554
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]
Commented by seyool at 2008/11/14 19:00
이런 명령이 있었군요..

:         :

:

비공개 덧글



< 이전페이지 다음페이지 >