mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

9.7K
active users

#osdever

0 posts0 participants0 posts today

Habemus ELFs! Not the fantasy creatures. But just a set of organized bit and bytes.
I managed to make my launch its first ELF executable, although is just printing a message.
ELF support is still very limited, but, is still a great achievement for my toy project.
More info on my free post: ko-fi.com/post/Habemus-ELFs-Q5

you never forget the first syscall executed by your first userspace process on your own kernel. And this is the time. Today my kernel executed it's first syscall (the system very drafty,, i just make a syscall that priint the "example" string on the log).

I think it deserve a celebration, and a self pat on the back! :D

Thee image show the code that my kernel is executing when in userspace.



github.com/dreamos82/Dreamos64