core: remove bozo typedef for types
This commit is contained in:
@ -43,7 +43,7 @@ static void owo(void)
|
||||
|
||||
static void awa(void)
|
||||
{
|
||||
u32 pid = fork();
|
||||
uint32_t pid = fork();
|
||||
PRINT_INT(pid);
|
||||
if (pid < 0)
|
||||
kprintf("camille il a une grosse bite (18cm)\n");
|
||||
@ -52,7 +52,7 @@ static void awa(void)
|
||||
wait();
|
||||
}
|
||||
|
||||
void kernel_main(multiboot_info_t *mbd, u32 magic)
|
||||
void kernel_main(multiboot_info_t *mbd, uint32_t magic)
|
||||
{
|
||||
terminal_initialize();
|
||||
init_gdt();
|
||||
|
Reference in New Issue
Block a user