Andreas Kling
|
f82b25d4f9
|
Fix some minor build warnings.
|
2018-10-17 16:48:43 +02:00 |
|
Andreas Kling
|
7580ac576f
|
Make VFS host build work again.
|
2018-10-17 12:23:19 +02:00 |
|
Andreas Kling
|
d2425495ca
|
VirtualFileSystem class builds inside Kernel.
|
2018-10-17 11:40:58 +02:00 |
|
Andreas Kling
|
9171521752
|
Integrate ext2 from VFS into Kernel.
|
2018-10-17 10:57:23 +02:00 |
|
Andreas Kling
|
f608629704
|
Implement creating a new directory.
|
2018-10-16 00:35:03 +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
|
0286b5ea48
|
Add a "stat" command to test FileHandle::stat().
|
2018-10-14 23:39:11 +02:00 |
|
Andreas Kling
|
93556d6743
|
Add basic character device support. Start with null and zero.
|
2018-10-14 03:01:32 +02:00 |
|
Andreas Kling
|
fa3b11ac64
|
Parse out major/minor device from character and block device inodes.
|
2018-10-14 02:24:12 +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
|
c2d42710bb
|
Fix build.
|
2018-10-13 00:44:54 +02:00 |
|
Andreas Kling
|
5a30055157
|
Import all this stuff into a single repo called Serenity.
|
2018-10-10 11:53:07 +02:00 |
|