Skip to content
View joschatom's full-sized avatar

Highlights

  • Pro

Organizations

@firepointtheos@org-firedos@ant-os@flake-lang

Block or report joschatom

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joschatom/README.md

Hi 👋, I'm Joscha Egloff

A young programmer from Switzerland.

joschatom

joschatom

  • I’m currently working on AntOS, Flake Programming Language, a Physics Engine and more.

  • I’m currently learning os-dev with Zig.

  • Ask me about C#, C/C++, Python, Zig and Rust

  • How to reach me joscha.egloff@pm.me

joschatom

Pinned Loading

  1. ant-os/rust-kernelant-os/rust-kernelPublic

    The rewrite of the Kernel in Rust!

    Rust 1

  2. The-TASInterpreter/TASIThe-TASInterpreter/TASIPublic

    An Interpreter for a new language (TASI) programmed in c#

    C# 4 1

  3. flake-lang/flake2flake-lang/flake2Public

    Flake Rewrite

    Rust

  4. simple-writersimple-writerPublic

    Simple CLI Writer

    Rust

  5. basic_io.asmbasic_io.asm
    1
    org 0x100
    2
    3
    section .text
    4
    _entry:
    5
     ; print()
  6. stackmaxingstackmaxingPublic

    x86_64 OS Kernel for maximising stack depth WITHOUT tail calls, written in assembly.

    Assembly