mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:27:34 +00:00
PartitionTable: Initial GPT Support, Adding Block Limit
Also added a script to handle creation of GPT partitioned disk (with GRUB config file). Block limit will be used to disallow potential access to other partitions.
This commit is contained in:
parent
b5a043cf42
commit
de49714f36
10 changed files with 273 additions and 13 deletions
11
Kernel/grub_gpt.cfg
Normal file
11
Kernel/grub_gpt.cfg
Normal file
|
@ -0,0 +1,11 @@
|
|||
timeout=1
|
||||
|
||||
menuentry 'Serenity (normal)' {
|
||||
root=hd0,2
|
||||
multiboot /boot/kernel root=/dev/hda2
|
||||
}
|
||||
|
||||
menuentry 'Serenity (with serial debug)' {
|
||||
root=hd0,2
|
||||
multiboot /boot/kernel serial_debug root=/dev/hda2
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue