ch25-ch26 추가 - #38
Open
wisdom08 wants to merge 1 commit into
Open
Conversation
dhlee3994
approved these changes
May 19, 2024
| > Q. stack underflow와 stack overflow에 대해서 설명해주세요. | ||
|
|
||
| # ch25-ch26 | ||
| > Q. 운영체제 부팅에 대해서 설명해주세요. No newline at end of file |
Contributor
There was a problem hiding this comment.
부트스트랩 로더라 불리는 작은 프로그램 조각이 들어있습니다. 이 프로그램은 디스켓의 첫 번째 섹터를 메모리로 로드 및 실행하는데 이 섹터에는 나머지 부분을 메모리로 로드하는 코드가 들어있습니다. 이런 전체 과정을 부팅이라고 합니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.