|
Linux Kernel
3.7.1
|
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/sysmacros.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>Go to the source code of this file.
Data Structures | |
| union | conv |
Macros | |
| #define | MINIX_HEADER 32 |
| #define | N_MAGIC_OFFSET 1024 |
| #define | SYS_SIZE DEF_SYSSIZE |
| #define | DEFAULT_MAJOR_ROOT 0 |
| #define | DEFAULT_MINOR_ROOT 0 |
| #define | SETUP_SECTS 4 |
| #define | STRINGIFY(x) #x |
Functions | |
| long | intel_long (long l) |
| int | intel_int (int i) |
| short | intel_short (short l) |
| void | die (const char *str) |
| void | usage (void) |
| int | main (int argc, char **argv) |
1.8.2