diff --git a/README.md b/README.md index 20e24ea97..007a308da 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/Screenshots/ELKS_0.7.0.png b/Screenshots/ELKS_0.7.0.png new file mode 100644 index 000000000..53127be29 Binary files /dev/null and b/Screenshots/ELKS_0.7.0.png differ diff --git a/elks/Makefile-rules b/elks/Makefile-rules index 16e7cb2be..a8b8e3fea 100644 --- a/elks/Makefile-rules +++ b/elks/Makefile-rules @@ -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 diff --git a/elks/arch/i86/kernel/syscall.dat b/elks/arch/i86/kernel/syscall.dat index 08b9c7bc1..90931ea26 100644 --- a/elks/arch/i86/kernel/syscall.dat +++ b/elks/arch/i86/kernel/syscall.dat @@ -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 @@ -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 #