Git Product home page Git Product logo

antei's Introduction

Hi there!

I'm Hiroki Tokunaga, a worker in Japan.

Skills

These are the skills that either I have tried or I'm using daily and not something I can say I've understood a bit.

My Skills

My projects

Rust Projects

  • Ramen OS: A hobby OS supporting xHCI, USB storage reading and writing, and UEFI.
  • Antei OS: An experimental OS not using any Nightly Rust features.
  • xhci crate: A Rust library for writing xHCI drivers.
  • cpio_reader crate: A Rust library for reading CPIO files.
  • accessor crate: A Rust library for accessing MMIO.
  • qemu_print crate: A Rust library for printing strings to a console using QEMU's serial port support.
  • os_units crate: A Rust library providing memory size unit types, Bytes and NumOfPages.

Haskell Projects

TypeScript Projects

Coq Projects

  • Coqfmt: Coq code formatter (written in OCaml).

Krita plugins and programs

Other contributions

Translation into Japanese

Other accounts

My environment

  • OS: Gentoo Linux
  • Desktop environment: i3wm
  • Terminal: rxvt-unicode
  • Shell: Zsh
  • Editor: VSCode with Vim key-mapping
  • Tab size: 4 spaces
  • Keyboard layout: Programmer Dvorak (en), Kana Input (ja)

Anurag's GitHub stats

Top Langs

trophy

antei's People

Contributors

dependabot[bot] avatar toku-sa-n avatar

Stargazers

 avatar

Watchers

 avatar  avatar

antei's Issues

fix(process): GPF on multiple processes running

In kernel/src/process/mod.rs:

pub(super) fn init() {
     manager::add_idle();
 
     manager::add(Process::from_initrd("init"));
+    manager::add(Process::from_initrd("init"));
 }
 
 #[derive(Debug)]

It causes a GPF.

feat: boot from GRUB2

Using GRUB2 as a bootloader should be useful because we can pass arguments easily.

fix(interrupt): handle the error code

The current interrupt handler macro does not consider the error code, causing GPF on exceptions such as page fault because CPU tries to execute fxsave with an unaligned address. Define a macro for exceptions that push an error code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.