Skip to content

Commit

Permalink
Folder rename: 'msxdos25' to 'kernel', 'command25' to 'command'
Browse files Browse the repository at this point in the history
  • Loading branch information
Konamiman committed Aug 11, 2018
1 parent 9d707e5 commit 3cac1de
Show file tree
Hide file tree
Showing 340 changed files with 33 additions and 33 deletions.
24 changes: 12 additions & 12 deletions .gitignore
Expand Up @@ -23,18 +23,18 @@ dos250ba.dat
kernel.dat
nextor2.rom
info/*.pdf
source/msxdos25/bank*/*.inc
source/msxdos25/drivers/*.inc
source/msxdos25/drivers/**/*.inc
source/msxdos25/drivers/**/*.lst
!source/msxdos25/drivers/MegaFlashRomSD/*.bin
source/msxdos25/drivers/**/*.rom
source/msxdos25/drivers/**/*.ROM
source/msxdos25/bank5/*.dat
source/msxdos25/bank5/*.asm
source/command25/msxdos/*.inc
source/command25/msxdos/codes.mac
source/command25/msxdos/data.mac
source/kernel/bank*/*.inc
source/kernel/drivers/*.inc
source/kernel/drivers/**/*.inc
source/kernel/drivers/**/*.lst
!source/kernel/drivers/MegaFlashRomSD/*.bin
source/kernel/drivers/**/*.rom
source/kernel/drivers/**/*.ROM
source/kernel/bank5/*.dat
source/kernel/bank5/*.asm
source/command/msxdos/*.inc
source/command/msxdos/codes.mac
source/command/msxdos/data.mac
source/tools/**.inc
source/tools/**.asm
source/tools/**.com
Expand Down
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -10,9 +10,9 @@ Note that there is no `master` branch, but branches for each major version of Ne

* [**source**](/source): The source code of Nextor itself.

* [**msxdos25**](source/msxdos25): The kernel ROM, includes the FDISK tool.
* [**kernel**](source/kernel): The kernel ROM, includes the FDISK tool.

* [**command25**](source/command25): `NEXTOR.SYS`, `COMMAND2.COM` and the command line tools that were originally supplied with MSX-DOS.
* [**command**](source/command): `NEXTOR.SYS`, `COMMAND2.COM` and the command line tools that were originally supplied with MSX-DOS.

* [**tools**](source/tools): The new command line tools created for Nextor.

Expand All @@ -31,24 +31,24 @@ You need:

### To build the Nextor kernel

Run the `compile.bat` script located in the `source\msxdos25` folder. If the FDISK tool has not been compiled already (the `fdisk.dat` and `fdisk2.dat` files do not exist in the `bank5` folder), they will be compiled on the fly.
Run the `compile.bat` script located in the `source\kernel` folder. If the FDISK tool has not been compiled already (the `fdisk.dat` and `fdisk2.dat` files do not exist in the `bank5` folder), they will be compiled on the fly.

The generated kernel base file and the complete ROM files will be generated in the `bin\kernels` folder. One ROM file will be generated for each folder existing in the `source\msxdos25\drivers` folder.
The generated kernel base file and the complete ROM files will be generated in the `bin\kernels` folder. One ROM file will be generated for each folder existing in the `source\kernel\drivers` folder.

### To build the FDISK tool only

If you make a change in the FDISK tool, you can compile it without having to compile the full kernel again. Just run the `compile.bat` script in the `source\msxdos25\bank5` folder (do NOT run `compfdsk.bat`). The ROM files in `bin\kernels` will be appropriately updated.
If you make a change in the FDISK tool, you can compile it without having to compile the full kernel again. Just run the `compile.bat` script in the `source\kernel\bank5` folder (do NOT run `compfdsk.bat`). The ROM files in `bin\kernels` will be appropriately updated.

### To build the command line tools

Run the `compile.bat` script in the `source\tools` folder. The tools will be generated in the `bin\tools` folder.

### To build `NEXTOR.SYS`

Run the `compile.bat` script in the `source\command25\msxdos` folder. The file will be generated in the `bin\tools` folder.
Run the `compile.bat` script in the `source\command\msxdos` folder. The file will be generated in the `bin\tools` folder.

### To build `COMMAND2.COM`

Run the `compile.bat` script in the `source\command25\command` folder. The file will be generated in the `bin\tools` folder.
Run the `compile.bat` script in the `source\command\command` folder. The file will be generated in the `bin\tools` folder.

At this time there's no specific script (other than the original makefile) for building the original MSX-DOS command line tools.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,8 +1,8 @@
@echo off
cls
copy ..\..\msxdos25\*.inc
copy ..\..\msxdos25\codes.mac
copy ..\..\msxdos25\data.mac
copy ..\..\kernel\*.inc
copy ..\..\kernel\codes.mac
copy ..\..\kernel\data.mac
for %%A in (CODES,DATA,START,CLI,CMD,COPY,DIRS,FILES,IO,JTEXT,MESSAGES,MISC,VAR,VER) do cpm32 M80 =%%A
cpm32 l80 /P:100,CODES,DATA,START,CLI,CMD,COPY,DIRS,FILES,IO,JTEXT,MESSAGES,MISC,VAR,VER,COMMAND2/n/x/y/e
hex2bin -s 100 command2.hex
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,9 +1,9 @@
@echo off
cls

copy ..\..\msxdos25\*.inc
copy ..\..\msxdos25\codes.mac
copy ..\..\msxdos25\data.mac
copy ..\..\kernel\*.inc
copy ..\..\kernel\codes.mac
copy ..\..\kernel\data.mac
for %%A in (CODES,DATA,KMSG,MESSAGES,REAL,REF,RELOC,VER,END) do cpm32 M80 =%%A
copy NOKMSG.MAC USEKMSG.MAC
cpm32 M80 =SYS
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3cac1de

Please sign in to comment.