-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question regarding building the binaries #78
Comments
Hi @vipoo. Regarding As for using Nextor in a BASIC-less setup: I have no idea if it would work. Nextor needs BASIC for the As for testing, yes, the best approach is to use an emulator - that's what I myself do most of the time for convenience; I only test on real hardware right before releasing a new version. I use mostly blueMSX (with its integrated support for Sunrise IDE) and occasionally openMSX (since it emulates the MegaFlashROM SCC+ SD). I hope that helps! |
I have since figured this out. I really want to make sure i can assembly everything -- otherwise how can one hack? 😏
It works - have it running on my hardware now. Only had issue with one thing, the code for Russian keyboard makes a direct call to ROM address This was easy enough to fix, I simple added a conditional switch
I used blueMSX a lot in the early days, to explore and understand Nextor and CBIOS code. But now its all running on my actual kit hardware. The emulator has limited value for me now, as obviously they do not support some of my hardware. So far, I have achieved the following:
If you interested, here's a link to the latest demo video of my setup. https://youtu.be/PlqrQ548rpE Further Questions: I do have some questions that perhaps you could help me with.
And I have yet to get Anyway, let me finish by saying I really appreciate what you have done with this project. It's very impressive. When I wrote the embedded Rom disk driver, it was so easy to understand the interface - well documented and explained. I plan to write drivers for my HDD and FDD interface boards sometime in the future. Nextor makes contemplating that quite easy. Cool Bananas! Cheers |
Hello Néstor,
Been reading about Nextor and how its evolved and come to be what it is - it seems to be a really cool project.
I was wondering if you might have a few minutes to help me with some questions/issues I have detailed below?
I was trying to follow the build steps for compiling, but I cant build the
command2.sys
unit. Under the v3.0 and v2.1 branches there is nocompile.bat
withinsource\command\command\compile.bat
. I copied thecompile.bat
file from the v2.0 branch, and the M80/L80 binaries, and was able to get a COMMAND2.SYS built - but this would seem like a strange process - so it makes me think that something is not quite right.Am I missing something, or is the README in error, or something else?
I am just starting out, so not sure once i have built some binaries what to do next - i assume building up an emulator instance to test em out?
Perhaps I am barking up the wrong tree here --- I am wondering if I can create an instance of Nextor to run on my custom built MSX hardware. I am working thru a series of expansion boards for my RC2014 platform kit, and I would really like to use open-source software in the ROM images.
Really not sure if this is something that is achievable or make sense - is it possible to build a rom image with CBIOS/Nextor booting up with RAM/ROM emulated floppies (and eventually hook my real floppy drives in)?
Questions I have at the moment are:
Regards
Dean.
PS: I am detailing the progress of my design/build at: https://hackaday.io/project/175574-msx-compatible-boards-for-rc2014
The text was updated successfully, but these errors were encountered: