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

[debug] Use same C file for C library and kernel precision timer routines #1988

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Sep 3, 2024

Now that the precision timer works in the kernel at all times and the C library version of the same has been implemented, this allows the same C file to be used for both routines, to minimize maintenance. Later a hard link may be used to connect the files.

The two locations of the same file are:
libc/debug/prectimer.c
elks/arch/i86/lib/prectimer.c

@ghaerr ghaerr merged commit ef3fba0 into master Sep 3, 2024
1 check passed
@ghaerr ghaerr deleted the prectimer branch September 3, 2024 03:46
toncho11 referenced this pull request in FrenkelS/elksdoom Sep 4, 2024
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