Ticket #2 (closed defect: fixed)
kernel did not boot when enabled some kernel options such as ext2
Reported by: | [email protected]… | Owned by: | anonymous |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ZeptoOS | Version: | |
Keywords: | Cc: |
Description
kernel did not boot when enabled some kernel options such as ext2 (non-module). it works when built as kernel module.
Change History
comment:1 Changed 15 years ago by anonymous
- Owner changed from [email protected]… to anonymous
- Status changed from new to assigned
comment:2 Changed 15 years ago by kazutomo
- Status changed from assigned to closed
- Resolution set to fixed
CNS relocation code causes this problem. Enabling new options (linking to kernel ) increases the size of text, which changes the CNS relocation (target) address. CNS relocation address need to be 256KB aligned. It was accidentally working before.
Note: See
TracTickets for help on using
tickets.