This commit is contained in:
2021-09-14 18:35:52 +03:00
parent f052f2294e
commit d605c6a016
84 changed files with 3647 additions and 1192 deletions

View File

@ -6,6 +6,9 @@ INPUT("loader.o",
"cmos.o",
"conio.o",
"cpu.o",
"ctype.o",
"dma.o",
"floppy.o",
"gdt.o",
"gdt_asm.o",
"hal.o",
@ -23,12 +26,15 @@ INPUT("loader.o",
"keyus.o",
"pic.o",
"pit.o",
"shell.o",
"stdlib.o",
"string.o",
"system.o",
"time.o"
"time.o",
"video/vga03h.o"
)
OUTPUT(kernel.bin)
phys = 0x00100000;
phys = 0xC0000000;
SECTIONS
{
.text phys : AT(phys) {