GithubHelp home page GithubHelp logo

Comments (1)

kangtegong avatar kangtegong commented on May 18, 2024

안녕하세요,
좋게 읽어주셔서 감사드립니다.

대기 큐로 들어가는 조건이라고 잘못 이해하신 듯 합니다.
정확히 표현하자면

전자는 대기 큐에 들어가기 위한 조건
후자는 대기 큐에 나오기 위한 조건이라고 보면 됩니다.

본문에 명시된 아래 표현을 참고 바랍니다.

  • 대기 큐는 입출력장치를 이용하 기 위해 대기 상태에 접어든 프로세스들이 서는 줄을 의미합니다
  • _ 같은 장치를 요구한 프로세스들은 같은 대기 큐에서 기다립니다_
  • 입출력이 완료되어 완료 인터럽트가 발생하면 운영체제는 대기 큐에서 작업이 완료된 PCB를 찾고, 이 PCB를 준비 상태로 변경한 뒤 대기 큐에서 제거합니다. 당연히 해당 PCB는 준비 큐로 이동합니다.

from self-learning-cs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.