> However, the command 'cat /proc/mtrr' produces no output. Also the command
> 'echo "base=0xf8000000 size=0x400000 type=write-combining" >! /proc/mtrr'
> has no effect.
It's probably worth noting that ">!" as a clobbering redirection only works
in csh and friends; for bash I think you need ">|".
I don't think this is your main problem, though.
-- Death is only a state of mind.Only it doesn't leave you much time to think about anything else.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/