Added basic multiboot compliant bootloader dectetion, as well as learning to read the multiboot structor.
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ extern unsigned char inportb (unsigned short _port);
|
||||
extern void outportb (unsigned short _port, unsigned char _data);
|
||||
extern bool strcmp(char* str1, char* str2);
|
||||
extern void idle();
|
||||
char* int_to_string(int value, int base);
|
||||
char* int_to_string(unsigned int value, int base);
|
||||
/* ISRS.C */
|
||||
void isrs_install();
|
||||
/* This defines what the stack looks like after an ISR was running */
|
||||
|
||||
Reference in New Issue
Block a user