Andreas Kling
|
754037874c
|
Move VFS sources into Kernel/.
|
2019-01-23 05:14:00 +01:00 |
|
Andreas Kling
|
405383fd2f
|
Refactor the FIFO implementation to use a DoubleBuffer as backing store.
This is considerably more efficient than using a CircularQueue.
|
2018-12-03 02:24:11 +01:00 |
|
Andreas Kling
|
85b886c2e0
|
Make it possible to build the Kernel on a macOS host.
It still requires an ELF compiler and linker, but at least it builds.
I need to get rid of the "Unix" namespace. This does a lot of that.
|
2018-12-02 23:34:50 +01:00 |
|
Andreas Kling
|
f1404aa948
|
Add primitive FIFO and hook it up to sys$pipe().
It's now possible to do this in bash:
cat kernel.map | fgrep List
This is very cool! :^)
|
2018-11-12 01:28:46 +01:00 |
|