Paging works!!!

This commit is contained in:
Ciro Santilli
2015-10-27 09:04:46 +01:00
parent 9e7ef0b763
commit 2b83197f39
7 changed files with 263 additions and 56 deletions

View File

@@ -46,6 +46,8 @@ SECTIONS
/* Ensure that the generated image is a multiple of 512 bytes long. */
. = ALIGN(512);
__end = .;
__end_align_4k = ALIGN(4k);
}
}