1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-14 07:12:08 +00:00
Commit graph

52 commits

Author SHA1 Message Date
Andreas Kling
dc6f57f19c Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().
This only has second accuracy right now, I'll work out subseconds later.
2018-10-25 17:36:18 +02:00
Andreas Kling
bae59609e3 Move kprintf to its own file. It has nothing to do with VGA anymore. 2018-10-22 13:20:35 +02:00