mintsuki
|
44c524ec60
|
build: Unbreak out of tree builds
|
2022-02-21 00:47:02 +01:00 |
|
mintsuki
|
7cad56aa4f
|
build: Add common/config.h to distclean
|
2022-02-20 23:22:42 +01:00 |
|
mintsuki
|
33a51cc323
|
build: Include config.h in sbat.c
|
2022-02-20 23:22:42 +01:00 |
|
mintsuki
|
060b654b7f
|
build: Use config.h for generated constants
|
2022-02-20 23:10:33 +01:00 |
|
mintsuki
|
97e0f74d22
|
readline: Use .scan instead of .ascii to test timeout
|
2022-02-20 23:10:33 +01:00 |
|
mintsuki
|
85bb87a3ae
|
readline: Fix argument handling in sleep.asmb
|
2022-02-19 18:05:19 +01:00 |
|
mintsuki
|
b795c3b209
|
build: Add more granular configure options
|
2022-02-18 03:28:49 +01:00 |
|
mintsuki
|
ab0dfc2123
|
misc: Make VLAs a warning
|
2022-02-18 03:28:49 +01:00 |
|
mintsuki
|
7acad99ced
|
build: Add freestanding_headers to GNUmakefile.in
|
2022-02-18 03:28:49 +01:00 |
|
mintsuki
|
0442e0ba13
|
misc: Use freestanding_headers rather than shipping them
|
2022-02-18 03:28:49 +01:00 |
|
mintsuki
|
697578bccd
|
gh: Make sure ssh key has right perms
|
2022-02-14 23:13:26 +01:00 |
|
mintsuki
|
38caba922b
|
limine-install: Pass LDFLAGS to CC
|
2022-02-14 22:55:25 +01:00 |
|
mintsuki
|
93e225746a
|
build: Minor build system tweaks
|
2022-02-11 20:51:38 +01:00 |
|
mintsuki
|
9e11f981c6
|
build: Simplify BSD od workaround in hgen.sh
|
2022-02-11 20:51:38 +01:00 |
|
mintsuki
|
914fd640a1
|
build: BSD od related adjustments in hgen.sh
|
2022-02-11 20:51:38 +01:00 |
|
mintsuki
|
b78580a251
|
gh: Upload release tarballs to website
|
2022-02-11 20:51:38 +01:00 |
|
mintsuki
|
0aafd1100d
|
build: Fix order of toolchain dirs in PATH
|
2022-02-11 20:51:38 +01:00 |
|
mintsuki
|
aa37f16bc8
|
build: Make build system search for toolchain in source dir too
|
2022-02-10 22:45:09 +01:00 |
|
mintsuki
|
cda3da5524
|
make_toolchain.sh: Bump binutils to 2.38
|
2022-02-10 15:35:53 +01:00 |
|
mintsuki
|
a4ed71beb2
|
hgen: Add missing set -e
|
2022-02-10 15:35:53 +01:00 |
|
mintsuki
|
699d531eea
|
limine-install: Make hgen a shell script
|
2022-02-10 15:35:53 +01:00 |
|
mintsuki
|
f2b468c46c
|
misc: Misc Hyper-V related fixes. Closes #150
|
2022-02-10 15:35:53 +01:00 |
|
mintsuki
|
12ba281252
|
build: Improve eltorito-efi configure option
|
2022-02-10 15:35:53 +01:00 |
|
mintsuki
|
16b944e360
|
build: Make eltorito-efi build manually toggleable
|
2022-02-10 15:35:53 +01:00 |
|
mintsuki
|
b93ceee721
|
readline: Support C-[ae] for HOME and END
|
2022-02-04 23:03:15 +01:00 |
|
mintsuki
|
171ee758ab
|
menu: Support HOME and END shortcuts
|
2022-02-04 23:03:15 +01:00 |
|
mintsuki
|
2321de5daa
|
menu: Support using 1-9 to boot menu entries
|
2022-02-04 23:03:15 +01:00 |
|
mintsuki
|
b45dc16c36
|
build: Minor portability fixes
|
2022-02-03 11:43:03 +01:00 |
|
mintsuki
|
f6c81e4e82
|
misc: stage23 -> common
|
2022-02-03 11:43:03 +01:00 |
|
mintsuki
|
86c1dfbb76
|
build: Unify and preprocess linker scripts
|
2022-02-03 11:43:03 +01:00 |
|
mintsuki
|
2c52277d54
|
build: Misc improvements
|
2022-02-03 11:43:03 +01:00 |
|
mintsuki
|
4f633c4685
|
build: Misc improvements
|
2022-02-01 08:17:22 +01:00 |
|
mintsuki
|
c64c907996
|
build: Move program detection logic to configure script
|
2022-02-01 08:17:22 +01:00 |
|
mintsuki
|
79aff35ea4
|
build: Minor misc fixes
|
2022-01-29 17:27:11 +01:00 |
|
mintsuki
|
e47feaf600
|
pmm_randomise_memory: Add guard for BIOS port to avoid accessing bogus pointers
|
2022-01-29 12:33:46 +01:00 |
|
mintsuki
|
85f6b5fff1
|
chainload: Assume boot drive if DRIVE parameter is omitted
|
2022-01-29 12:33:46 +01:00 |
|
mintsuki
|
f25277a221
|
chainload: Readd wrongly removed noinline attribute
|
2022-01-29 12:33:46 +01:00 |
|
czapek1337
|
29f5316fdc
|
readline: Don't delete input beyond a null terminator
|
2022-01-29 12:33:46 +01:00 |
|
czapek1337
|
dabbb935c5
|
console: Use escape sequence instead of reset_term()
|
2022-01-29 12:33:46 +01:00 |
|
czapek1337
|
eb0dfb155e
|
console: Add a clear command
|
2022-01-29 12:33:46 +01:00 |
|
czapek1337
|
8bf716696c
|
readline: Zero out the buffer before using it
|
2022-01-29 12:33:46 +01:00 |
|
czapek1337
|
e3fb2c64ed
|
readline: Handle END/HOME keys
|
2022-01-29 12:33:46 +01:00 |
|
czapek1337
|
290bcd1c79
|
console,editor: Filter out non-printable characters
|
2022-01-29 12:33:46 +01:00 |
|
czapek1337
|
41835870f7
|
menu: Handle uppercase inputs for menu hotkeys
|
2022-01-29 12:33:46 +01:00 |
|
mintsuki
|
ac103dff92
|
limine-install: Fix issue introduced in 55166fd where GPT checksum would corrupt
|
2022-01-28 16:31:35 +01:00 |
|
Itay Almog
|
a12d99f0ac
|
ntfs: allow for bigger resident index and resident data
|
2022-01-28 12:59:09 +01:00 |
|
mintsuki
|
bfc4d6b72e
|
build: Add *.tar.gz to maintainer-clean's rm
|
2022-01-28 12:59:09 +01:00 |
|
mintsuki
|
2f986b324a
|
build: Add *.tar.gz to .gitignore
|
2022-01-28 12:59:09 +01:00 |
|
mintsuki
|
55eac5ef88
|
build: Make limine-hdd.h target not check toolchain
|
2022-01-28 12:59:09 +01:00 |
|
mintsuki
|
4d7aec430b
|
ntfs: Change most panics into prints
|
2022-01-28 12:59:09 +01:00 |
|