아래와 같이 t32 파일을 수정하면 폰트 사이즈를 LARGE로 변경할 수 있습니다.
index d07418b..db9c6c9 100644
--- a/config-sim.t32
+++ b/config-sim.t32
@@ -16,7 +16,7 @@ ID=T32
SYS=${2} ; make system directory the same as the executable directory
SCREEN=
-FONT=SMALL
+FONT=LARGE
HEADER=iTSP - HANCOM MDS GUI ${4}
; Ethernet on Host information
@@ -26,4 +26,4 @@ CORE=${4} ; CORE=1 indicates the primary core that has the trace windowsen
; Printer settings
;PRINTER=WINDOWS
-;-------------------------------------------------------------------------------------------------------------
\ No newline at end of file
+;-------------------------------------------------------------------------------------------------------------
# Reference: For more information on 'Linux Kernel';
디버깅을 통해 배우는 리눅스 커널의 구조와 원리. 1
디버깅을 통해 배우는 리눅스 커널의 구조와 원리. 2
'유용한 디버깅 팁 > TRACE32' 카테고리의 다른 글
[crash-utility] crash-utilty 실행 시 디버깅 옵션(-d 6) (0) | 2023.04.01 |
---|---|
[T32] 현재 레지스터 정보를 cmm 포멧으로 저장하기 - Linux kernel (0) | 2023.04.01 |
[Linux][Kernel][Debug] T32 - container_of 매크로 (0) | 2023.04.01 |
유용한 TRACE32(T32) 명령어 (0) | 2023.03.28 |
[Trace32] 폰트 색상 변경 - setup.color (0) | 2023.03.26 |