Added some code in initialize() to test interrupts

This commit is contained in:
2021-04-15 05:49:40 -05:00
parent c5e38801f3
commit 3229f55164
2 changed files with 16 additions and 7 deletions

View File

@@ -38,5 +38,5 @@ SECTIONS
_heapLocation = 0xFFB00000;
_heapSize = 0x100000;
_kernelStart = VIRTUAL_BASE;
_kernelEnd = VIRTUAL_BASE + (4096 * IMAGE_SIZE);
_kernel_end = VIRTUAL_BASE + (4096 * IMAGE_SIZE);
}