mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
[FREELDR]: Whitespace fixes only.
svn path=/trunk/; revision=65972
This commit is contained in:
parent
c5626957ba
commit
6c0accfe86
4 changed files with 16 additions and 17 deletions
|
@ -33,14 +33,14 @@
|
|||
|
||||
#define DBG_DEFAULT_LEVELS (ERR_LEVEL|FIXME_LEVEL)
|
||||
|
||||
#define SCREEN 1
|
||||
#define RS232 2
|
||||
#define BOCHS 4
|
||||
#define SCREEN 1
|
||||
#define RS232 2
|
||||
#define BOCHS 4
|
||||
|
||||
#define COM1 1
|
||||
#define COM2 2
|
||||
#define COM3 3
|
||||
#define COM4 4
|
||||
#define COM1 1
|
||||
#define COM2 2
|
||||
#define COM3 3
|
||||
#define COM4 4
|
||||
|
||||
#define BOCHS_OUTPUT_PORT 0xe9
|
||||
|
||||
|
|
|
@ -53,10 +53,10 @@ VOID BootMain(LPSTR CmdLine)
|
|||
}
|
||||
|
||||
#ifdef _M_IX86
|
||||
HalpInitializePciStubs();
|
||||
HalpInitBusHandler();
|
||||
HalpInitializePciStubs();
|
||||
HalpInitBusHandler();
|
||||
#endif
|
||||
RunLoader();
|
||||
RunLoader();
|
||||
|
||||
quit:
|
||||
/* If we reach this point, something went wrong before, therefore reboot */
|
||||
|
@ -84,4 +84,3 @@ int iswctype(wint_t wc, wctype_t wctypeFlags)
|
|||
{
|
||||
return _isctype((char)wc, wctypeFlags);
|
||||
}
|
||||
|
||||
|
|
|
@ -21,13 +21,13 @@
|
|||
|
||||
typedef struct tagCMDLINEINFO
|
||||
{
|
||||
const char *DefaultOperatingSystem;
|
||||
LONG TimeOut;
|
||||
const char *DefaultOperatingSystem;
|
||||
LONG TimeOut;
|
||||
} CMDLINEINFO, *PCMDLINEINFO;
|
||||
|
||||
void CmdLineParse(char *CmdLine);
|
||||
VOID CmdLineParse(IN PCHAR CmdLine);
|
||||
|
||||
const char *CmdLineGetDefaultOS(void);
|
||||
LONG CmdLineGetTimeOut(void);
|
||||
PCCH CmdLineGetDefaultOS(VOID);
|
||||
LONG CmdLineGetTimeOut(VOID);
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
DBG_DEFAULT_CHANNEL(WINDOWS);
|
||||
|
||||
//FIXME: Do a better way to retrieve Arc disk information
|
||||
//FIXME: Find a better way to retrieve ARC disk information
|
||||
extern ULONG reactos_disk_count;
|
||||
extern ARC_DISK_SIGNATURE reactos_arc_disk_info[];
|
||||
|
||||
|
|
Loading…
Reference in a new issue