mirror of
https://github.com/tailix/kernel.git
synced 2025-04-14 17:33:13 -04:00
Include libc headers
This commit is contained in:
parent
9eade28b4b
commit
a78d9e0085
5 changed files with 8 additions and 5 deletions
|
@ -3,7 +3,8 @@
|
|||
|
||||
#include <kernaux/assert.h>
|
||||
#include <kernaux/drivers/console.h>
|
||||
#include <kernaux/libc.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
static bool cmdline_terminated(const char *s);
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "elf.h"
|
||||
|
||||
#include <kernaux/drivers/console.h>
|
||||
#include <kernaux/libc.h>
|
||||
#include <kernaux/multiboot2.h>
|
||||
#include <kernaux/pfa.h>
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
#include "panic.h"
|
||||
|
||||
#include <kernaux/asm/i386.h>
|
||||
#include <kernaux/libc.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
static void mapping(struct Paging *paging, uint32_t virt, uint32_t phys);
|
||||
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
#include <kernaux/asm/i386.h>
|
||||
#include <kernaux/drivers/console.h>
|
||||
#include <kernaux/drivers/intel_8259_pic.h>
|
||||
#include <kernaux/libc.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
struct GdtPointer {
|
||||
unsigned short limit;
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <kernaux/arch/i386.h>
|
||||
#include <kernaux/libc.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
static struct KernAux_Arch_I386_TSS tss;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue