qemu i386 hardcoded

This commit is contained in:
Jack Halford 2018-05-17 17:07:15 +02:00
parent df163a4349
commit 983c5d6e27
2 changed files with 9 additions and 1 deletions

View file

@ -6,7 +6,7 @@ else
PORTG := 4344
endif
QEMU := qemu-system-$(ARCH)\
QEMU := qemu-system-i386\
-gdb tcp::$(PORTG)\
-S\
-enable-kvm\

View file

@ -34,6 +34,14 @@ SECTIONS {
. = ALIGN(4K);
}
/* NOT A GOOD IDEA TO GROUP debug_* SYMBOLS ! */
/* .debug : */
/* { */
/* /1* KEEP(*(.debug_*)) *1/ */
/* *(.debug_*) */
/* . = ALIGN(4K); */
/* } */
.gdt :
{
*(.gdt)