Skip to content

Commit

Permalink
Merge pull request #297 from Gampyg28/d_Readme-AssemblyTypo
Browse files Browse the repository at this point in the history
Fix typo P01 -> P04, reorder and clarity.
  • Loading branch information
antuspcm committed Apr 17, 2023
2 parents b7c7a30 + 576756f commit 829079f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Kernels/Readme-Assembly.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ E54

How to build the Assembly Kernels

To build a Kernel.
To build an Assembly Kernel.
Build.cmd -x -aFF8000 -pP01
Will build the P01 Kernel for loading at address FF8000 and not copy it anywhere, Clean.cmd will remove it ...
The dash x tells the build system to build the assembly version.

To build a Loader kernel
Build.cmd -x -aFF9090 -lFF9890 -pP01
To build a Loader and Kernel
Build.cmd -x -aFF9090 -lFF9890 -pP04
Will build the P04 Loader and Kernel.

If you want Build.cmd to copy the Kernel someplace
Expand All @@ -34,9 +34,9 @@ Load addresses
-aFF8F50 -pE54

Assembly kernel filelist
Loader.ld Specific to the Assembly Loader
Kernel.S The Kernel
Kernel.ld Linker Script specific to the Assembly Kernel
Loader.S The Loader
Loader.ld Linker Script specific to the Assembly Loader
Common-Assembly.h Common elements, could not use Common.h due to conflict with the C Kernel
Readme-Assembly.txt Readme
Common-Assembly.h Common element, could not use Common.h due to conflict with the C Kernel
Kernel.ld Specific to the Assembly Kernel

0 comments on commit 829079f

Please sign in to comment.