Compare commits
2 Commits
da5dd55ce6
...
337a40e84c
Author | SHA1 | Date | |
---|---|---|---|
337a40e84c | |||
ca38b976ab |
@ -1,3 +1,5 @@
|
|||||||
|
set timeout=0
|
||||||
|
set default=0
|
||||||
menuentry "julios" {
|
menuentry "julios" {
|
||||||
multiboot2 /boot/julios
|
multiboot2 /boot/julios
|
||||||
boot
|
boot
|
||||||
|
@ -9,6 +9,16 @@ SECTIONS {
|
|||||||
*(.multiboot_header)
|
*(.multiboot_header)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stack :
|
||||||
|
{
|
||||||
|
*(.stack)
|
||||||
|
}
|
||||||
|
|
||||||
|
.bss :
|
||||||
|
{
|
||||||
|
*(.bss)
|
||||||
|
}
|
||||||
|
|
||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
*(.text)
|
*(.text)
|
||||||
|
Loading…
Reference in New Issue
Block a user