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
|
8f941561b4
|
Add ALWAYS_INLINE macro.
|
2018-10-22 12:55:59 +02:00 |
|
Andreas Kling
|
f67d695254
|
More paging stuff.
The test userspace process now runs at linear address 0x300000 which is
mapped to a dynamically allocated page from the MemoryManager. Cool!
|
2018-10-18 13:05:00 +02:00 |
|
Andreas Kling
|
aec8ab0a60
|
Add the basic character devices to kernel.
|
2018-10-16 14:33:16 +02:00 |
|
Andreas Kling
|
72bb80a9ae
|
These changes were lying around uncommitted in the old repo.
I'm just gonna commit them without too much thinking and then take
it from there.
|
2018-10-16 11:06:35 +02:00 |
|
Andreas Kling
|
9396108034
|
Import the "gerbert" kernel I worked on earlier this year.
It's a lot crappier than I remembered it. It's gonna need a lot of work.
|
2018-10-16 11:02:00 +02:00 |
|