Commit Graph

1554 Commits

Author SHA1 Message Date
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
mint
b1a7c0d19f
Merge pull request #149 from Itay2805/trunk
Finish NTFS implementation
2022-01-22 01:20:52 +01:00
Itay Almog
c74c36440a added support for resident files, this should pretty much complete a basic support for NTFS 2022-01-21 17:01:03 +02:00
Itay Almog
35d522d388 added required fixes to make ntfs work again 2022-01-21 16:39:18 +02:00
mintsuki
0695978192 build: Add more targets for which toolchain is not checked 2022-01-21 03:53:36 +01:00
mintsuki
48d8b59986 build: Add more targets for which toolchain is not checked 2022-01-21 03:51:43 +01:00
mintsuki
89a246a22a gh: Update release workflow 2022-01-21 03:28:55 +01:00
mintsuki
d1cc97006c gh: Update release workflow 2022-01-21 03:27:02 +01:00
mintsuki
8c0b3d0788 build: Move make_toolchain.sh to root 2022-01-21 03:21:24 +01:00
mintsuki
0bb85be280 build: Even more portability improvements 2022-01-21 03:21:24 +01:00
mintsuki
4dda1db46b build: Further portability improvements 2022-01-21 03:21:24 +01:00
mintsuki
b3736938fd build: Misc portability improvements 2022-01-21 03:21:24 +01:00
mintsuki
1e94f0d069 misc: Do not rely on libc-provided headers 2022-01-21 03:21:24 +01:00