add simple sum example
This commit is contained in:
7
examples/build-bochs/sum/grub/boot/grub/grub.cfg
Normal file
7
examples/build-bochs/sum/grub/boot/grub/grub.cfg
Normal file
@ -0,0 +1,7 @@
|
||||
set timeout=0
|
||||
set default=0
|
||||
|
||||
menuentry "CoRedOS" {
|
||||
multiboot /boot/system.elf
|
||||
boot
|
||||
}
|
||||
BIN
examples/build-bochs/sum/grub/boot/system.elf
Executable file
BIN
examples/build-bochs/sum/grub/boot/system.elf
Executable file
Binary file not shown.
Reference in New Issue
Block a user