Mon 14 Oct 23:06:38 CEST 2024
This commit is contained in:
parent
f29318a654
commit
d25540ebf0
27
kernel/kernelcore.h
Normal file
27
kernel/kernelcore.h
Normal file
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
Copyright (C) 2015-2019 The University of Notre Dame
|
||||
This software is distributed under the GNU General Public License.
|
||||
See the file LICENSE for details.
|
||||
*/
|
||||
|
||||
#ifndef KERNELCORE_H
|
||||
#define KERNELCORE_H
|
||||
|
||||
#include "kernel/types.h"
|
||||
|
||||
extern uint16_t video_xbytes;
|
||||
extern uint16_t video_xres;
|
||||
extern uint16_t video_yres;
|
||||
extern uint8_t *video_buffer;
|
||||
|
||||
extern uint16_t total_memory;
|
||||
extern uint32_t kernel_size;
|
||||
|
||||
extern void halt();
|
||||
extern void reboot();
|
||||
|
||||
extern void intr_return();
|
||||
|
||||
extern void *interrupt_stack_pointer;
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user