kleines Filmröllchen
19163e79a3
Everywhere: Format Markdown with prettier
...
These are the exact changes necessary to get the
next commit to pass pre-commit checks.
2024-10-04 10:46:42 -04:00
Liav A.
897b5dfe8b
Documentation+Base: Remove old remainders of RAM disk support
...
We don't support such configuration for a very long time, so there's no
point of keeping references to that feature.
2024-05-07 17:02:09 -06:00
Pankaj Raghav
53d47c6614
Documentation: Update information regarding MSIx for NVMe :^)
...
Now we support MSIx for NVMe. Retain the information about using
nvme_poll until MSIx is tested on a Bare metal system.
2023-05-07 21:16:41 +02:00
Jelle Raaijmakers
dd8fa73da1
Kernel: Add support for Intel HDA
...
This is an implementation that tries to follow the spec as closely as
possible, and works with Qemu's Intel HDA and some bare metal HDA
controllers out there. Compiling with `INTEL_HDA_DEBUG=on` will provide
a lot of detailed information that could help us getting this to work
on more bare metal controllers as well :^)
Output format is limited to `i16` samples for now.
2023-03-25 21:27:03 +01:00
Liav A
29a46f400d
Documentation: Remove references to the removed NE2000 driver
2023-01-08 21:51:59 +01:00
Liav A
73525ef31d
Documentation: Update the BareMetalInstallation document
...
Update it to reflect the current status of the bare metal situation now.
2023-01-08 21:51:59 +01:00
Liav A
c1d3c1e0cb
Documentation: Remove references to the removed RTL8139 driver
2023-01-07 11:37:57 -07:00
Liav A
6164729d06
Everywhere: Get rid of the fbdev kernel boot argument remainders
2022-08-14 01:03:23 +01:00
Pankaj Raghav
d93ffe3cf8
Documentation: Update BareMetalInstallation's storage support section
...
NVMe drive has been tested on a BareMetal HW :^) . Update the
BareMetalInstallation instruction to reflect the same.
2022-02-02 18:26:59 +01:00
kleines Filmröllchen
f650efc76f
Documentation: Elaborate on GRUB image flashing and video-less debugging
...
This should help others to not run into the same roadblocks with
bare-metal that I ran into.
2021-12-29 03:45:59 -08:00
Ben Wiederhake
542a88a7be
Kernel: Separate framebuffers from bootmode
...
Bootmode used to control framebuffers, panic behavior, and SystemServer.
This patch factors framebuffer control into a separate flag.
Note that the combination 'bootmode=self-test fbdev=on' leads to
unexpected behavior, which can only be fixed in a later commit.
2021-10-25 23:38:28 +02:00
Gunnar Beutner
9026dbbfd6
Documentation: Reorganize the build documentation
2021-07-10 23:24:45 +02:00