Initial commit

Signed-off-by: Jolan Rathelot <jrathelo@student.42nice.fr>
This commit is contained in:
Jolan Rathelot
2024-03-04 16:42:01 +01:00
commit b20836700d
9 changed files with 13654 additions and 0 deletions

17
.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MakefileSettings">
<option name="linkedExternalProjectsSettings">
<MakefileProjectSettings>
<option name="buildOptions" value="--makefile=Makefile" />
<option name="buildSystemName" value="Kbuild" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="preConfigureCommands" value="#!/bin/sh&#10;#&#10;# Kbuild template, feel free to customize.&#10;#&#10;[ -f .config ] || &quot;${MAKE:-make}&quot; defconfig" />
<option name="switches" value="--makefile=Makefile V=1" />
<option name="version" value="2" />
</MakefileProjectSettings>
</option>
</component>
<component name="MakefileWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
</project>