Giovanni Mascellani dcdfb2883e Add support for bit shifts. 5 years ago
..
asm_compile.g ef2a771e2a Support align instruction. 5 years ago
asm_opcodes.g 3d351a557d Add basic PMC support. 5 years ago
asm_preproc.g 8980eace3a Actually call fasm compiled program. 5 years ago
asm_regs.g 116c0a6d2c Add licensing details. 5 years ago
asmg.asm ec0199a8b3 Basic support for debugging G programs. 5 years ago
atapio.g 8fb96120a3 Implement ATA PIO writing. 5 years ago
avl_map.g f59f1c2246 Fix known bugs and finally switch to binary search trees for maps. 5 years ago
c_ast.g 95d2a00705 Implement C initializers. 5 years ago
c_compile.g dbfe938193 Add partial support for arithmetic between 8 bytes integers. 5 years ago
c_preproc.g 8fb96120a3 Implement ATA PIO writing. 5 years ago
c_test.g dbfe938193 Add partial support for arithmetic between 8 bytes integers. 5 years ago
check_malloc.g f647a2d006 Store malloc-ing EIP in order to help debugging. 5 years ago
debugfs.g 8d7b09508c Dump and recover tokens after preprocessing. 5 years ago
diskfs.g 7f1e3ddcc1 Introduce vfs_seek. 5 years ago
fasm.g 1d48631d85 Fix and complete fasm interface. 5 years ago
kernel-asmg.asm dcdfb2883e Add support for bit shifts. 5 years ago
kmalloc.g 7f66149a35 Basic kmalloc stats. 5 years ago
main.g 8fb96120a3 Implement ATA PIO writing. 5 years ago
malloc_utils.g 09c44339ba Implement malloc and company. 5 years ago
map.g f59f1c2246 Fix known bugs and finally switch to binary search trees for maps. 5 years ago
mbr.g 6969709bdd Implement a basic debugfs. 5 years ago
mcpp.g 3e0d6d109c Missing file. 5 years ago
mescc_hex2.g dac5a4be69 Replace tabs with spaces again. 5 years ago
mescc_m1.g dac5a4be69 Replace tabs with spaces again. 5 years ago
mescc_m2.g 027216f8d3 Update M2. 5 years ago
ramfs.g 29710261f2 Replace explicit map iteration with foreach. 5 years ago
simple_malloc.g 116c0a6d2c Add licensing details. 5 years ago
sum.g 1bc1b5a338 Add sum.g example. 5 years ago
test.g 116c0a6d2c Add licensing details. 5 years ago
tinycc.g 8d7b09508c Dump and recover tokens after preprocessing. 5 years ago
triv_malloc.g 116c0a6d2c Add licensing details. 5 years ago
utils.g f59f1c2246 Fix known bugs and finally switch to binary search trees for maps. 5 years ago
utils2.g 93d03d63b8 Fix C file including. 5 years ago
vector.g f59f1c2246 Fix known bugs and finally switch to binary search trees for maps. 5 years ago
vfs.g 29710261f2 Replace explicit map iteration with foreach. 5 years ago
vfs_utils.g 03e47fddab Implement ATA PIO driver in G. 5 years ago