X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2Farch%2Fx86_64%2Fkernel%2Fbios.S;fp=kitten%2Farch%2Fx86_64%2Fkernel%2Fbios.S;h=c753467d9c004c07d6dc4241af02e138857bd8f7;hb=66a1a4c7a9edcd7d8bc207aca093d694a6e6b5b2;hp=0000000000000000000000000000000000000000;hpb=f7cf9c19ecb0a589dd45ae0d2c91814bd3c2acc2;p=palacios-OLD.git diff --git a/kitten/arch/x86_64/kernel/bios.S b/kitten/arch/x86_64/kernel/bios.S new file mode 100644 index 0000000..c753467 --- /dev/null +++ b/kitten/arch/x86_64/kernel/bios.S @@ -0,0 +1,16 @@ +/* + * ROM Bios images for V3Vee emulator + */ + +.data +.globl rombios_start +rombios_start: +.incbin "../palacios/build/rombios" +.globl rombios_end +rombios_end: + +.globl vgabios_start +vgabios_start: +.incbin "../palacios/build/vgabios" +.globl vgabios_end +vgabios_end: