Linux Kernel
3.7.1
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include <unistd.h>
#include <fcntl.h>
#include <asm/boot.h>
Go to the source code of this file.
Macros | |
#define | DEFAULT_MAJOR_ROOT 0 |
#define | DEFAULT_MINOR_ROOT 0 |
#define | SETUP_SECTS 4 |
Functions | |
__attribute__ ((noreturn)) | |
void | file_open (const char *name) |
int | main (int argc, char **argv) |
Variables | |
uint8_t | buf [1024] |
int | fd |
int | is_big_kernel |
__attribute__ | ( | (noreturn) | ) |