Skip to content

A Wordle clone OS, written in C for x86 machines

License

Notifications You must be signed in to change notification settings

Camroku/WordleOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSDEV Wordle / Wordle OS


A Wordle clone OS, written in C for x86 machines

Discord Git

Compiling

You need grub, i686-elf-tools and nasm installed.

cd src
make build

Running

You need qemu installed.

make run

Credits

This OS is based on a early version of Toryus