==================================================== Mainly changed: FS.Initrd + (kind of) refractored VFS, bugfixed + Rewrote 'initrd' file system, fixed many problems + Working 'cat' and 'dir' console commands + Wrote 'initrd' image write application (for windows), however it may be bugged
6 lines
144 B
PHP
6 lines
144 B
PHP
# This code depends on make tool being used
|
|
DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES}))
|
|
ifneq (${DEPFILES},)
|
|
include ${DEPFILES}
|
|
endif
|