Add some source code for GDT and resources

This commit is contained in:
manzerbredes 2015-07-20 12:37:21 +04:00
parent a9aec79de3
commit 78f219c0ec
5 changed files with 37 additions and 1 deletions

View file

@ -1,6 +1,6 @@
kernel.bin:entry.o main.o
ld -m elf_i386 --entry=_start -Ttext=0x1000 -o $@ $^
ld -m elf_i386 --entry=_start -Ttext=0x100000 -o $@ $^
entry.o:entry.asm
nasm -f elf $^