This commit is contained in:
minjaesong
2021-12-26 16:19:58 +09:00
parent 04d77b16dc
commit 4058137ef7
5 changed files with 597 additions and 3 deletions

View File

@@ -202,8 +202,10 @@ if (unicode.uniprint) {
])
println("조합한글 커널모듈이 로드되었습니다.")
return 0
}
else {
println("Failed to load Assembly Hangul kernel module: incompatible DOS version")
return 1
}