
No jax on his abstraction bed
( Idk who made this btw so look it up yourself )

( Idk who made this btw so look it up yourself )
What all
software and hardware setup are yall using I wanna know, so I can get started with my own image gen setup
The Characters Here are:
Debaditya / 5ft 6.5(He insist he is 5ft7) / Black Hair / Brown Eyes
Alice Gravewood / 5ft 2 / Brown Hair / Brown Eyes
I know its a bit late but in honor of Father's day I present to you my Dad OC and also the OG father of Mankind - Adam
​
I know what kind of people you guys are
NephilimOS is a MINIX-inspired bare-metal x86_64 kernel I wrote from scratch — boots via GRUB Multiboot 1, runs a cooperative scheduler, mounts ext2 from a RAM disk, and executes userland apps written in JavaScript via an embedded MuJS interpreter at Ring 1.
~7K lines of C and Assembly, plus MuJS which I sto-borrowed.
Snake is 350 lines of freestanding C running at Ring 1 — direct VGA writes to 0xB8000, nonblocking keyboard input, speed scaling by score, and highscore persisted to /tmp/snake_hi through my own ext2 VFS. The JS runtime had other plans so C it was.
The rest of the userland (shell, coreutils, text editor) is JavaScript through int $0x80.
Active roadmap: IDE driver for persistent storage, NVMe support, sysfetch, and getting JS apps off baked-in string literals and onto actual disk.