mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 09:24:57 +00:00
List the root directory after mounting /.
So cool that it works! It's spewing out a bunch of terminal escape sequences that the OS console obviously doesn't support, but we'll get there too.
This commit is contained in:
parent
b05ed591ab
commit
705832f387
3 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <AK/kstdio.h>
|
||||
#include "sys-errno.h"
|
||||
|
||||
#define EXT2_DEBUG
|
||||
//#define EXT2_DEBUG
|
||||
|
||||
RetainPtr<Ext2FileSystem> Ext2FileSystem::create(RetainPtr<DiskDevice>&& device)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue