summaryrefslogtreecommitdiff
path: root/Kernel/.bochsrc
AgeCommit message (Collapse)Author
2018-10-25Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().Andreas Kling
This only has second accuracy right now, I'll work out subseconds later.
2018-10-23Also send console output to port 0xe9 (bochs console.)Andreas Kling
This is very handy for debugging.
2018-10-17Integrate ext2 from VFS into Kernel.Andreas Kling