qemu not writing to even memory addresses in video memory

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
LtG
Member
Member
Posts: 384
Joined: Thu Aug 13, 2015 4:57 pm

Re: qemu not writing to even memory addresses in video memor

Post by LtG »

dethboy wrote: Is there any protocol regarding updatating the wiki?
http://forum.osdev.org/viewtopic.php?f=8&t=677
User avatar
obiwac
Member
Member
Posts: 149
Joined: Fri Jan 27, 2017 12:15 pm
Libera.chat IRC: obiwac
Location: Belgium

Re: qemu not writing to even memory addresses in video memor

Post by obiwac »

Geri wrote:[BITS 16]
[ORG 0x7C00];

switch vga mode
fill algorithm goes here

TIMES 510-($-$$) DB 0
DW 0xAA55


nasm it, copy to disk drive 0th sector, boot it
Or you can simply pass flags to grub
Post Reply