This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
1
Fork
0
You've already forked collapseos
Code
Issues
Pull Requests
Releases
Wiki
Activity
3d474c9121
collapseos
/
tools
/
emul
/
.gitignore
8 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add the concept of unit tests Will be much much easier to tests new core routines without having to re-create their context first. Also, extract parse.asm from core.asm
2019-05-17 09:33:20 -04:00
/shell/shell
/zasm/zasm
/runbin/runbin
tools/emul: re-organize .h files What used to be `tools/emul/user.h` was in fact specific to zasm, so I moved it there. To avoid name confusion, I renamed what used to be kernel.h and user.h to kernel-bin.h and user-bin.h.
2019-06-03 08:12:44 -04:00
/*/*-bin.h
tools/emul: make shell's cfsin always have all apps compiled in it
2019-06-03 08:32:25 -04:00
/cfsin/zasm
apps/ed: first steps
2019-07-13 09:57:37 -04:00
/cfsin/ed
tools/emul/shell: copy user.h in its cfsin This way, we can compile apps from within the shell that run on the shell.
2019-06-03 09:25:47 -04:00
/cfsin/user.h
Reference in New Issue
Copy Permalink