170 Commits (bfe2c87a2341c51122e8e3a4e942591bf57b4fee)

Author SHA1 Message Date
  Virgil Dupras b742d48b75 Update bootstrap binaries 5 years ago
  Virgil Dupras 3dde51ae98 Allow file-to-file compilation in the emulated shell 5 years ago
  Virgil Dupras fc81bce70f Fix error handling when writing to files in emulated shell 5 years ago
  Virgil Dupras c18d42f08b fs: further adjust to previous blkdev refactoring 5 years ago
  Virgil Dupras ae028e3a86 blockdev: make implementors "random access" 5 years ago
  Virgil Dupras 63473cc2e3 blockdev: make selection structure opaque 5 years ago
  Virgil Dupras 50a26f6e39 recipe/rc2014/zasm: new recipe 5 years ago
  Virgil Dupras dfe19e20e4 Includes work fine when assembling from the shell 5 years ago
  Virgil Dupras 7ae29015de tools/emul: add hex representation to debug output 5 years ago
  Virgil Dupras 082fa3431d We can now assemble source files from within the shell! 5 years ago
  Virgil Dupras 78345b336e Update bootstrap bin 5 years ago
  Virgil Dupras 40b3d5e11e tools/emul/shell: copy user.h in its cfsin 5 years ago
  Virgil Dupras bed7032ee5 pgm: have its own file handle 5 years ago
  Virgil Dupras ecbb77072e tools/emul/shell: allow the growing of fsdev 5 years ago
  Virgil Dupras f511289a3a tools/emul: make shell's cfsin always have all apps compiled in it 5 years ago
  Virgil Dupras 04bf2117b2 tools/emul: re-organize .h files 5 years ago
  Virgil Dupras 9a72f10221 zasm: includes CFS is now built on-the-fly by zasm.sh 5 years ago
  Virgil Dupras 02954af570 Simplyfy the creation of includes.cfs 5 years ago
  Virgil Dupras a4e45d1a75 zasm: make fsdev buffer larger 5 years ago
  Virgil Dupras 58bdc6b27f cfspack: apply fnmatch only to files 5 years ago
  Virgil Dupras 8e2a89cea5 cfspack: add the ability to spit a single file 5 years ago
  Virgil Dupras c317fbdcf9 cfspack: add pattern argument 5 years ago
  Virgil Dupras 22e990ed89 Parametrize zasm linux bin's include CFS file 5 years ago
  Virgil Dupras 37a167562c Update bootstrap bin 5 years ago
  Virgil Dupras 21c677a950 Make parseArgs not expect a leading space 5 years ago
  Virgil Dupras f8bd8eeaaf Make userspace parse args the same way the shell does 5 years ago
  Virgil Dupras 73c3fc7947 shell/stdio: decouple from blkdev (again) 5 years ago
  Virgil Dupras 88bf98321e fs: adjust to DE->IX change in recipe/emul glue code 5 years ago
  Virgil Dupras 2e8af376e3 pgm: new kernel module 5 years ago
  Virgil Dupras 83771b538f fs: check for file size bounds in GetC 5 years ago
  Virgil Dupras cdc865f8c6 tools/emul/shell: add debug output 5 years ago
  Virgil Dupras 6403ab1acf zasm: add support for SRL r 5 years ago
  Virgil Dupras 328f44814e Make blockdev pointers 32 bits 5 years ago
  Virgil Dupras 2c80924df9 zasm: indicate include lineno in errors 5 years ago
  Virgil Dupras 8def8e7c38 zasm: add lineno to error reports 5 years ago
  Virgil Dupras e414e600ea zasm: add ERR_DUPSYM and ERR_OOM error conditions 5 years ago
  Virgil Dupras b298e607bd zasm: implement error conditions for #inc 5 years ago
  Virgil Dupras 31f7c7771d zasm: implement error conditions in .org and .fill 5 years ago
  Virgil Dupras 371076190f zasm: implement error conditions in .equ 5 years ago
  Virgil Dupras 436ff51c39 zasm: implement error conditions in .dw 5 years ago
  Virgil Dupras f5d4321ece zasm: implement error conditions in .db 5 years ago
  Virgil Dupras d76dd54f4b zasm: add ERR_OVFL 5 years ago
  Virgil Dupras f9118ef88e xasm: expand ERR_BAD_ARG condition 5 years ago
  Virgil Dupras e1e6d52fea zasm: add ERR_BAD_FMT 5 years ago
  Virgil Dupras 412b3f374a zasm: add ERR_BAD_ARG 5 years ago
  Virgil Dupras af2c561c6b zasm: begin erroring out reliably 5 years ago
  Virgil Dupras 8923fefeff Update docs 5 years ago
  Virgil Dupras c40bc329d5 zasm: fix expr returning wrong values on first pass 5 years ago
  Virgil Dupras e18f9b53a9 zasm: add support for "$" symbol 5 years ago
  Virgil Dupras 207adbc2f8 tools/emul: add "make rescue" command 5 years ago