Compare commits
No commits in common. "337a40e84ca7eecdf29dca5f55013d32a169aeb5" and "da5dd55ce62b1bc0e9530c453b3ccd2f572ff454" have entirely different histories.
337a40e84c
...
da5dd55ce6
@ -1,5 +1,3 @@
|
|||||||
set timeout=0
|
|
||||||
set default=0
|
|
||||||
menuentry "julios" {
|
menuentry "julios" {
|
||||||
multiboot2 /boot/julios
|
multiboot2 /boot/julios
|
||||||
boot
|
boot
|
||||||
|
@ -9,16 +9,6 @@ SECTIONS {
|
|||||||
*(.multiboot_header)
|
*(.multiboot_header)
|
||||||
}
|
}
|
||||||
|
|
||||||
.stack :
|
|
||||||
{
|
|
||||||
*(.stack)
|
|
||||||
}
|
|
||||||
|
|
||||||
.bss :
|
|
||||||
{
|
|
||||||
*(.bss)
|
|
||||||
}
|
|
||||||
|
|
||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
*(.text)
|
*(.text)
|
||||||
|
Loading…
Reference in New Issue
Block a user