⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fsdev.plg

📁 在VC平台下调试通过的linux 0.11文件系统代码! 对学习文件系统实现的朋友很有帮助
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FSDev - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\asd\LOCALS~1\Temp\RSP4C.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/FSDev.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\Project\FSDev\FSDev\bitmap.c"
"E:\Project\FSDev\FSDev\block_dev.c"
"E:\Project\FSDev\FSDev\buffer.c"
"E:\Project\FSDev\FSDev\driver.c"
"E:\Project\FSDev\FSDev\file_dev.c"
"E:\Project\FSDev\FSDev\file_table.c"
"E:\Project\FSDev\FSDev\inode.c"
"E:\Project\FSDev\FSDev\main.c"
"E:\Project\FSDev\FSDev\namei.c"
"E:\Project\FSDev\FSDev\open.c"
"E:\Project\FSDev\FSDev\read_write.c"
"E:\Project\FSDev\FSDev\stat.c"
"E:\Project\FSDev\FSDev\super.c"
"E:\Project\FSDev\FSDev\truncate.c"
]
Creating command line "cl.exe @C:\DOCUME~1\asd\LOCALS~1\Temp\RSP4C.tmp" 
Creating temporary file "C:\DOCUME~1\asd\LOCALS~1\Temp\RSP4D.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/FSDev.pdb" /debug /machine:I386 /out:"Debug/FSDev.exe" /pdbtype:sept 
.\Debug\bitmap.obj
.\Debug\block_dev.obj
.\Debug\buffer.obj
.\Debug\driver.obj
.\Debug\file_dev.obj
.\Debug\file_table.obj
.\Debug\inode.obj
.\Debug\main.obj
.\Debug\namei.obj
.\Debug\open.obj
.\Debug\read_write.obj
.\Debug\stat.obj
.\Debug\super.obj
.\Debug\truncate.obj
]
Creating command line "link.exe @C:\DOCUME~1\asd\LOCALS~1\Temp\RSP4D.tmp"
<h3>Output Window</h3>
Compiling...
bitmap.c
block_dev.c
buffer.c
e:\project\fsdev\fsdev\buffer.c(183) : warning C4018: '==' : signed/unsigned mismatch
e:\project\fsdev\fsdev\buffer.c(204) : warning C4018: '==' : signed/unsigned mismatch
driver.c
file_dev.c
e:\project\fsdev\fsdev\file_dev.c(73) : warning C4018: '>' : signed/unsigned mismatch
file_table.c
inode.c
main.c
e:\project\fsdev\fsdev\main.c(13) : warning C4013: 'malloc' undefined; assuming extern returning int
e:\project\fsdev\fsdev\main.c(13) : warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int '
e:\project\fsdev\fsdev\main.c(18) : warning C4047: 'function' : 'long ' differs in levels of indirection from 'char *'
e:\project\fsdev\fsdev\main.c(18) : warning C4024: 'buffer_init' : different types for formal and actual parameter 1
e:\project\fsdev\fsdev\main.c(18) : warning C4047: 'function' : 'long ' differs in levels of indirection from 'char *'
e:\project\fsdev\fsdev\main.c(18) : warning C4024: 'buffer_init' : different types for formal and actual parameter 2
e:\project\fsdev\fsdev\main.c(20) : warning C4047: '=' : 'struct os_tcb *' differs in levels of indirection from 'int '
e:\project\fsdev\fsdev\main.c(21) : warning C4013: 'memset' undefined; assuming extern returning int
e:\project\fsdev\fsdev\main.c(44) : warning C4013: 'sys_chdir' undefined; assuming extern returning int
e:\project\fsdev\fsdev\main.c(55) : warning C4013: 'sys_umount_dev' undefined; assuming extern returning int
e:\project\fsdev\fsdev\main.c(11) : warning C4101: 'fd' : unreferenced local variable
e:\project\fsdev\fsdev\main.c(11) : warning C4101: 'len' : unreferenced local variable
namei.c
open.c
read_write.c
E:\Project\FSDev\FSDev\read_write.c(96) : warning C4018: '>' : signed/unsigned mismatch
E:\Project\FSDev\FSDev\read_write.c(100) : warning C4013: 'file_read' undefined; assuming extern returning int
E:\Project\FSDev\FSDev\read_write.c(127) : warning C4013: 'file_write' undefined; assuming extern returning int
stat.c
super.c
E:\Project\FSDev\FSDev\super.c(91) : warning C4101: 'inode' : unreferenced local variable
truncate.c
Linking...
Creating temporary file "C:\DOCUME~1\asd\LOCALS~1\Temp\RSP4E.tmp" with contents
[
/nologo /o"Debug/FSDev.bsc" 
.\Debug\bitmap.sbr
.\Debug\block_dev.sbr
.\Debug\buffer.sbr
.\Debug\driver.sbr
.\Debug\file_dev.sbr
.\Debug\file_table.sbr
.\Debug\inode.sbr
.\Debug\main.sbr
.\Debug\namei.sbr
.\Debug\open.sbr
.\Debug\read_write.sbr
.\Debug\stat.sbr
.\Debug\super.sbr
.\Debug\truncate.sbr]
Creating command line "bscmake.exe @C:\DOCUME~1\asd\LOCALS~1\Temp\RSP4E.tmp"
Creating browse info file...
<h3>Output Window</h3>



<h3>Results</h3>
FSDev.exe - 0 error(s), 19 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -