mintsuki
4bb42789ff
multiboot1: Allocate root struct on the heap
2021-11-25 20:50:41 +01:00
mintsuki
735afcc4ee
stivale1&2: Allocate root struct on the heap
2021-11-25 20:39:21 +01:00
mintsuki
d815c3d732
build: Support spaces in build directory
2021-11-25 18:44:10 +01:00
mintsuki
ad00b5ca03
stivale2: Implement slide HHDM header tag
2021-11-24 19:08:46 +01:00
mintsuki
692d2a03a8
protos: Implement autodetection
2021-11-24 19:08:46 +01:00
mintsuki
1621063536
stivale2: Implement boot volume struct tag
2021-11-24 19:08:46 +01:00
mintsuki
01255704bd
stivale2: Implement slide HHDM header tag
2021-11-24 15:44:17 +01:00
mintsuki
6bcbfe9b48
protos: Implement autodetection
2021-11-24 13:23:02 +01:00
mintsuki
ad3e17569c
stivale2: Implement boot volume struct tag
2021-11-24 12:24:17 +01:00
mintsuki
4349918eae
term: Implement interruptible quiet mode
2021-11-23 11:49:48 +01:00
mintsuki
9aa74ba391
panic: Mention CTRL+ALT+DEL in system halted message
2021-11-23 11:49:48 +01:00
mintsuki
5555af6641
term: Implement interruptible quiet mode
2021-11-23 11:47:14 +01:00
mintsuki
4a6aabbe55
panic: Mention CTRL+ALT+DEL in system halted message
2021-11-23 11:29:53 +01:00
mintsuki
9cbe856da0
term: Bug fixes
2021-11-21 01:19:22 +01:00
mintsuki
65925ebc60
term: Bug fixes
2021-11-21 01:18:39 +01:00
mintsuki
b0e9007e2c
term: Fix bug introduced by last commit
2021-11-20 23:06:41 +01:00
mintsuki
237a3b3152
term: Fix bug introduced by last commit
2021-11-20 23:05:56 +01:00
mintsuki
2fba562194
term: When using quiet mode, hide textmode cursor
2021-11-20 22:42:14 +01:00
mintsuki
89fbcbe71b
term: When using quiet mode, hide textmode cursor
2021-11-20 22:40:27 +01:00
mintsuki
0b8608620a
term: Introduce quiet mode
2021-11-20 21:57:01 +01:00
mintsuki
a937eb4202
term: Introduce quiet mode
2021-11-20 21:47:51 +01:00
mintsuki
8ad9ea1767
build: Update documentation for new binary location
2021-11-20 09:15:04 +01:00
mintsuki
7dee049ef8
build: Update release workflow for new binary location
2021-11-20 09:15:04 +01:00
mintsuki
e7b7e12517
build: Do not full-path limine-install Makefile target
2021-11-20 09:14:37 +01:00
mintsuki
0ce2d6387b
build: Add regenerate make target
2021-11-20 09:14:12 +01:00
mintsuki
df1e8b95bf
build: Allow out of tree builds
2021-11-20 09:13:32 +01:00
mintsuki
f48783eef7
test: Minor multiboot fixes
2021-11-20 09:12:59 +01:00
mintsuki
da6dc040c9
pmm: Minor cleanup
2021-11-20 09:12:59 +01:00
mintsuki
4337ae1a32
build: Update documentation for new binary location
2021-11-20 08:57:40 +01:00
mintsuki
af2d2b2c01
build: Update release workflow for new binary location
2021-11-20 08:52:15 +01:00
mintsuki
1c6f293732
build: Do not full-path limine-install Makefile target
2021-11-20 08:47:22 +01:00
mintsuki
c4c3afc77d
build: Add regenerate make target
2021-11-20 08:38:34 +01:00
mintsuki
eaef49b78b
build: Allow out of tree builds
2021-11-20 08:32:06 +01:00
mintsuki
30b0657e38
test: Minor multiboot fixes
2021-11-19 15:17:37 +01:00
mintsuki
6e61b4bd50
pmm: Minor cleanup
2021-11-19 15:15:06 +01:00
mintsuki
ceeb602498
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:24:57 +01:00
mintsuki
2829666bfd
bootboot: Further address some of the issues raise in #124
2021-11-10 14:24:57 +01:00
mintsuki
45552b23fb
bootboot: Fix potential buffer overflow in bruteforce_kernel() (see #124 )
2021-11-10 14:24:57 +01:00
mintsuki
e3bca55afa
build: Compile BIOS Limine for i686 instead of i386
2021-11-10 14:24:57 +01:00
mintsuki
792dc81b43
bootboot: Check for the right architecture when bruteforcing kernel (see #124 )
2021-11-10 14:24:57 +01:00
mintsuki
286f3bc62d
bootboot: Remove uselessness and compliance fixes (see #124 )
2021-11-10 14:24:57 +01:00
ilobilo
681a9a53f6
Update stivale.c
2021-11-10 14:24:57 +01:00
ilobilo
9cdb239605
Update stivale2.c
2021-11-10 14:24:57 +01:00
Andy-Python-Programmer
becf92eceb
tests: add a basic test multiboot1 kernel
...
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-11-10 14:24:57 +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
mintsuki
636164a8ae
bootboot: Further address some of the issues raise in #124
2021-11-10 13:48:16 +01:00
mintsuki
8b81412e14
bootboot: Fix potential buffer overflow in bruteforce_kernel() (see #124 )
2021-11-10 13:40:39 +01:00
mintsuki
42cd7d95ac
build: Compile BIOS Limine for i686 instead of i386
2021-11-10 13:18:08 +01:00
mintsuki
6aba8decc4
bootboot: Check for the right architecture when bruteforcing kernel (see #124 )
2021-11-10 12:29:58 +01:00
mintsuki
e0fefcf21c
bootboot: Remove uselessness and compliance fixes (see #124 )
2021-11-10 12:25:45 +01:00