Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel/main: Fix implicit declaration of function warnings
kernel/main.c: In function 'bootstrap2': kernel/main.c:138:9: warning: implicit declaration of function 'bio_init' [-Wimplicit-function-declaration] 138 | bio_init(); | ^~~~~~~~ kernel/main.c:141:9: warning: implicit declaration of function 'fs_init' [-Wimplicit-function-declaration] 141 | fs_init(); | ^~~~~~~
- Loading branch information