Skip to content
Avatar
😴
😴

Achievements

Achievements

Block or Report

Popular repositories

  1. Forked from crtc-demos/gcc-ia16

    Fork of Lambertsen & Jenner (& al.)'s IA-16 (Intel 16-bit x86) port of GNU compilers ― added far pointers & more • use https://github.com/tkchia/build-ia16 to build • Ubuntu binaries at https://lau…

    C 69 6

  2. Forked from crtc-demos/build-ia16

    Scripts to build IA-16 GCC toolchain, Ubuntu source .deb's, & FreeDOS binary packages ― fork of https://github.com/crtc-demos/build-ia16 • Ubuntu binaries at https://launchpad.net/%7Etkchia/+archiv…

    Shell 51 6

  3. GW-BASIC Template

    Forked from dspinellis/GW-BASIC

    Assembling Microsoft GW-BASIC from 1983, with MASM or JWasm • "pre-release" binaries at https://github.com/tkchia/GW-BASIC/releases • source mirror at https://gitlab.com/tkchia/GW-BASIC • fork of h…

    Assembly 42 4

  4. Attempt to reimplement non-standard C library facilities (e.g. <conio.h>) used in MS-DOS programs, for IA-16 GCC ― mirror of https://gitlab.com/tkchia/libi86 • Ubuntu packages for cross-compilation…

    C 15

  5. Forked from crtc-demos/binutils-ia16

    Fork of Jenner (& al.)'s IA-16 (Intel 16-bit x86) port of GNU Binutils ― added MS-DOS MZ relocation support & ELKS support • use https://github.com/tkchia/build-ia16 to build • Ubuntu binaries at h…

    C 10 3

  6. Forked from crtc-demos/newlib-ia16

    Fork of IA-16 port of Newlib -- added small and medium model support

    C 6 3

543 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri

Contribution activity

May 1, 2021

tkchia has no activity yet for this period.

April 2021

Created 3 repositories

Created a pull request in jbruchon/elks that received 24 comments

[kernel] use interrupt-driven I/O when setting keyboard LEDs

Follow-up to the PR #910 .

+79 −45 24 comments

Created an issue in davidgiven/ack that received 3 comments

Used local functions are inlined, but unused local functions are not removed?

Running ack -mlinux386 -O6 -c.s test.c on the code extern int real_foo(int x, int y); static int foo(int x, int y) { return real_foo(x, y); } int …

3 comments
Opened 1 other issue in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.