I pray that you work...
This commit is contained in:
parent
d92f343ab4
commit
83cf16d15a
@ -1,5 +1,9 @@
|
||||
#include "kernel.h"
|
||||
|
||||
// Standard Bois
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// This only runs once and from there on forth only interrupts will cause something to happen
|
||||
// e.g. displaying to screen and taking input from keyboard
|
||||
void _start() {
|
||||
|
@ -1,10 +1,6 @@
|
||||
#ifndef KERNEL_H
|
||||
#define KERNEL_H
|
||||
|
||||
// Standard Bois
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// Others
|
||||
#include "../cpu/isr.h"
|
||||
#include "../drivers/screen.h"
|
||||
|
Reference in New Issue
Block a user