18:54.47 dcordes_ pH5: Hm no change :( #still freezes 18:56.21 pH5 is "boot" the same as "bootlinux"? also, I use "set CMDLINE console=tty0", but if you don't even see the early debug code painting to your screen, it won't matter anyway. 18:57.10 dcordes_ no the screen just freezes but I will try that 18:57.18 pH5 yes, it is the same. 18:59.46 pH5 dcordes_: what is the last thing you see on the screen? 19:00.07 dcordes_ pH5: the process bar which reaches its end and Go Go Go... 19:00.50 pH5 dcordes_: that means it is hanging in haret 19:01.31 pH5 after "go go go" it should disable interrupts in take_control() and the next thing that should happen is a fb_clear, which would turn the screen black. 19:02.38 pH5 dcordes_: maybe disabling interrupts doesn't work as easily on kaiser. or maybe haret just doesn't have the correct frame buffer information. 19:03.01 pH5 that is Kevin2's area of expertise 19:10.22 dcordes_ pH5: kaiser also has a power off button which has no function on locup.. 19:28.30 pH5 dcordes_: I don't know. Maybe you can find what HaRET thinks is the framebuffer address from its logs 19:30.00 pH5 dcordes_: probably not. you could switch the order of fb_clear and take_control functions in haret's linboot.cpp to check whether the problem is the irq disabling or the frame buffer write. 19:44.07 dcordes_ here's my full haretlog.txt 19:44.09 dcordes_ http://pastebin.ca/799610 19:53.24 pH5 dcordes_: if you enter print "%x" P2V(0x10000000), does it return 0x51b00000? 19:54.39 pH5 then, can you try VFH P2V(0x10000000) 76800 0xffff, does that fill the screen white? 20:02.29 dcordes_ pH5: http://pastebin.ca/799635 20:04.00 pH5 huh, what do you make of that. does kaiser have a split framebuffer?? 20:04.19 dcordes_ screenshot? 20:07.34 dcordes_ I cannot believe people sell software to make screenshots 20:13.52 pH5 dcordes_: what does print "%x" P2V(0x10010000) say? 20:14.55 pH5 and what happens if you VFH 0x51b00000 76800 0xffff - does it lock up? 20:22.27 dcordes_ https://fjallfoss.fcc.gov/prod/oet/forms/blobs/retrieve.cgi?attachment_id=791306&native_or_pdf=pdf 20:23.04 dcordes_ pH5: first 2a0000 20:23.34 dcordes_ pH5: nope it does whiten the screen completely 20:25.40 pH5 ok, so the haret fb code is correct. no idea why p2v returns those 0x2x0000 mappings, the 0x51b00000 mapping points to phys 0x10000000 and the complete framebuffer is there, in one piece. 20:27.10 pH5 --> the problem seems to be take_control(), probably the calls that disable interrupts. 20:27.41 pH5 I have no better idea than to wait for Kevin2. 20:27.49 dcordes_ ok then