Andreas Kling
|
ca6847b5bb
|
Import a simple text editor I started working on.
|
2018-12-04 00:27:16 +01:00 |
|
Andreas Kling
|
ebf308d413
|
Make kernel build with clang.
It's a bit faster than g++ and seems to generate perfectly fine code.
The kernel is also roughly 10% smaller(!)
|
2018-11-09 12:22:31 +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
|
e904f193c1
|
Canonicalize the path used by sh.
With a bunch of LibC work to support the feature. LibC now initializes
AK::StringImpl by default. It's now fine to use AK in LibC/Userland! :^)
|
2018-10-28 09:36:21 +01:00 |
|
Andreas Kling
|
63764b3a65
|
Import very modest Userland.
|
2018-10-22 14:06:22 +02:00 |
|
Andreas Kling
|
9171521752
|
Integrate ext2 from VFS into Kernel.
|
2018-10-17 10:57:23 +02:00 |
|
Andreas Kling
|
aec8ab0a60
|
Add the basic character devices to kernel.
|
2018-10-16 14:33:16 +02:00 |
|
Andreas Kling
|
5d465582a3
|
Start fixing up AK to work inside the kernel.
|
2018-10-16 13:59:28 +02:00 |
|
Andreas Kling
|
1203c327c7
|
Merge some features from gerbert into OwnPtr and RetainPtr.
|
2018-10-16 12:21:06 +02:00 |
|
Andreas Kling
|
fd708a4cb1
|
Reduce dependence on STL.
|
2018-10-16 12:11:27 +02:00 |
|
Andreas Kling
|
5a30055157
|
Import all this stuff into a single repo called Serenity.
|
2018-10-10 11:53:07 +02:00 |
|