commit d3f4719ef97a650502f1e8fcf1436db1262370c4 Author: Raj Sharma Date: Wed Mar 13 22:03:22 2024 +0530 v0 diff --git a/CatOS.iso b/CatOS.iso new file mode 100644 index 0000000..15cd6cd Binary files /dev/null and b/CatOS.iso differ diff --git a/boot/bzImage b/boot/bzImage new file mode 100644 index 0000000..dfc3c0c Binary files /dev/null and b/boot/bzImage differ diff --git a/boot/grub/grub.cfg b/boot/grub/grub.cfg new file mode 100644 index 0000000..2f9a662 --- /dev/null +++ b/boot/grub/grub.cfg @@ -0,0 +1,6 @@ +set timeout=0 +set default=0 +menuentry "CatOS" { + linux /boot/bzImage quiet + init=/init +} diff --git a/init b/init new file mode 100755 index 0000000..08d19fa --- /dev/null +++ b/init @@ -0,0 +1,4 @@ +#!/bin/sh +echo ' |\__/,| (`\ + _.|o o |_ ) ) +-(((---(((--------'