mintsuki
fa40b927cd
docs: Update README.md
2022-10-07 09:14:30 +02:00
mintsuki
3d95c8960c
misc: Add limine subdir to stage3 and config search paths. Closes #225
2022-10-06 06:29:11 +02:00
mintsuki
e5d786158f
docs: Update README.md in preparation for version naming scheme change
2022-09-27 06:48:05 +02:00
mintsuki
b2a390c4d5
misc: Update wallpaper
2022-09-04 03:57:32 +02:00
mintsuki
fde0447802
fs: Drop NTFS support
2022-08-26 00:20:27 +02:00
mintsuki
7d66c80b35
docs/ci: Changes in preparation for 4.x release
2022-08-25 20:01:30 +02:00
mintsuki
dc3a81cb61
build: Drop support for building GCC toolchain
2022-08-09 13:30:16 +02:00
mintsuki
0c7be49731
docs: Update README.md
2022-07-29 01:03:18 +02:00
mintsuki
eaeeb59be9
docs: Update README.md
2022-07-28 22:50:36 +02:00
mintsuki
7cf1b66a3d
docs: Update README.md
2022-07-05 21:04:18 +02:00
mintsuki
187628c3b7
docs: Update README.md
2022-07-05 16:19:00 +02:00
mintsuki
278149651b
docs: Update in praparation for Limine 3.8
2022-06-25 09:08:41 +02:00
mintsuki
547666ca63
gh: Run check workflow on Arch Linux container
2022-06-20 02:17:00 +02:00
mintsuki
53a2dbefdf
build: Improve toolchain detection
2022-06-20 00:22:02 +02:00
mintsuki
e906d0597d
build: autogen.sh -> bootstrap
2022-06-15 00:35:16 +02:00
mintsuki
ee69dacb08
fs: Drop echfs support
2022-06-14 23:48:29 +02:00
mintsuki
746d0ad529
protos: Drop stivale and stivale2 support
2022-06-14 03:56:30 +02:00
mintsuki
0d1871dc72
docs: Update README.md
2022-05-22 06:17:36 +02:00
mintsuki
64e9c11daa
build: No longer hard depend on GNU binutils
2022-04-20 04:38:58 +02:00
mintsuki
bcced191a4
misc: Get rid of latest-binary
2022-04-02 15:52:49 +02:00
mintsuki
c052509567
misc: limine-s2deploy -> limine-deploy
2022-04-02 09:31:19 +02:00
mintsuki
6f8474c249
misc: limine-eltorito-efi.bin -> limine-cd-efi.bin
2022-03-30 15:14:02 +02:00
mintsuki
8a2fafd7ab
gh: Do not build Linux version of limine-s2deploy
2022-03-26 01:51:04 +01:00
mintsuki
b2238c152e
docs: Update readme
2022-03-22 04:48:24 +01:00
mintsuki
65b5a7f66f
misc: limine-install -> limine-s2deploy
2022-03-21 00:56:02 +01:00
mintsuki
d6be41921f
misc: New example background
2022-03-11 04:57:47 +01:00
mintsuki
44d3ba3ba6
docs: Update README.md
2022-03-02 18:19:40 +01:00
mintsuki
3e1d9abf91
docs: Update README.md
2022-03-02 18:08:06 +01:00
mintsuki
f9048dbd4d
docs: Update README.md
2022-02-22 02:10:16 +01:00
mintsuki
9332a9f4e1
build: Misc improvements
2022-02-02 16:24:13 +01:00
mintsuki
d7b8c3cf8a
build: Misc improvements
2022-02-01 08:04:55 +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
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
c28e3a6f7f
build: Misc portability improvements
2022-01-22 03:10:25 +01:00
mintsuki
a25129b8c1
build: Even more portability improvements
2022-01-21 02:57:31 +01:00
ilobilo
7a74d2d001
added slash
2022-01-16 16:03:03 +04:00
mintsuki
3bb70dcbee
build: Move to using autoconf
2022-01-16 06:09:36 +01:00
mintsuki
fa79132281
build: Makefile improvements
2022-01-02 12:45:15 +01:00
mintsuki
98d5b20571
docs: Remove warning about spaces in build path
2021-11-28 19:53:34 +01:00
mintsuki
89f6d7ddeb
Revert "build: Support spaces in build directory"
...
This reverts commit d815c3d732
.
2021-11-26 14:51:01 +01:00
mintsuki
d815c3d732
build: Support spaces in build directory
2021-11-25 18:44:10 +01:00
mintsuki
4337ae1a32
build: Update documentation for new binary location
2021-11-20 08:57:40 +01:00
mintsuki
202eac3d3a
bootboot: Remove bootboot support from Limine
...
I added bootboot support to Limine because it was sent as a pull request by a
friend. The following does not in any way place any blame on said friend.
After having had to fix numerous bugs related to misunderstandings about the
pretentious BOOTBOOT specification I've come to the conclusion that BOOTBOOT
absolutely doesn't belong in Limine.
If you want to boot a BOOTBOOT kernel with Limine just chainload the OG BOOTBOOT
and don't pollute the source tree of Limine with having to support such a brain
dead protocol.
Legit, I didn't really read the BOOTBOOT spec prior to today and just winged
the fixes to the BOOTBOOT proto code based on common sense, but it turns out that
BOOTBOOT adheres to no common sense.
Use stivale(2).
2021-11-10 14:15:14 +01:00
pitust
db3af4b523
bootboot: RAMDISK->INITRD_PATH, don't pass gST around for no reason, unsplit bootboot_spinup, flush the PIC only
2021-11-02 07:00:13 +00:00
mintsuki
f939d7545a
build: Add make dist target
2021-10-24 15:48:52 +02:00
Andy-Python-Programmer
b9e7d51c6b
readme and config: document support for multiboot2
...
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-09-10 13:55:32 +10:00
InsaneMiner
c90fa0c99a
Update README.md
2021-08-26 10:46:54 +09:30
InsaneMiner
44da6a1c9b
Update README.md
2021-08-26 10:41:52 +09:30