diff options
author | leleraffa97@hotmail.it <leleraffa97@hotmail.it> | 2017-05-04 21:42:47 +0200 |
---|---|---|
committer | leleraffa97@hotmail.it <leleraffa97@hotmail.it> | 2017-05-04 21:42:47 +0200 |
commit | fa2c317bdd3aa82d5f7d6769c9553627874d93dd (patch) | |
tree | d66dea58c2cb650cda0e57f960dd877789bb4ca0 /sw/z80/build/helvetiOS.lk | |
parent | sysio.h libc interface (diff) | |
download | z80uPC-fa2c317bdd3aa82d5f7d6769c9553627874d93dd.tar.gz z80uPC-fa2c317bdd3aa82d5f7d6769c9553627874d93dd.zip |
Kernel memory mapping setup
Diffstat (limited to 'sw/z80/build/helvetiOS.lk')
-rw-r--r-- | sw/z80/build/helvetiOS.lk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sw/z80/build/helvetiOS.lk b/sw/z80/build/helvetiOS.lk new file mode 100644 index 0000000..c16247f --- /dev/null +++ b/sw/z80/build/helvetiOS.lk @@ -0,0 +1,11 @@ +-mjwx +-i build/helvetiOS.hex +-b _CODE = 0x0800 +-b _DATA = 0x8000 +-k /usr/bin/../share/sdcc/lib/z80 +-k /usr/share/sdcc/lib/z80 +-l z80 +crt0.rel +build/kernel/kernel.rel + +-e |