mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Added forgotten files and fixed minor build errors
This commit is contained in:
@@ -33,8 +33,7 @@ env = Environment(CC = 'arm-none-eabi-gcc',
|
||||
ASFLAGS = ['-D__ASSEMBLY__'],
|
||||
PROGSUFFIX = '.elf',
|
||||
ENV = {'PATH' : os.environ['PATH']},
|
||||
LIBS = ['gcc', 'c-baremetal', 'gcc'],
|
||||
LIBPATH = [LIBC_LIBPATH, LIBELF_LIBPATH],
|
||||
LIBS = ['gcc'],
|
||||
CPPPATH = ['#include', LIBC_INCPATH, LIBELF_INCPATH])
|
||||
|
||||
libc = SConscript('loader/libs/c/SConscript', \
|
||||
|
||||
4
conts/linux/rootfs/rootfs.S
Normal file
4
conts/linux/rootfs/rootfs.S
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
.align 4
|
||||
.section .data
|
||||
.incbin "rootfs.img"
|
||||
0
scripts/__init__.py
Normal file
0
scripts/__init__.py
Normal file
Reference in New Issue
Block a user