260203_OS_Basic002
2026-02-03
OS 설계 기초 002
1334 words
|
7 minutes
260203_system_call_linux_VS_windows
System Call시스템 콜은 유저 프로그램이 커널 모드에서만 가능한 기능을 안전하게 사용할 수 있도록 도와주는 인터페이스이다.
888 words
|
4 minutes
260202_OS_basic01
2026-02-02
Rust OS dev개발자를 위한 기초 01
107 words
|
1 minutes
260202_fold_sum_product_compare
Compare `fold()` & `sum()` & `product()` (Rust lang)
270 words
|
1 minutes
260202_rust_kernel_basic002
현재(Linux 커널 도입된 버젼 6.18.12) Rust로 커널 만드는데 중요한 3가지 개념 정리(1. 필드 프로젝션(Field Projection), 2.제자리(in-place) 초기화 (In-place Initialization), 3. 임의 Self 타입(Arbitrary self types))
965 words
|
5 minutes
260202_toml_example_manifest_path
The difference is where Cargo thinks the executable lives.(`--example` or `--manifest-path`)
313 words
|
2 minutes
260202_thread_local_basic001
`thread_local!` = "Give every thread its own private copy of this variable.
253 words
|
1 minutes
260201_ML_perceptron
Rust Perceptron algorithm in machine learning
636 words
|
3 minutes