Build Log
  

Build started: Project: Kernel, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\djgpp\Demo22\Demo15\Demo15\SysCore\Kernel\Debug\RSP00000110282092.rsp" with contents
[
/O2 /Oy /I "..\Include\\" /I "..\Keyboard" /I "..\FloppyDisk" /D "ARCH_X86" /X /FD /MT /Zp1 /GS- /GR- /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W4 /c /Gd /TP  /Oy

.\mmngr_virtual.cpp

.\main.cpp
]
Creating command line "cl.exe @c:\djgpp\Demo22\Demo15\Demo15\SysCore\Kernel\Debug\RSP00000110282092.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\djgpp\Demo22\Demo15\Demo15\SysCore\Kernel\Debug\RSP00000210282092.rsp" with contents
[
/OUT:"A:\KRNL32.EXE" /INCREMENTAL:NO /LIBPATH:"..\Lib\\" /LIBPATH:"..\debug\\" /MANIFEST:NO /NODEFAULTLIB /MAP:"Kernel.map" /SUBSYSTEM:NATIVE /DRIVER /OPT:REF /OPT:ICF /ENTRY:"kernel_entry" /BASE:"0xC0000000" /FIXED:No /ALIGN:512 keyboard.lib floppydisk.lib "..\debug\lib.lib" "..\debug\hal.lib"

".\Debug\entry.obj"

".\Debug\main.obj"

".\Debug\DebugDisplay.obj"

".\Debug\exception.obj"

".\Debug\mmngr_phys.obj"

".\Debug\mmngr_virtual.obj"

".\Debug\panic.obj"

".\Debug\Resource.res"

".\Debug\vmmngr_pde.obj"

".\Debug\vmmngr_pte.obj"
]
Creating command line "link.exe @c:\djgpp\Demo22\Demo15\Demo15\SysCore\Kernel\Debug\RSP00000210282092.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
mmngr_virtual.cpp
main.cpp
.\main.cpp(62) : warning C4244: 'argument' : conversion from 'uint64_t' to 'size_t', possible loss of data
.\main.cpp(266) : warning C4127: conditional expression is constant
Generating Code...
c:\djgpp\demo22\demo15\demo15\syscore\kernel\main.cpp(295) : warning C4702: unreachable code
Linking...
lib.lib(cstd.obj) : warning LNK4254: section '.CRT' (40000040) merged into '.data' (C0000040) with different attributes
Results
  
Build log was saved at "file://c:\djgpp\Demo22\Demo15\Demo15\SysCore\Kernel\Debug\BuildLog.htm"
Kernel - 0 error(s), 4 warning(s)