Bananymous
|
f8f7e2208f
|
BuildSystem: Remove old bootloader target
And creating image now builds the bootloader
|
2023-11-20 00:56:06 +02:00 |
Bananymous
|
8630f71f0c
|
Toolchain: Build full toolchain with one call to toolchain/build.sh
|
2023-11-20 00:56:06 +02:00 |
Bananymous
|
c791a1c200
|
Bootloader: Build with cmake instead of custom script
|
2023-11-14 03:44:47 +02:00 |
Bananymous
|
d5aa08baa5
|
BuildSystem: add bootloader target
Use this target to run banan-os with custom bootloader
|
2023-11-12 01:50:30 +02:00 |
Bananymous
|
5362962d9a
|
BuildSystem: add proper clean target
|
2023-11-12 01:14:42 +02:00 |
Bananymous
|
f6c312a6b3
|
BuildSystem: using sysroot doesn't need root privileges anymore!
Sysroot is now created with fakeroot. This allows root access to be
only needed for disk image creation, since it uses loopback devices.
|
2023-11-04 17:50:43 +02:00 |
Bananymous
|
c71ac588b2
|
BuildSystem: Fix bugs in new build system
I had not tested the new build system with clean toolchain build
but it seems to work now.
|
2023-10-24 16:48:46 +03:00 |
Bananymous
|
ce87e0a605
|
BuildSystem: Rewrite whole build system structure
Now you have to use script/build.sh for building and running banan-os
|
2023-10-24 11:56:00 +03:00 |