Andreas Kling
|
ca6847b5bb
|
Import a simple text editor I started working on.
|
2018-12-04 00:27:16 +01:00 |
|
Andreas Kling
|
3b2dcd5929
|
Add a VMO pointer to VNode.
This way, if anyone tries to map an already mapped file, we share the VMO.
|
2018-11-08 15:39:26 +01:00 |
|
Andreas Kling
|
71bffa9864
|
Fix whiny build.
|
2018-11-07 16:38:45 +01:00 |
|
Andreas Kling
|
ed2422d7af
|
Start adding a basic /proc filesystem and a "ps" utility.
|
2018-10-23 12:04:03 +02:00 |
|
Andreas Kling
|
b824f15619
|
Launching an arbitrary ELF executable from disk works! :^)
This is so cool! It's a bit messy now with two Task constructors,
but eventually they should fold into a single constructor somehow.
|
2018-10-22 15:43:02 +02:00 |
|
Andreas Kling
|
9171521752
|
Integrate ext2 from VFS into Kernel.
|
2018-10-17 10:57:23 +02:00 |
|