Talk:Memory layout: Difference between revisions

173210 (talk | contribs)
Created page with "VRAM Map While Running System Applets may be incorrect in browser on 4.5. I executed the following code, but the bottom screen didn't change. void _Noreturn _start() __attribute_..."
 
No edit summary
 
Line 11: Line 11:
}
}
--[[User:173210|173210]] 09:13, 28 March 2015 (CET)
--[[User:173210|173210]] 09:13, 28 March 2015 (CET)
That code is wrong for writing to VRAM, you're writing to the .code area(if anything). You can't directly write to VRAM anyway. --[[User:Yellows8|Yellows8]] 15:44, 28 March 2015 (CET)
Return to "Memory layout" page.