index
:
ats-os
master
An attempt to create an operation system in ats-lang.
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86_64
/
grub.cfg
blob: 7c34c9c11a7af93343215432234bd1f89ab9a7d2 (
plain
)
1
2
3
4
5
6
7
set timeout
=
0
set default
=
0
menuentry "ats-os" {
multiboot2 /boot/kernel.bin
boot
}