New kernel #1

Merged
Ignat99 merged 2 commits from feature into master 2018-12-20 00:11:59 -08:00
3 changed files with 399 additions and 402 deletions
Showing only changes of commit bbc8735d96 - Show all commits

793
0-README

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,10 @@
#include <linux/thread_info.h>
#endif
#include <linux/smp.h>
#include <linux/smp_lock.h>
/* #include <linux/smp_lock.h> */
#include <linux/sched.h>
#include <linux/wait.h>
@ -38,7 +41,7 @@ asmlinkage long (*s_ioperm)(unsigned long from, unsigned long num, int turn_on);
#include <asm/processor.h>
#include <asm/uaccess.h>
#include <asm/system.h> /* cli(), *_flags */
/* #include <asm/system.h> */ /* cli(), *_flags */
#include <asm/segment.h> /* memcpy and such */
#include <asm/io.h>
#include <asm/pgtable.h>

View file

@ -1 +0,0 @@
../kernel/svgalib_helper/svgalib_helper.h