Cylinder
-
[OS] 07. Boot Sector DiskOS/OS from Scratch 2021. 6. 20. 22:10
서론 이번 강의에서는 가장 기본적인 Boot Sector에서 Disk에서 데이터를 불러오는 기능을 구현해 보겠습니다. 이번 강의는 조금 어려운 편에 속하는 것 같습니다. 해당 Github 강의는 다음과 같습니다. https://github.com/cfenollosa/os-tutorial/tree/master/07-bootsector-disk cfenollosa/os-tutorial How to create an OS from scratch. Contribute to cfenollosa/os-tutorial development by creating an account on GitHub. github.com 이론 Disk 구조 먼저 디스크 구조를 쉽게 설명한 동영상을 첨부합니다. https://www.yo..