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 |
|
mintsuki
|
981c06825b
|
Merge branch 'trunk' into v2.0-branch
# Conflicts:
# GNUmakefile.in
# stage23/console.c
# stage23/fs/file.s2.c
|
2022-01-22 04:31:25 +01:00 |
|
mintsuki
|
d00ec6fa3d
|
misc: README.md and workflow updates
|
2022-01-22 04:16:08 +01:00 |
|
mintsuki
|
616aec0281
|
build: 'install' portability fixes
|
2022-01-22 04:16:08 +01:00 |
|
mintsuki
|
dea9413b3e
|
build: Remove stray rm from make_toolchain.sh
|
2022-01-22 04:16:08 +01:00 |
|
mintsuki
|
776cd1ab67
|
build: Misc portability improvements
|
2022-01-22 04:16:08 +01:00 |
|
mintsuki
|
9ce5f54e31
|
misc: README.md and workflow updates
|
2022-01-22 04:10:48 +01:00 |
|
mintsuki
|
a0a8b3c0d6
|
build: 'install' portability fixes
|
2022-01-22 03:46:48 +01:00 |
|
mintsuki
|
e616f19347
|
build: Remove stray rm from make_toolchain.sh
|
2022-01-22 03:20:48 +01:00 |
|
mintsuki
|
c28e3a6f7f
|
build: Misc portability improvements
|
2022-01-22 03:10:25 +01:00 |
|