Andreas Kling
|
2d1d01661b
|
Add a way to initialize VFS globals.
This is needed since the kernel loader doesn't even zero out bss,
much less call any static constructors.
|
2018-10-19 11:20:49 +02:00 |
|
Andreas Kling
|
9171521752
|
Integrate ext2 from VFS into Kernel.
|
2018-10-17 10:57:23 +02:00 |
|
Andreas Kling
|
9528edab92
|
Move readEntireInode() up to FileSystem (from ext2.)
It's just a wrapper around multiple calls to readInodeBytes() now.
|
2018-10-15 00:16:14 +02:00 |
|
Andreas Kling
|
6ea8ce500c
|
Use HashMap::remove() in some places that I wanted it.
|
2018-10-13 14:26:37 +02:00 |
|
Andreas Kling
|
5a30055157
|
Import all this stuff into a single repo called Serenity.
|
2018-10-10 11:53:07 +02:00 |
|