본문으로 건너뛰기
0%
약 1분 (284 단어) ko

Understanding POSIX

Categories TechSavvy ComputerArchitecture
Tags #Blogging #POSIX #ComputerArchitecture #Linux #AGL #EmbeddedLinux #OpenEmbedded #Yocto #CrossDevelopment #GCC #GDB #Toolchain

About POSIX

  • General

    • Portable Operating System Interface
    • Since 1988~
    • Started with the idea of unifying at least a minimal area since different operating systems use different APIs, causing development difficulties
    • Spec: http://get.posixcertified.ieee.org/
    • Versions
      • POSIX.1 (IEEE 1003.1-1988): core services
      • POSIX.2 (IEEE 1003.2-1992): shell & utility
      • POSIX.1b (IEEE 1003.1b-1993): realtime related
      • POSIX.1c (IEEE 1003.1c-1995): Thread related
    • Released up to POSIX.1 - 2017
      • Process creation & control, signals, file & directory operations, pipes, C library, I/O port interface and control, process triggers
  • POSIX PSE51-compliant API

    • Defined in IEEE 1003.13
    • POSIX Realtime and Embedded Application Support (AEP)
    • PSE51-Minimal Realtime System Profile: small embedded systems, no MMU, no Disk, no terminal

    Desktop View

Share this article

Found this helpful? Share it with your network

Join the Discussion

Share your thoughts and connect with other readers

댓글

GitHub 계정으로 로그인하여 댓글을 남겨보세요. 건설적인 의견과 질문을 환영합니다!

댓글을 불러오는 중...