Rework fs_dev mount code

This commit is contained in:
TuxSH 2018-05-06 18:39:46 +02:00
parent a29e800661
commit 2c07b5a2fb
4 changed files with 39 additions and 44 deletions

View file

@ -47,9 +47,6 @@ 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]);