Re: kdb: add rdmsr and wrmsr commands for i386
Bernardo Innocenti <[email protected]>
| Newsgroups | gmane.linux.laptop.olpc.devel,gmane.linux.kernel.debugging |
|---|---|
| Organization | http://www.codewiz.org/ |
| Message-ID | <[email protected]> |
Mitch Bradley wrote: > If it wouldn't be too difficult, it would also be nice to permit > embedded commas or dots in the number, because counting digits in a > 64-bit number is very difficult without the help of punctuation. It is customary to use _ for this purpose: 0x01234567_89ABCDEF. Some people even break it in 16bit words, but it seems overkill to me. -- // Bernardo Innocenti \X/ http://www.codewiz.org/