Add some source code for GDT and resources
This commit is contained in:
parent
a9aec79de3
commit
78f219c0ec
5 changed files with 37 additions and 1 deletions
|
@ -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 $^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue