This website requires JavaScript.
Explore
Help
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-24 00:08:06 +11:00
Code
Issues
Releases
Wiki
Activity
04bf2117b2
collapseos
/
tools
/
emul
/
.gitignore
7 lines
65 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/shell: add filesystem support With the help of the newly-introduced cfspack tool, we can mount a filesystem in our emulated shell and play around. Read-only for now. Unpacking incoming.
2019-05-13 01:20:31 +10:00
/cfsin
/cfsout
Reference in New Issue
Copy Permalink