Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
0.4.15-dev-3730-g705e07c https://git.reactos.org/?p=reactos.git;a=commit;h=705e07ce3150473de09c12457023b0a773370b59
Description
It was useful to see what features CPU supports just by looking at the debug log. Now this debug print is missing - either the function is not executed, or it has been moved to early initialization phase where debug prints are not working.
–
reactos-livecd-0.4.15-dev-3729-gc199edd-x86-gcc-lin-dbg
(/ntoskrnl/kd64/kdinit.c:81) ARC Paths: multi(0)disk(0)cdrom(96) \ multi(0)disk(0)cdrom(96) \reactos\
|
(/ntoskrnl/ke/i386/cpu.c:385) Support PAE
|
(/ntoskrnl/ke/i386/cpu.c:455) Supported CPU features : KF_RDTSC KF_CR4 KF_CMOV KF_GLOBAL_PAGE KF_LARGE_PAGE KF_CMPXCHG8B KF_MMX KF_PAT KF_FXSR KF_FAST_SYSCALL KF_XMMI KF_XMMI64
|
(/ntoskrnl/ke/i386/cpu.c:727) Prefetch Cache: 64 bytes L2 Cache: 2097152 bytes L2 Cache Line: 64 bytes L2 Cache Associativity: 8
|
–
reactos-livecd-0.4.15-dev-3730-g705e07c-x86-gcc-lin-dbg
reactos-livecd-0.4.15-dev-3731-g1aca693-x86-gcc-lin-dbg
reactos-livecd-0.4.15-dev-3732-g99a6667-x86-gcc-lin-dbg
(/ntoskrnl/kd64/kdinit.c:81) ARC Paths: multi(0)disk(0)cdrom(96) \ multi(0)disk(0)cdrom(96) \reactos\
|
(/ntoskrnl/ke/i386/cpu.c:727) Prefetch Cache: 64 bytes L2 Cache: 2097152 bytes L2 Cache Line: 64 bytes L2 Cache Associativity: 8
|
Attachments
Issue Links
- is duplicated by
-
CORE-19012 CPU feature flags are not being reported in debug log
- Resolved