9 lines
119 B
C
9 lines
119 B
C
#include <stdint.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <kernel/paging.h>
|
|
|
|
//extern uint32_t endkernel; // found in link.ld
|
|
|