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
2025-02-17 15:45:37 -05:00
Code
Releases
Activity
7fe1a796b2
kernel
/
rootfs
/
boot
/
grub
/
grub.cfg
6 lines
94 B
INI
Raw
Normal View
History
Unescape
Escape
No timeout
2017-11-09 09:46:22 +00:00
set timeout
=
0
Only support Multiboot 2 because of modules
2017-11-01 13:23:42 +00:00
menuentry "KernelMQ" {
Display process list
2020-11-26 17:42:16 +05:00
multiboot2 /boot/kernelmq.multiboot2 hello kernel
Build ISO image for testing
2017-11-01 09:20:44 +00:00
}
Copy permalink