|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <stdio.h>#include <string.h>#include <fcntl.h>#include <unistd.h>#include <stdint.h>#include <sys/types.h>
Classes | |
| struct | linux_dirent64 |
Macros | |
| #define | DT_DIR 4 |
| #define | DT_REG 8 |
Functions | |
| static long | getdents (int fd, void *buf, unsigned int count) |
| static void | print_perms (uint8_t d_type) |
| int | main (int argc, char **argv) |
| #define DT_DIR 4 |
| #define DT_REG 8 |
|
static |

| int main | ( | int | argc, |
| char ** | argv ) |

|
static |
