Tiberiu Chibici
852cf1bb17
==================================================== 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
21 lines
752 B
XML
21 lines
752 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
<type>org.netbeans.modules.cnd.makeproject</type>
|
|
<configuration>
|
|
<data xmlns="http://www.netbeans.org/ns/make-project/1">
|
|
<name>RamdiskWriter</name>
|
|
<make-project-type>0</make-project-type>
|
|
<c-extensions/>
|
|
<cpp-extensions>cpp</cpp-extensions>
|
|
<header-extensions>h</header-extensions>
|
|
<sourceEncoding>UTF-8</sourceEncoding>
|
|
<make-dep-projects/>
|
|
<sourceRootList/>
|
|
<confList>
|
|
<confElem>Debug</confElem>
|
|
<confElem>Release</confElem>
|
|
</confList>
|
|
</data>
|
|
</configuration>
|
|
</project>
|