sectorc
sectorc copied to clipboard
A C Compiler that fits in the 512 byte boot sector of an x86 machine
There's a group of people that do bootstrapping from scratch that might be interested in this. https://bootstrapping.miraheze.org/wiki/Stage0
occassionally -> occasionally
Thanks for your fantastic work. You have literally changed my life by releasing a small non-copyrighted (subset of) C compiler. I have made a public domain C90 equivalent to your...
Saw this project on Hacker News and I think it's such an impressive work! Here's a small request change with a typo fix.
added link to examples fixed typos updated length btw, the grammar is missing definitions for `identifier` and `integer` EDIT: oh, and maybe update https://xorvoid.com/sectorc.html
Will you take a pull request with strict 8086 compatibility?
Fixing regaurdless to regardless.
I would like to boot `sectorc` in the web with [v86](https://github.com/copy/v86), but it can't read the image when loading as a hard drive. Is there any way to put `sectorc.bin`...
A small change request :) Keep up the impressive work! Guglielmo