Thanks to visit codestin.com
Credit goes to github.com

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

Organizations

@ReturnInfinity

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. ReturnInfinity/BareMetal ReturnInfinity/BareMetal Public

    A very minimal, resource efficient exo-kernel

    Assembly 795 110

  2. ReturnInfinity/Pure64 ReturnInfinity/Pure64 Public

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

    Assembly 574 100

  3. minIP minIP Public

    A minimalist IP stack written in ANSI C.

    C 53 14

  4. wozmon_x86-64 wozmon_x86-64 Public

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

    Assembly 63 1

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

    Build script for BareMetal OS and its related utilities

    Shell 785 109