Changes between Version 1 and Version 2 of kernel_init
- Timestamp:
- Nov 1, 2014, 6:52:59 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_init
v1 v2 23 23 7. initialise SP, SR, PTPR, EPC registers and jump to user code with an eret. 24 24 25 This kernel_init code must be loaded in .kinitsection, in order to control the seg_kinit_base value that is used by the boot code to jump into kernel code.25 This kernel_init code must be loaded in the ''.kinit'' section, in order to control the seg_kinit_base value that is used by the boot code to jump into kernel code. 26 26 27 27