Skip to content
View IanSeyler's full-sized avatar
👨‍💻
Coding...
👨‍💻
Coding...

Organizations

@ReturnInfinity
Block or Report

Block or report IanSeyler

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
IanSeyler/README.md
#include <stdio.h>

int main() {
  printf("Hello, I’m Ian Seyler\n");
  printf("My code is primarily in x86 Assembly with a bit of C as well\n");
  printf("I’m looking to collaborate on minimal operating systems\n");
  return 0;
}

Pinned

  1. ReturnInfinity/BareMetal ReturnInfinity/BareMetal Public

    A very minimal, resource efficient exo-kernel

    Assembly 564 86

  2. ReturnInfinity/Pure64 ReturnInfinity/Pure64 Public

    Pure64 is a kernel/software loader for x86-64 systems.

    Assembly 536 92

  3. minIP minIP Public

    A minimalist IP stack written in ANSI C.

    C 50 14

  4. wozmon_x86-64 wozmon_x86-64 Public

    A rewrite of Wozmon in x86-64 for the BareMetal kernel.

    Assembly 50 1

  5. ReturnInfinity/BareMetal-OS ReturnInfinity/BareMetal-OS Public

    Build script for BareMetal OS and its related utilities

    Shell 400 88