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 |
|
mintsuki
|
091baf40a9
|
paging: Some 1GiB pages adjustments
|
2022-01-28 11:18:33 +01:00 |
|
mintsuki
|
31736bea08
|
misc: Various fixes
|
2022-01-28 11:18:33 +01:00 |
|
mintsuki
|
c320e6704d
|
misc: incbin -> hgen
|
2022-01-28 11:18:33 +01:00 |
|
mintsuki
|
abd01e8724
|
build: Makefile fixes
|
2022-01-28 11:18:33 +01:00 |
|
mintsuki
|
eeda20cb92
|
limine-install: Make it pure C11
|
2022-01-28 11:18:33 +01:00 |
|
mintsuki
|
d1b94b206f
|
limine-install: Overhaul
|
2022-01-28 11:18:33 +01:00 |
|
Andy-Python-Programmer
|
f382291499
|
stivale tests: fix BUG: Unidentified tag 0x9b4358364c19ee62
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
|
2022-01-28 11:18:33 +01:00 |
|
Andy-Python-Programmer
|
48f890ad43
|
is_1gib_page_supported: use printv instead
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
|
2022-01-28 11:18:33 +01:00 |
|
Andy-Python-Programmer
|
9dd2e17a9a
|
is_1gib_page_supported: use (void), not () if there's no args
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
|
2022-01-28 11:18:33 +01:00 |
|
Andy-Python-Programmer
|
3c848d3996
|
vmm: fix implicit declaration of print
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
|
2022-01-28 11:18:33 +01:00 |
|
Andy-Python-Programmer
|
67a0bb8749
|
paging: emulate support for 1gib pages if not avaliable
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
|
2022-01-28 11:18:33 +01:00 |
|
Andy-Python-Programmer
|
360b23eb2b
|
direct_map: use 1gib pages to construct the direct map
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
|
2022-01-28 11:18:33 +01:00 |
|
Andy-Python-Programmer
|
c13c38911e
|
stivale_build_pagemap: use 1GiB pages to map 0 to 2GiB at 0xffffffff80000000
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
|
2022-01-28 11:18:33 +01:00 |
|
Andy-Python-Programmer
|
a218423b9c
|
map_page: add support for mapping 1GiB pages
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
|
2022-01-28 11:18:33 +01:00 |
|
Andy-Python-Programmer
|
7a1e3cb35c
|
map_page: take the page size as an argument (enum)
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
|
2022-01-28 11:18:33 +01:00 |
|
mintsuki
|
ddf85ede0a
|
misc: Fixes for GCC 12 warnings; add extern prototypes for inline functions
|
2022-01-26 04:03:38 +01:00 |
|
mintsuki
|
8ccd4199b0
|
misc: Disable strict aliasing, just in case
|
2022-01-25 09:25:23 +01:00 |
|
mintsuki
|
bfa7db951c
|
panic: Add missing ifdef
|
2022-01-25 09:25:23 +01:00 |
|
mintsuki
|
fb99d3b0ab
|
bios: Move terminal entirely to stage 3
|
2022-01-25 09:25:23 +01:00 |
|
mintsuki
|
a98ba038d4
|
limine-install: Do not use void pointer arithmetic
|
2022-01-25 09:25:23 +01:00 |
|
mintsuki
|
ddc2f53faf
|
build: Manually copy install-sh into tarball
|
2022-01-22 05:49:09 +01:00 |
|
mintsuki
|
c00b663e05
|
build: Make automake *copy* missing files
|
2022-01-22 05:10:51 +01:00 |
|
mintsuki
|
7dfc733ee9
|
misc: Small NTFS test case tweak
|
2022-01-22 04:39:50 +01:00 |
|