run: myos.iso
@echo " QEMU"
- @qemu-system-i386 -drive file=$<,index=2,media=cdrom -monitor stdio -no-reboot #-s -S #-d int
+ @qemu-system-i386 -drive file=$<,index=2,media=cdrom -monitor stdio -no-reboot -s -S #-d int
*(.rodata)
}
- .init_array :
- {
- __init_array_start = .;
- *(.init_array)
- __init_array_end = .;
- }
+ .init_array :
+ {
+ __init_array_start = .;
+ *(.init_array)
+ __init_array_end = .;
+ }
/* Read-write data (initialized) */
.data BLOCK(4K) : ALIGN(4K)
a segment with the same name. Simply add stuff here as needed. */
.note :
- {
- *(.note)
- *(.note*)
- }
+ {
+ *(.note)
+ *(.note*)
+ }
}