아래와 같이 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
'[Debugging] Tips' 카테고리의 다른 글
[TRACE32] gcore 크래시 유틸리티로 유저 프로세스의 콜스택 보기 (0) | 2023.05.04 |
---|---|
[리눅스커널][디버깅] ftrace: ftrace를 비활성화하기 (0) | 2023.05.04 |
[리눅스커널] 크래시 유틸리티(Crash-Utility): 슬랩 페이지의 갯수를 확인하는 방법 (0) | 2023.05.04 |
[리눅스커널] TRACE32: 'v.type' 명령어로 구조체와 enum 필드를 바로 확인하기 (0) | 2023.05.04 |
[리눅스][디버깅] GDB로 깨진 콜 스택 복원하기(공유 라이브러리 로딩하는 방법) (0) | 2023.05.04 |