mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[FREELDR] Print arch + buildnumber on crash-screen (#7382)
This commit tries to improve the quality of the screenshots that we do get posted in JIRA, where we couldn't even see up to now which build and arch was run. This is in the wider context of CORE6762 (I intentionally left out the minus in the CORE-ID to prevent auto-linkage to that ticket)
This commit is contained in:
parent
064d6d3427
commit
4f4be5c498
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
#include <freeldr.h>
|
||||
|
||||
#include <reactos/buildno.h>
|
||||
#include <debug.h>
|
||||
|
||||
typedef struct _FRAME
|
||||
|
@ -115,7 +116,7 @@ i386PrintExceptionText(ULONG TrapIndex, PKTRAP_FRAME TrapFrame, PKSPECIAL_REGIST
|
|||
i386_ScreenPosX = 0;
|
||||
i386_ScreenPosY = 0;
|
||||
|
||||
PrintText("An error occured in " VERSION "\n"
|
||||
PrintText("FreeLdr " KERNEL_VERSION_STR " " KERNEL_VERSION_BUILD_STR "\n"
|
||||
"Report this error on the ReactOS Bug Tracker: https://jira.reactos.org\n\n"
|
||||
"0x%02lx: %s\n\n", TrapIndex, i386ExceptionDescriptionText[TrapIndex]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue