This website requires JavaScript.
Explore
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
0
Fork
0
You've already forked collapseos
mirror of
https://github.com/hsoft/collapseos.git
synced
2024-11-06 03:10:54 +11:00
Code
Issues
Releases
Wiki
Activity
83b314c450
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 23:33:20 +10: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 22:12:44 +10:00
/*/*-bin.h
tools/emul: make shell's cfsin always have all apps compiled in it
2019-06-03 22:32:25 +10:00
/cfsin/zasm
apps/ed: first steps
2019-07-13 23:57:37 +10: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 23:25:47 +10:00
/cfsin/user.h
Reference in New Issue
Copy Permalink