mkminix.diff
来自「Util-linux 软件包包含许多工具。其中比较重要的是加载、卸载、格式化、分」· DIFF 代码 · 共 47 行
DIFF
47 行
48a49,51> * 09.29.98 - Modified to compile under DJGPP (minus mount-checking, etc.).> * (wjblack@yahoo.com)> *69a73,78> > /* DJGPP's IOCTL interface should probably not be trusted here. It's not> needed, anyway. Nor does DJGPP have any clue about mounted filesystems.> Oh, did I mention that the directory status, etc, doesn't match that of> the Minix FS? */> #ifndef __DJGPP__74a84,91> #endif> > /* For those defs that DJGPP doesn't have (or has wrong) */> #ifdef __DJGPP__> #include "mkmin-dj.h"> #endif> > /* DJGPP requires that you stick a linux/minix_fs.h somewhere appropriate */172a190> #ifndef __DJGPP__173a192,194> #else> #define usage() fatal_error("Usage: %s [-c | -l filename] [-nXX] [-iXX] imagefile [blocks]\n",16)> #endif175a197> #ifndef __DJGPP__196a219> #endif /* __DJGPP__ */238a262> #ifndef __DJGPP__242a267> #endif613a639> #ifndef __DJGPP__614a641> #endif694a722> #ifndef __DJGPP__695a724> #endif707a737> #ifndef __DJGPP__713a744> #endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?