This website requires JavaScript.
Explore
Help
Sign in
tailix
/
kernel
Watch
1
Star
0
Fork
You've already forked kernel
0
mirror of
https://github.com/tailix/kernel.git
synced
2024-11-27 11:24:34 -05:00
Code
Releases
Activity
65f4a82ac9
kernel
/
rootfs
/
boot
/
grub
/
grub.cfg
7 lines
110 B
INI
Raw
Normal View
History
Unescape
Escape
No timeout
2017-11-09 04:46:22 -05:00
set timeout
=
0
Only support Multiboot 2 because of modules
2017-11-01 09:23:42 -04:00
menuentry "KernelMQ" {
Add process
2020-11-25 03:14:21 -05:00
multiboot2 /boot/kernelmq.multiboot2
Add process "procman"
2020-11-25 04:15:55 -05:00
module2 /boot/procman
Build ISO image for testing
2017-11-01 05:20:44 -04:00
}
Copy permalink