-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve memory counting at boot * Allow interrupts during heap init * Load keyboard module after memory module * Mask keyword interrupt instead of loading the module later * Remove newline * Create sys::mem module * Refactor module * Fix tests * Add paging file in mem module * Improve comment about keyboard interrupt masking * Rename max_memory to heap_max
- Loading branch information
Showing
14 changed files
with
400 additions
and
360 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.