Commit Graph

1378 Commits

Author SHA1 Message Date
mintsuki 3afb251750 build: Add *.tar.gz to .gitignore 2022-01-28 12:29:38 +01:00
mintsuki e412997a41 build: Make limine-hdd.h target not check toolchain 2022-01-28 12:16:03 +01:00
mintsuki fdd93826f5 ntfs: Change most panics into prints 2022-01-28 11:56:51 +01:00
mintsuki 2db3240b99 paging: Some 1GiB pages adjustments 2022-01-28 11:06:22 +01:00
mintsuki 68faef19be misc: Various fixes 2022-01-28 10:23:26 +01:00
mintsuki 3ea53247c2 misc: incbin -> hgen 2022-01-28 09:35:48 +01:00
mintsuki 8670057e40 build: Makefile fixes 2022-01-28 08:53:35 +01:00
mintsuki 580a2c3461 limine-install: Make it pure C11 2022-01-28 08:35:06 +01:00
mintsuki 55166fda2f limine-install: Overhaul 2022-01-27 12:53:40 +01:00
mint 9fc15b377a
Merge pull request #152 from Andy-Python-Programmer/trunk
stivale tests: fix BUG: Unidentified tag 0x9b4358364c19ee62
2022-01-27 06:58:59 +01:00
Andy-Python-Programmer c506f35d9f
stivale tests: fix BUG: Unidentified tag 0x9b4358364c19ee62
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-01-27 16:43:06 +11:00
mint 10b585a9f1
Merge pull request #151 from Andy-Python-Programmer/trunk
Use 1GiB pages where ever its possible
2022-01-27 05:44:16 +01:00
Andy-Python-Programmer 061c8aa34a
is_1gib_page_supported: use printv instead
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-01-27 15:41:35 +11:00
Andy-Python-Programmer e64eeef633
is_1gib_page_supported: use (void), not () if there's no args
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-01-27 15:40:51 +11:00
Andy-Python-Programmer 66d5941077
vmm: fix implicit declaration of print
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-01-27 15:06:56 +11:00
Andy-Python-Programmer 4af12fe517
paging: emulate support for 1gib pages if not avaliable
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-01-27 15:01:59 +11:00
Andy-Python-Programmer 51f5e5b092
direct_map: use 1gib pages to construct the direct map
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-01-27 12:03:20 +11:00
Andy-Python-Programmer 45ecb0fb4d
stivale_build_pagemap: use 1GiB pages to map 0 to 2GiB at 0xffffffff80000000
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-01-27 11:04:59 +11:00
Andy-Python-Programmer 8866470d01
map_page: add support for mapping 1GiB pages
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-01-27 10:59:16 +11:00
Andy-Python-Programmer d51d5cccbf
map_page: take the page size as an argument (enum)
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-01-27 10:54:26 +11:00
mintsuki 80ae303ba8 misc: Fixes for GCC 12 warnings; add extern prototypes for inline functions 2022-01-26 03:58:28 +01:00
mintsuki d307056635 misc: Disable strict aliasing, just in case 2022-01-25 09:16:26 +01:00
mintsuki 5aab620955 panic: Add missing ifdef 2022-01-25 08:50:36 +01:00
mintsuki 5b3e8c393f bios: Move terminal entirely to stage 3 2022-01-25 08:41:17 +01:00
mintsuki d0433e1c97 limine-install: Do not use void pointer arithmetic 2022-01-25 07:28:28 +01:00
mintsuki 1ed5ee7ef1 build: Manually copy install-sh into tarball 2022-01-22 05:47:45 +01:00
mintsuki 97231ac9a5 build: Make automake *copy* missing files 2022-01-22 05:08:28 +01:00
mintsuki efc5084aa8 misc: Small NTFS test case tweak 2022-01-22 04:37:51 +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 48d8b59986 build: Add more targets for which toolchain is not checked 2022-01-21 03:51:43 +01:00
mintsuki d1cc97006c gh: Update release workflow 2022-01-21 03:27:02 +01:00
mintsuki 230a1aa43e build: Move make_toolchain.sh to root 2022-01-21 03:00:40 +01:00
mintsuki a25129b8c1 build: Even more portability improvements 2022-01-21 02:57:31 +01:00
mintsuki 64467c06d8 build: Further portability improvements 2022-01-21 02:34:38 +01:00
mintsuki 7b0c430fb5 build: Misc portability improvements 2022-01-21 02:24:36 +01:00
mintsuki 65ef9561a5 misc: Do not rely on libc-provided headers 2022-01-20 05:17:45 +01:00
mintsuki 8de42af1a8 menu: Allow space for booting entries. Closes #148 2022-01-20 02:34:33 +01:00
mintsuki 4d6e1b801a term: Support for reverse scroll, save/restore, and bug fixes 2022-01-18 23:46:25 +01:00
mintsuki 58a3954c51 build: Add install-strip target 2022-01-17 22:36:47 +01:00
mintsuki f82b3cb76d build: Disentangle some makefile targets 2022-01-17 22:13:19 +01:00
mintsuki fd09538f48 build: Sanitise variables before building reduced-gnu-efi 2022-01-17 00:20:59 +01:00
mintsuki accb58e11e multiboot: Retry failed module loads at different addresses 2022-01-16 22:52:21 +01:00
mintsuki 62ef88a964 build: Clean all temp autoconf files in maintainer-clean 2022-01-16 22:48:33 +01:00
mintsuki 26641eb1a8 build: Misc build system improvements 2022-01-16 22:41:37 +01:00