index
:
tinyOS.git
add-shell
keyboard-support
master
A 32-bit hobby operating system from scratch
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boot-iso
/
boot
/
grub
/
grub.cfg
blob: 93aedb6c71d7a7e5aef597987d7fc52b021d53cc (
plain
)
1
2
3
4
5
6
set timeout
=
0
set default
=
0
menuentry "tinyOS" {
multiboot /boot/kernel.bin
}