Revert "Fix mount code in fs_dev.c"

This reverts commit 306555e522.
This commit is contained in:
TuxSH
2018-05-06 18:13:36 +02:00
parent 8b418732ad
commit a29e800661
2 changed files with 16 additions and 3 deletions

View File

@@ -47,6 +47,9 @@ int main(int argc, void **argv) {
/* TODO: What other hardware init should we do here? */
/* Setup console/stdout. */
console_resume(args.lfb, args.console_row, args.console_col);
printf(u8"Welcome to Atmosphère Fusée Stage 2!\n");
printf("Stage 2 executing from: %s\n", (const char *)argv[STAGE2_ARGV_PROGRAM_PATH]);