Skip to content

Commit

Permalink
Increase DEF_SYSSEG to 0x1400 to eliminate tools/build warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Nov 8, 2024
1 parent b7371cc commit f8dfe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elks/include/linuxmt/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

/* Don't touch these, unless you really know what you are doing. */
#define DEF_INITSEG 0x0100 /* initial Image load address by boot code */
#define DEF_SYSSEG 0x1300 /* address setup then copies kernel to, then REL_SYSSEG */
#define DEF_SYSSEG 0x1400 /* address setup then copies kernel to, then REL_SYSSEG */
#define DEF_SETUPSEG DEF_INITSEG + 0x20
#define DEF_SYSMAX 0x2F00 /* maximum system size (=.text+.fartext+.data) */

Expand Down

0 comments on commit f8dfe7e

Please sign in to comment.