Commit Graph

103 Commits

Author SHA1 Message Date
Mintsuki
98061dbf6e misc: Initial migration to Codeberg 2025-08-30 00:49:55 +02:00
Mintsuki
ac9d062b13 build: configure.ac: Rework GET_PROG macro 2025-08-17 12:42:28 +02:00
Mintsuki
6ab9259bf4 build: Miscellaneous autotools-related updates 2025-08-13 02:57:21 +02:00
Mintsuki
cb304d05cf build: Get rid of freestanding-toolchain
And some other miscellaneous improvements.
2025-08-07 18:22:05 +02:00
Mintsuki
f35962794a build: nasm: Auto-add '-F dwarf' when passing '-g' 2025-07-31 03:32:01 +02:00
Mintsuki
a9d9394e03 Revert "build: Use nm instead of objdump for generating symbol table"
This reverts commit 44ca9b3588.
2025-07-31 02:10:42 +02:00
Mintsuki
b532faea1f misc: Move to using separate limine-protocol repository 2025-07-12 09:25:05 +02:00
Mintsuki
44ca9b3588 build: Use nm instead of objdump for generating symbol table 2025-07-10 16:32:19 +02:00
Mintsuki
cb463226b9 misc: Update to latest, packed, cc-runtime 2025-04-06 22:38:15 +02:00
Mintsuki
7112289e1e build: Update submodule links to codeberg.org as needed 2025-04-01 13:32:21 +02:00
mintsuki
3ae5dd7923 build: Misc build system improvements 2024-12-09 00:46:37 +01:00
mintsuki
e287c9d1d0 build: Remove pkgconf stuff from build system as we do not need it 2024-11-27 23:25:12 +01:00
mintsuki
855c52a030 build: Use new, non-packed, cc-runtime revisions 2024-11-05 23:47:33 +01:00
mintsuki
fc3471c4a6 build: configure.ac: Run PROG_ABSPATH on PKG_CONFIG 2024-09-15 00:22:01 +02:00
Rahul Sandhu
3e7f31a197 build: handle the case when $STRIP is a full path
Bit of a hack, but as AC_CHECK_PROG iterators each path under $PATH, trying to
find $STRIP under each one, the case where $STRIP is a full path is not handled
correctly. Let's use `test -x` to check for that beforehand.
2024-09-14 22:27:16 +01:00
Keegan Saunders
d9a2fb95a9 Add LoongArch support 2024-07-31 23:05:27 -04:00
mintsuki
fc7ae750d4 build: Misc build system updates 2024-07-28 05:16:33 +02:00
mintsuki
65c6644797 build: configure.ac: Actually detect whether user variables are set or not, rather than empty 2024-07-27 10:54:54 +02:00
mintsuki
8c4c9d3c34 build: Borrow some host CFLAGS for target use 2024-07-27 06:32:11 +02:00
mintsuki
cdeb745b66 build: Restore WERROR_FLAG to nasm calls, add NASMFLAGS_FOR_TARGET 2024-07-25 09:45:40 +02:00
mintsuki
053fc0ff70 Revert "build: Make version gathering similar to timestamps gathering"
This reverts commit 9f98cf150a.
2024-04-14 23:41:45 +02:00
mintsuki
9f98cf150a build: Make version gathering similar to timestamps gathering 2024-04-10 15:01:57 +02:00
mintsuki
a1ca6f15d4 build: Use timestamps file based on last commit date instead of host date 2024-04-08 11:43:39 +02:00
mintsuki
24507fa133 build: Use -t type 'touch' timestamp for busybox compat 2024-02-14 17:24:59 +01:00
mintsuki
3096634a6c build: Misc changes to improve reproducibility of builds 2024-02-14 07:25:46 +01:00
mintsuki
dbbede616b build: Use git for all subprojects 2024-01-26 01:13:18 +01:00
mintsuki
d4ffe99b42 build: Invoke AC_CANONICAL_HOST in configure.ac 2023-11-21 18:50:48 +01:00
mintsuki
1daa64a692 Revert "build: Invoke AC_CANONICAL_HOST in configure.ac"
This reverts commit 67f1146ffe.
2023-11-14 19:29:49 +01:00
mintsuki
2afe6344eb build: Invoke AC_CANONICAL_HOST in configure.ac 2023-11-14 08:32:48 +01:00
mintsuki
02b84e7cea build: Updates for new freestanding-toolchain commit 2023-11-06 02:39:56 +01:00
mintsuki
a5051f92bf build: Changes to comply more with the GNU build system - adds ChangeLog 2023-10-28 05:16:45 +02:00
mintsuki
a795dc1972 build: Backport misc autoconf/pkgconf improvements 2023-10-24 01:21:24 +02:00
mintsuki
49cfba851c build: Misc minor QOL configure.ac/GNUmakefile.in improvements 2023-10-24 01:21:24 +02:00
mintsuki
ece02695e8 misc: limine-cd.bin -> limine-bios-cd.bin 2023-06-15 01:07:44 +02:00
mintsuki
264decd0ef misc: limine-cd-efi.bin -> limine-uefi-cd.bin 2023-06-14 03:14:41 +02:00
mintsuki
d0b9bbdca6 misc: limine-pxe.bin -> limine-bios-pxe.bin 2023-06-14 03:04:01 +02:00
xvanc
9274ee656e Initial riscv64 port (#274)
* initial riscv64 port

* enable Paging Mode feature for all architectures

* riscv: add missing protocol docs

* riscv: fix tests

* docs: clarify `LIMINE_PAGING_MODE_DEFAULT` macro

* build: fix whitespace in common/GNUmakefile

* riscv: default to Sv48 paging when supported

* vmm: make `VMM_MAX_LEVEL` 1-indexed

* limine: do not call `reported_addr()` before finaling paging mode

smp/riscv: do not overwrite the argument passed to APs

* limine/riscv: update default paging mode in limine.h

* test/riscv: pad OVMF.fd when downloading it
2023-06-04 01:36:06 +02:00
mintsuki
7ad444936e host: Condense various host utilities into a single executable 2023-04-11 22:04:05 +02:00
mintsuki
eba0183b6e build: Reorganise warning flags 2023-04-11 17:15:41 +02:00
mintsuki
0196abf2ec build: Minor build system updates 2023-03-23 02:35:08 +01:00
mintsuki
f71f506b0a build: configure: Change some variable names to be more friendly 2023-03-16 02:28:50 +01:00
mintsuki
c7a7539d23 build: configure: Exit on freestanding-toolchain error 2023-03-14 22:35:11 +01:00
mintsuki
7dc04b42cc build: Add and use PROG_ABSPATH autoconf macro 2023-03-14 19:51:22 +01:00
mintsuki
9009404a11 build: Updates for newer freestanding-toolchain 2023-03-14 17:20:46 +01:00
mintsuki
8d61d0ab3a misc: Use freestanding-toolchain instead of cross-detect 2023-03-13 20:40:32 +01:00
mintsuki
d1e4b9946c docs: LICENSE.md -> LICENSE 2023-03-10 14:01:49 +01:00
mintsuki
11ef3bced2 build: Honour CROSS_CPPFLAGS 2023-02-25 01:38:26 +01:00
mintsuki
d17e220e61 docs: Add man pages for host executables 2023-02-21 00:15:04 +01:00
mintsuki
9bcad9d258 build: Very minor QOL fixes 2023-02-20 22:24:21 +01:00
mintsuki
c924d7b7e5 build: Misc quality-of-life fixes 2023-02-19 10:07:21 +01:00