Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 796 Bytes

File metadata and controls

27 lines (19 loc) · 796 Bytes

Verdict-Shell (For the Bleed Kernel)

hero image

Verdict is a shell designed to make interfacing with Bleed Easy. I want to grow Verdict with the kernel increasing capabilities as the operating system becomes more complex

Verdict is the usermode entrypoint and will controll how usermode starts, for example verdict may start programs or services that must start when usermode is entered, essentially controlling the machine and how it behaves.

Theme file

Verdict loads theme colors from /initrd/etc/verdict/default.conf on startup.

primary=212,44,44
secondary=69,133,237
background=0,0,0

You can also use hex values:

primary=#d42c2c
secondary=#4585ed
background=#000000