You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
[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 issue reported on code.google.com by
[email protected]
on 16 Feb 2009 at 3:04The text was updated successfully, but these errors were encountered: