-
Notifications
You must be signed in to change notification settings - Fork 33
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
Create memory module #690
Create memory module #690
Conversation
Allowing interrupt during kernel heap initialization correctly count elapsed time during the allocation, which can be slow with large memory. No adverse effects have been found yet. |
Typing on the keyboard during memory init generates interrupts that crash the module. This can be fixed by delaying keyboard init to after memory init. |
Except that loading the keyword module after memory initialization breaks it. Masking the keyword interrupt works though. |
The |
mem
moduleallocator
insidemem
module split intoheap
andphys
memory usage
command to report whole RAM usage