From mboxrd@z Thu Jan 1 00:00:00 1970 From: chris@basementcode.com (Christopher Harvey) Date: Tue, 21 Jun 2011 09:20:27 -0500 Subject: checking atags for boot parameters Message-ID: <168051d7805b6717014ba340feec0ffa@basementcode.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org I'm suspicious that the bootloader I'm using isn't passing atags to the kernel properly. I'm getting a prefetch exception right after the "uncompressing linux....done" message, does it make sense that this could happen because mem=128M isn't getting passed properly? Basically what I want to do is have the kernel print out the boot parameters along with the "uncompressing linux" message. thanks, Christopher