base-kernel-系统调用

来源:互联网 发布:易语言编程学习 编辑:程序博客网 时间:2024/04/30 02:55

用户进程从用户态切换到核心态


Process control

    load

    execute

    create process

    terminate process

    get/set process attributes

    wait for time,wait event,signal event

    allocate,free memory

File management

    create file,delete file

    open,close

    read,write and reposition

    get/set file attributes

Device management

    request device,release device

    read,write,reposition

    get/set device attributes

    logically attach,detach devices

Information maintenance

    get/set time or date

    get/set system data

    get/set process,file or device attributes

Communication

    create,delete communication connection

    send,receive messages

    transfer status information

    attach or detach remote devices

原创粉丝点击