Skip to content

Commit

Permalink
winix 2.4 released
Browse files Browse the repository at this point in the history
  • Loading branch information
halfer53 committed Apr 5, 2021
1 parent 88f37d9 commit 6a6b169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ SREC = $(shell find $(SREC_INCLUDE) -name "*.srec")

all:| makedisk kbuild $(DISK) include_build
$(Q)wlink $(LDFLAGS) -Ttext 1024 -v -o winix.srec \
$(L_HEAD) $(KERNEL_O) $(KLIB_O) $(L_TAIL) \
> $(SREC_INCLUDE)/winix.verbose
$(L_HEAD) $(KERNEL_O) $(KLIB_O) $(L_TAIL) > $(SREC_INCLUDE)/winix.verbose
ifeq ($(KBUILD_VERBOSE),0)
@echo "LD \t winix.srec"
endif
Expand Down
2 changes: 1 addition & 1 deletion include/winix/comm.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

// Major and minor version numbers for WINIX.
#define MAJOR_VERSION 2
#define MINOR_VERSION 3
#define MINOR_VERSION 4

// Predefined, wramp board has 1024 pages in total,
// which equals to 4 * 32
Expand Down

0 comments on commit 6a6b169

Please sign in to comment.