Cleanup default paths

This commit is contained in:
K. Lange 2018-06-25 16:46:13 +09:00
parent 22a3321c25
commit 8080b5272f
5 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -14,3 +14,5 @@ util/local
.gdb_history
kernel/symbols.S
base/usr/python
base/usr/bin/*
base/usr/lib/*

View File

@ -21,8 +21,8 @@ int start_options(char * args[]) {
int pid = syscall_fork();
if (!pid) {
char * _envp[] = {
"LD_LIBRARY_PATH=/lib",
"PATH=/bin",
"LD_LIBRARY_PATH=/lib:/usr/lib",
"PATH=/bin:/usr/bin",
"USER=root",
"HOME=/home/root",
NULL,

0
base/usr/bin/.dummy Normal file
View File

Binary file not shown.

0
base/usr/lib/.dummy Normal file
View File