User:Superleaf1995: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
mNo edit summary
Line 1: Line 1:
Hello I'm Superleaf1995, a C and Assembly coder that has build a lot of MS-DOS programs.
Hello I'm Superleaf1995, a C and Assembly coder that has build a lot of MS-DOS programs.
I'm currently making [[User:Superleaf1995/LeafOS|LeafDOS]], because my username. And participating in [https://gitlab.com/plutonium-os/plutonium Plutonium]

I'm available on IRC (superleaf on chat.freenode.net) and matrix (superleaf1995:chat.endl.site OR superleaf1995:matrix.org).


Userpages:
Userpages:

Revision as of 20:01, 23 January 2022

Hello I'm Superleaf1995, a C and Assembly coder that has build a lot of MS-DOS programs.

Userpages:

Send a happy face to COM1:

typedef int i;typedef void v;typedef char c;i z(){return inb(0x3F8+5)&32;}w(c a){while(!z()){}outb(0x3F8,a);}u(){w(':');w(')');}