1
0

init: Move all init into init.c from start_kernel.c

This commit is contained in:
2012-10-09 23:26:04 -04:00
parent 5f59e07432
commit c90edb451d
5 changed files with 102 additions and 124 deletions

View File

@ -18,6 +18,8 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <framebuffer.h>
#ifndef CONSOLE_H
#define CONSOLE_H

View File

@ -18,9 +18,6 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
void init_earlyinitcalls();
void init_initcalls();
struct initcall_func {
void (*fptr)();
};