Cleanup, finalization and end of compiler issues
This commit is contained in:
parent
1ae4339d7a
commit
dbce420e56
|
@ -1,4 +1,4 @@
|
|||
OUTPUT_FORMAT("binary")
|
||||
OUTPUT_FORMAT("elf32-i386")
|
||||
ENTRY(start)
|
||||
phys = 0x00100000;
|
||||
SECTIONS
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "vga.h"
|
||||
#include "arch/i386/vga.h"
|
||||
|
||||
struct csi_sequence {
|
||||
const char* parameter;
|
||||
|
|
Loading…
Reference in New Issue
Block a user