diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-04-18 22:29:54 -0400 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-04-18 22:29:54 -0400 |
| commit | 0bb1df583e0d7132ab02c25ad84227bd014e69f9 (patch) | |
| tree | 8b1b1ecaead8b39adce76c32c06d7c1b4eb428f2 | |
| parent | ecfa846be94ce97c3a6dee5f7d408773ba0990da (diff) | |
Removed the serial debugging flags
| -rw-r--r-- | limine.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/limine.conf b/limine.conf index 9ecd281..11570f5 100644 --- a/limine.conf +++ b/limine.conf @@ -3,5 +3,5 @@ timeout: 3 /Maple Linux protocol: linux kernel_path: boot():/vmlinuz -kernel_cmdline: root=/dev/vda2 earlyprintk=console,ttyS0,115200 console=ttyS0,115200 +kernel_cmdline: root=/dev/vda2 module_path: boot():/initramfs
\ No newline at end of file |
