Skip to content
View sebhcrookes's full-sized avatar
Block or Report

Block or report sebhcrookes

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
sebhcrookes/README.md

Hi, I'm Sebastian Crookes 👋
I develop software in C/C++,
Python, Java and Assembly

SocialsWebsiteBlog
(links temporarily unavailable)


Currently, I am working on several projects. These are:

BambooOS - An x86_64 operating system written in C++ and Assembly, with a UEFI bootloader.
  It supports:
  ‣ ACPI tables (MADT, MCFG)
  ‣ SMP support (multicore)
  ‣ GDT
  ‣ Interrupts (including IOAPIC)
  ‣ PIC + PIT
  ‣ Full Physical MM and Virtual MM support
  ‣ PCI
  ‣ AHCI + FAT32

Engine Simulator - An engine simulator written in C++, aiming to be like that which was created by AngeTheGreat on YouTube
game.exe - A game I'm working on which uses no external libraries or frameworks, other than ones written by me

I've been coding for ages now, and I'm currently cleaning up my OS for me to release it, and all the other tools I use to develop it, on here!


Notes 📝

I'm new to Github, so hopefully I'll have lots of my code/projects uploaded soon!
Feel free to ask me anything here

Pinned

  1. bamasm bamasm Public

    An assembler which assembles Bamboo Assembly code to machine code which is executable in BambooOS

    C++ 1