Skip to content

Commit

Permalink
Fix typo P01 -> P04, reorder and clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gampyg28 committed Apr 17, 2023
1 parent b7c7a30 commit 576756f
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 576756f

Please sign in to comment.