1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-20 11:16:10 -05:00

Add configuration script

This commit is contained in:
Braiden Vasco 2017-11-04 06:51:56 +00:00
parent bc4257bccc
commit eec868aaf9
4 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,4 +1,6 @@
*.o
/config.mk
/arch/kernel
/libk/libk.a

View file

@ -1,4 +1,4 @@
export CCPREFIX = i686-elf-
include config.mk
run: run-iso

1
config.mk.in Normal file
View file

@ -0,0 +1 @@
export CCPREFIX = i686-elf-

3
configure vendored Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh -e
cp config.mk.in config.mk