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