All posts Catergories Cloud Tags Cloud List by Date

Booting Of Linux

How to boot linux - You need to upload the image.

기본적으로 컴퓨터가 부팅을 하면 Bios가 기본 입출력 장치(ssd, 키보드, PCI device)랑 통신해서 각 장치 사이즈를 인식하고 각 장치의 base address를 설정(memory mapping-> 시작주소 + 사이즈 )을 한다. 전원이 켜지면 컴퓨터나 메모리 (ssd)은 전원이 들어온 상태이다. 그리고 bootloader가 각가 boot record를 실행을 시킨다. 그 기록에 순서대로 그리고 kernel를 실행시키고 kernel은 최초롤... [Read More]
Tags: summary

Linux Command

So far, Linux command that I learned.

what is the “lsblk” list block device information,In order to summarize that, lsblk Command is used to list information about all available block devices, however, it does not list information about RAM disks. Examples of block devices are hard disk, flash drives, CD-ROM 자세한 설명은 이사이트 [Read More]
Tags: command, summary