fpos
fpos copied to clipboard
endless reboots
before GRUB:
you need to put this in an IDE drive.in wont work in a SATA one yet.
this is a GRUB issue.
after grub:
if the kernel shows 'boot' after entrypoint xxxxxxx and spontaneously
reboots this is why.THERE IS NO HEAP allocated.
when adding the new heap to the kernel I get this:
heap.pas(37,19) Error: Wrong number of parameters specified for call to
"AllocPage"
heap.pas(38,8) Error: Identifier not found "Map"
heap.pas(52,15) Error: Identifier not found "GetMapping"
heap.pas(53,18) Error: Incompatible type for arg no. 1: Got "LongWord",
expected "PPageTableEntry"
heap.pas(54,10) Error: Identifier not found "UnMap"
heap.pas(150) Fatal: There were 5 errors compiling module, stopping
Fatal: Compilation aborted
so I have to use the older one for now. heap, vmm, and pmm files are linked
together.replace as a threesome.
--Jazz
Original issue reported on code.google.com by [email protected] on 16 Feb 2009 at 3:04
[SOLVED] NO.
no nonono no... no.
'after grub:'
that was an issue I had with my units and things pointing where they shouldn't
have.THIS SHOULD NEVER HAPPEN. Its not the heap, but the heap needs help.
Original comment by [email protected] on 19 Feb 2009 at 8:38
scroll buffer is causing reboots, lockups with latest release.
Original comment by [email protected] on 11 Oct 2013 at 10:46