Mercurial > lcfOS
annotate .hgignore @ 278:9fca39eebe50
First implementation of regalloc with coalsesc
author | Windel Bouwman |
---|---|
date | Sun, 29 Sep 2013 14:08:15 +0200 |
parents | ea93e0a7a31e |
children | c7cc54c0dfdf |
rev | line source |
---|---|
3 | 1 |
2 syntax: glob | |
3 | |
4 *.pyc | |
10 | 5 *.o |
24 | 6 *.bin |
3 | 7 |
24 | 8 cos/bootdisk.img |
34
8012221dd740
Fixes for uninitialized data. This causes problems on real machines
windel
parents:
27
diff
changeset
|
9 cos/lcfosinitrd.img |
8012221dd740
Fixes for uninitialized data. This causes problems on real machines
windel
parents:
27
diff
changeset
|
10 cos/kernel/kernel.map |
274 | 11 doc/_build |
24 | 12 |