diff options
Diffstat (limited to 'Unix/i686-elf/include/paths.h')
-rw-r--r-- | Unix/i686-elf/include/paths.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Unix/i686-elf/include/paths.h b/Unix/i686-elf/include/paths.h new file mode 100644 index 0000000..36cf78a --- /dev/null +++ b/Unix/i686-elf/include/paths.h @@ -0,0 +1,7 @@ +#ifndef _PATHS_H_ +#define _PATHS_H_ + +#define _PATH_DEV "/dev/" +#define _PATH_BSHELL "/bin/sh" + +#endif /* _PATHS_H_ */ |