1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:57:36 +00:00

Kernel: Add KParams class for accessing kernel cmdline parameters (#188)

This commit is contained in:
Conrad Pankoff 2019-06-04 20:54:27 +10:00 committed by Andreas Kling
parent 042895317d
commit 738f9de9a9
5 changed files with 59 additions and 3 deletions

View file

@ -2,5 +2,5 @@ timeout=0
menuentry 'Serenity' {
root=hd0,1
multiboot /boot/kernel Hello from grub!
multiboot /boot/kernel root=hd0,1
}