본문 바로가기

Embedded

IPC 메커니즘 더보기
세그먼트 더보기
예외루틴 더보기
readelf Linux / Unix Command: readelf Command Library NAMEreadelf - Displays information about ELF files. SYNOPSISreadelf [-a|--all] [-h|--file-header] [-l|--program-headers|--segments] [-S|--section-headers|--sections] [-e|--headers] [-s|--syms|--symbols] [-n|--notes] [-r|--relocs] [-u|--unwind] [-d|--dynamic] [-V|--version-info] [-D|--use-dynamic] [-x |--hex-dump=] [-w[liaprmfFso]|--debug-dump[=line,=.. 더보기
brk Linux / Unix Command: brk Command Library NAMEbrk, sbrk - change data segment size SYNOPSIS#include int brk(void *end_data_segment); void *sbrk(ptrdiff_t increment); DESCRIPTIONbrk sets the end of the data segment to the value specified by end_data_segment, when that value is reasonable, the system does have enough memory and the process does not exceed its max data size (see setrlimit(2)).sbrk .. 더보기
메모리구조 더보기
compiler & interpreter 더보기
BIOS와 CMOS의 차이점 BIOS(Basic Input Output System) 컴퓨터의 동작을 가능하도록 도와주는 프로그램. 현재는 대부분 플레쉬 메모리를 사용. 옛날에는 CMOS로 된 EPROM을 사용했음..(언제쩍이니 -_-;;) CMOS(Complementary Metal Oxide Semiconductor) 컴퓨터의 부팅디스크, 시각 등을 기록하는 것으로... 전원이 없으면 소멸된다.. 이 CMOS는 반도체에서 예기하는 그 CMOS다. 이 CMOS는 ram과 같이 사용되잖아.. 그러니까 전기적인 입력이 없으면 그안에 기록되어 있는 값도 지워지게 되는 것이다. ROM은 안지워지는거 알고 있지? 여기서 잠깐.. ROM이 어떻게 변천됬었는지 또 까먹었지? ROM>>PROM>>EPROM>>EEPROM>>FLASH 또 ROM만.. 더보기