From a4ea0b14840ef5946408a3893f3f1c92ed57ae80 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Wed, 20 Jun 2018 04:39:25 +1000 Subject: Added a very basic types.h header file that defines NULL, size_t and time_t. Moved the kernel's loading point down to address 0 in conventional memory and updated linker scripts accordingly. Began to experiment with loading a binary blob into extended memory (0x100000), switching to userspace mode, and executing it. --- include/stdarg.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/stdarg.h') diff --git a/include/stdarg.h b/include/stdarg.h index 8eb1341..fad14cc 100644 --- a/include/stdarg.h +++ b/include/stdarg.h @@ -1,9 +1,3 @@ -/* - * stdarg.h - * - * Provides va_list and associated functions - */ - #ifndef _STDARG_H #define _STDARG_H -- cgit v1.3