Skip to content

Commit

Permalink
Merge pull request #1635 from ghaerr/070
Browse files Browse the repository at this point in the history
[release] Update ELKS version number to v0.7.0
  • Loading branch information
ghaerr authored Aug 3, 2023
2 parents c61a06e + 9432035 commit d043b92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ XT / AT and clones) as well as more recent SBCs, SoCs, and FPGAs. ELKS supports
## Screenshots

ELKS running on QEMU
![ss1](https://github.com/jbruchon/elks/blob/master/Screenshots/ELKS_0.5.0.png)
![ss1](https://github.com/jbruchon/elks/blob/master/Screenshots/ELKS_0.7.0.png)

Olivetti M24 8086 CPU
![ss2](https://github.com/jbruchon/elks/blob/master/Screenshots/Olivetti_M24_8086_CPU.png)
Expand Down Expand Up @@ -60,8 +60,8 @@ More information is in the Documentation folder: [Index of ELKS Documentation](h

Other projects and resources interesting to ELKS and our programming community:

- [blink16](https://github.com/ghaerr/blink16) A visual 8086 emulator and debugger capable of booting the ELKS kernel for symbolic debugging, as well as an emulator for ELKS executables.
- [Size Optimization Tricks](https://justine.lol/sizetricks/) A great article from Justine Tunney's blog showing how big things can be done without bloat.
- [Blinkenlights](https://justine.lol/blinkenlights/) A visual debugger shows 8086 instruction execution starting from a PC boot sector.
- [gcc-ia16](https://github.com/tkchia/gcc-ia16) TK Chia's gcc compiler targeted for 8086, maintained and used for the ELKS kernel and all its applications.

## More information
Expand Down
Binary file added Screenshots/ELKS_0.7.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion elks/Makefile-rules
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ include $(TOPDIR)/Make.defs
# State the current version of this system.

VERSION = 0 # (0-255)
PATCHLEVEL = 6 # (0-255)
PATCHLEVEL = 7 # (0-255)
SUBLEVEL = 0 # (0-255)
PRE = 0

Expand Down
4 changes: 2 additions & 2 deletions elks/arch/i86/kernel/syscall.dat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# WARNING!
# This file is used to generate the system call lists for Dev86(elks)
# ELKSemu and elks itself. Changes to this may require changes in
# elksemu and ELKS itself. Changes to this may require changes in
# all three of those packages.
#
# '.' = Ok, with comment
Expand All @@ -15,7 +15,7 @@
# implemented in the kernel.
#
# Package versions are matched.
# Elks version - 0.3.0
# ELKS version - 0.7.0
#
# Name No Args Flag, comment
#
Expand Down

0 comments on commit d043b92

Please sign in to comment.