summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/displayCpu.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-08-24Patch from Eric Valette <valette@crf.canon.fr> to add an extra newline.Joel Sherrill1-0/+1
1998-08-21Patch from Eric Valette <valette@crf.canon.fr>:Joel Sherrill1-2/+1
Here is a patch that enables to catch exception and get message before crashing RTEMS :) It should be generic to any Intel port although enabled only for pc386 BSP... [Joel] I fixed the bug I introduced in irq_asm.s...
1998-08-05Patch from Eric Valette <valette@crf.canon.fr> which brings the i386ex BSPJoel Sherrill1-1/+1
inline with the new IRQ structure.
1998-08-05Automatic CPU type detection code from Eric Valette <valette@crf.canon.fr>.Joel Sherrill1-0/+209
Enabled on the pc386.