Limine Bare Bones: Difference between revisions

m
no edit summary
[unchecked revision][unchecked revision]
(Created page with "{{BeginnersWarning}} {{Rating|1}} {{Template:Kernel designs}} The Limine Boot Protocol is the flagship boot protocol provided by the Limine bootloader. Like the [[stivale...")
 
mNo edit summary
Line 86:
PHDRS
{
null PT_NULL FLAGS(0) ; /* Null segment */
text PT_LOAD FLAGS((1 << 0) | (1 << 2)) ; /* Execute + Read */
rodata PT_LOAD FLAGS((1 << 2)) ; /* Read only */
Anonymous user