Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Restructure : System Calls #58

Open
EdNutting opened this issue Sep 20, 2015 · 4 comments
Open

Restructure : System Calls #58

EdNutting opened this issue Sep 20, 2015 · 4 comments

Comments

@EdNutting
Copy link
Member

Implement the new process related system calls detailed on this page.

@EdNutting
Copy link
Member Author

Start Process call done.

@EdNutting
Copy link
Member Author

    //TODO: End Process syscall
    //TODO: Get Process Attributes syscall
    //TODO: Set Process Attributes syscall
    //TODO: Wait On Process syscall

    //TODO: Get current thread Id syscall
    //TODO: End Thread syscall
    //TODO: Set Thread Attributes syscall
    //TODO: Get Thread List syscall
    //TODO: Wait On Thread syscall

@EdNutting EdNutting changed the title Restructure : System Calls : Process calls Restructure : System Calls Jan 27, 2017
@EdNutting
Copy link
Member Author

Merge with #61

    //TODO: Set Time syscall

@EdNutting
Copy link
Member Author

    //TODO: Decide if InitFS call needs any arguments and then implement them

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant