Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kernel] Implement setitimer system call #1859

Merged
merged 2 commits into from
Apr 8, 2024
Merged

[kernel] Implement setitimer system call #1859

merged 2 commits into from
Apr 8, 2024

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Apr 8, 2024

Partially implements the setitimer system call which allows for sub-second (microsecond) interval timers. Previously only single-second resolution timers were available, through alarm.

This allows the recently ported #1858 ttytetris game to run with the timing it was designed for.

@ghaerr ghaerr merged commit a96b6f2 into master Apr 8, 2024
2 checks passed
@ghaerr ghaerr deleted the setitimer branch April 8, 2024 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant