Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

endless reboots #6

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments
Open

endless reboots #6

GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

[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

@GoogleCodeExporter
Copy link
Author

scroll buffer is causing reboots, lockups with latest release.

Original comment by [email protected] on 11 Oct 2013 at 10:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant