Ask Me Anything

The Characters Here are:

  1. Debaditya / 5ft 6.5(He insist he is 5ft7) / Black Hair / Brown Eyes

  2. Alice Gravewood / 5ft 2 / Brown Hair / Brown Eyes

u/ObjectNo809 — 11 days ago
▲ 5 r/GachaClub+1 crossposts

Adam the first dad

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

​

u/ObjectNo809 — 16 days ago
▲ 75 r/osdev

I made a 64-bit hobby OS with a JavaScript userland. Here's Snake running on it.

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.

Repo: https://codeberg.org/debaditya/NephilimOS

u/ObjectNo809 — 2 months ago