Skip to content

Commit

Permalink
** wip not needed but whatever ** Enable debug and think about freeld…
Browse files Browse the repository at this point in the history
…r exports...
  • Loading branch information
HBelusca committed Oct 3, 2024
1 parent 5314776 commit 589ecf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions boot/freeldr/freeldr/freeldr.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
##
## ScsiPort exports
##
@ stdcall RtlAssert(ptr ptr long ptr)
@ varargs ScsiDebugPrint(long str)
@ stdcall ScsiPortCompleteRequest(ptr long long long long)
Expand Down Expand Up @@ -45,3 +48,7 @@
@ stdcall ScsiPortWriteRegisterUchar(ptr long)
@ stdcall ScsiPortWriteRegisterUshort(ptr long)
@ stdcall ScsiPortWriteRegisterUlong(ptr long)

##
## UI exports
##
4 changes: 2 additions & 2 deletions boot/freeldr/freeldr/lib/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

#if DBG

// #define DEBUG_ALL
#define DEBUG_ALL
// #define DEBUG_WARN
// #define DEBUG_ERR
// #define DEBUG_INIFILE
// #define DEBUG_REACTOS
// #define DEBUG_CUSTOM
#define DEBUG_NONE
// #define DEBUG_NONE

#define DBG_DEFAULT_LEVELS (ERR_LEVEL|FIXME_LEVEL)

Expand Down

0 comments on commit 589ecf1

Please sign in to comment.