Skip to content

Releases: ghaerr/elks

ELKS v0.7.0

03 Aug 15:41
d043b92
Compare
Choose a tag to compare

ELKS v0.7.0 Downloads

Prebuilt disk images for floppy and hard disks are downloadable below from Github Assets for this release. These images can be used to boot from PC/XT/AT or PC-98 hardware, or emulators, such as QEMU or dosbox-x. The images are built with network support by default, supporting NE2K, WD and 3Com NICs. See the Wiki HowTo for more information.

ELKS v0.7.0 Enhancements
Thank you to all who contributed to ELKS enhancements, bug identification, testing and fixes. The system continues to be very stable, with no known crashes and long uptimes.

New Systems Supported

  • MK-88 Russian IBM PC/XT compatible (8088 clone CPU), K1810BM88 w/256k RAM. Use CONFIG_HW_MK88 (@Vutshi)
  • Monotech NuXT 2.0 board (NEC V20 CPU) using Sergey Kiselev’s BIOS (@tt1542)
  • Book 8088 IBM PC/XT compatible laptop (8088 or NEC V20) (@tt1542, @Vutshi)
  • Extensive testing of older IBM 5160 PC/XT/AT and Amstrad 1640 (@toncho11)

New Commands

  • Port mail application from MINIX (@ccoffing)
  • Add fm visual file manager
  • Add disasm for ELKS binary file symbolic disassembler
  • Add cons to display console screen from remote console
  • Add ttyinfo for testing mouse and ANSI arrow, function key and mouse parsing
  • Add hostdisasm for host-based ELKS disassembler
  • Add tiny min_init replacement for /bin/init on very small systems
  • Add matrix screen saver
  • Port text adventure game advent from Fuzix
  • Port sl (train) program for mistyped ls
  • Port split from BSD 4.3reno (@Mellvik)
  • Support D-Flat Project and memopad editor application
  • Add ps, edit (visual screen editor), and fsck to 360k floppy
  • Add nxtetris to 1440k floppy

Updated Commands

  • Enhance meminfo to include process names
  • Fix cron memory leak, other fixes (@ccoffing, @ghaerr)
  • Fix tinyirc to operate using ping/pong protocol (@Redfoxymoon, @DutchComputerKid)
  • Use PATH_MAX in all applications to prevent buffer overflow (@ccoffing)
  • Nano-X won’t display cursor when no mouse present
  • Fix login handling on locked accounts, no home dir or long login name (@ccoffing)
  • Fix passwd to work on FAT filesystems
  • Update nxtetris to work at constant speed and no mouse (adds GrGetNextEventTimeout)
  • Update disasm disassembler from 86sim project, add symbolic disassembly to ELKS binaries
  • Add disasm -k option to disassemble running kernel with symbols, -a for asm input
  • Update ls for better operation with deeply nested directories and no permissions (@ccoffing)
  • Update ash for invalid TERM variable checking (@ccoffing)
  • Fix xargs with long input lines (@ccoffing)
  • Fix possible memory corruption with dd errors (@ccoffing)
  • Add MOUSE_PORT=none for all Nano-X applications
  • Cleanup cmds source tree to remove many compilation warnings
  • Fix screen to run from FAT filesystem
  • Remove pwdauth, prems and mtools from distribution image
  • Rename all test programs /bin/test_xxx
  • Fix various tr bugs and crashes (@ccoffing)
  • Fix ash build error on non-standard rindex/index definitions (@ccoffing)
  • Fix fsck out of memory problem, display issues and -r (@Mellvik, @ghaerr)
  • Update mount and df to display free space and all mounted filesystems (@Mellvik)
  • Fix fm stack overwrite
  • Use default drive for fdisk when none specified (@Mellvik)
  • Fix find stack overflow
  • Fix sometimes improper time sort and display using ls -l
  • Enhances more to clear screen and display (END)
  • Use cp -R in sys to fix large copy on large /bin directories (@Mellvik)
  • Add PEEK and POKE to basic (@tyama501)
  • Rename mined to edit (MINIX visual editor)
  • Fix hostbasic for compilation on macOS
  • Enhance fsck to use main memory, works on 65Mb MINIX filesystems

Networking

  • Add multi-NIC network support, allows linking all NIC drivers at once
  • Major update for NE1K NIC in 8-bit mode, use 8k buffer (@Mellvik)
  • Cleanup NE2K driver (@Mellvik)
  • Major WD driver enhancements for speed and reliability (@Mellvik)
  • Support /bootopts flags in all NIC drivers (@Mellvik)
  • New Etherlink III/3C509 NIC driver (@Mellvik)
  • Add optional 8390 chip check

Boot and Runtime Configuration

  • UMB address set in /bootopts
  • Add blink16.config to allow symbolic kernel debugging using blink16
  • Decrease group ID numbers in /etc/{passwd,group} from 501 to fit in byte for kernel
  • Optional uname -v in /etc/profile to show build commit number
  • Enhance makeboot functionality with new options (@Mellvik)
  • Fix MINIX filesystem boot when root directory larger than 1 block
  • Add comirq= to set serial IRQ in /bootopts (@Mellvik)
  • Pass capitalized environment variables set in /bootopts to /bin/login
  • Add CONFIG_SYS_NO_BININIT to build system without /bin/init
  • Add CONFIG_SYS_DEFSHELL_SASH to set default shell to sash
  • Add NIC flags as optional 4th parameter to ne0=/wd0=/3c0= /bootopts (@Mellvik)
  • Allow forcing RAM and kernel heap size in config.h for testing small memory

PC-98 Port

  • Add ANSI cursor on/off sequence (@tyama501)
  • Fix meminfo build (@tyama501)
  • Support high-resolution PC-H98 (@tyama501)
  • Fix 16-bit cylinder numbers (@tyama501)
  • Calculate total mem available at boot (@tyama501)
  • Add CGA compatible colors to basic (@tyama501)
  • Use calculated kernel timeouts in serial driver
  • Add PC-98 bus mouse driver and XOR drawing to Nano-X (@tyama501)
  • Fix Nano-X CI build
  • Fix clock and ps build
  • Add timeout to avoid hanging when serial cable not connected (@tyama501)
  • Clear text and graphics ram on Nano-X applications startup (@tyama501)
  • Fix freezing issue by removing BIOS call to old IRQ 0 vector (@tyama501)
  • Add serial port driver (@tyama501)
  • Add PC-98 to CI build
  • Add PC-98 screen and ramfont drivers to Nano-X (@tyama501)
  • Disable whole-track reads for PC-98 for now (@tkchia)
  • Read /bootopts on FAT boot (@tyama501)
  • Detect number of FD driver, probe for 1232/1440 and support both (@tyama501)

8018X Port

  • Add romprg program to flash chips (@cocus)
  • Add ATC-compatible RTC for clock app (@cocus)
  • Add 8018X port to CI build
  • Add disable_irq to disable IRQs (@cocus)
  • Fix ROMFS 8018X build

C Library

  • Add test_libc test suite for large portion of C library (@ccoffing)
  • Fix sleep return value (@ccoffing)
  • Fix major strncat bug, affects kilo, sash history, tinyirc (@ccoffing)
  • Use PATH_MAX and NAME_MAX for overflow prevention (@ccoffing)
  • Cleanup various compilation warnings using const and size_t
  • Fix wildcard expression undefined behaviour using []? (@ccoffing)
  • Fix abort calling kill with arguments reversed (@tkchia)
  • Rewrite memcpy in ASM for speed (found through blink16 emulator)
  • Fix fgets boundary bug found through libc test suite (@ccoffing)
  • Fix tui lib cursor location for fm and moria
  • Optimize opendir for memory allocations and speed (@ccoffing)
  • Fix fclose to close file even when flush fails (@ccoffing)
  • Optimize C library startup using __argc, __argv
  • Add instrumentation routines for automatic symbolic function tracing
  • Add optional --ftrace/FTRACE= command option for optional program function call tracing
  • Standardize C library constructor/destructor function names, priorities
  • Use __argc/__argv from .postinit section
  • Add __weaken and __LINK_SYMBOL weak symbol support (@tkchia, @ghaerr)
  • Cleanup exec* library functions
  • Use weak linking for optional C library floating point support
  • Remove use of __P, __const and extern in header files
  • Enhance library for possible use of new REGPARMCALL calling convention
  • Remove include <linuxmt/config.h> unless required to stop unnecessary rebuilds
  • Reduce min executable and distribution image size by separating out syscall wrappers
  • Remove C library kenel callback code when signal not used by application
  • Add C library support for -mregparmcall calling convention (@tkchia)
  • Fix build to allow -mregparmcall calling convention for most ELKS applications
  • Fix usleep for POSIX return value, basename failure, remove __sys_errlist (@ccoffing)
  • Accurate dependency handling for C library build (@tkchia)
  • Delete duplicate leap year function (@coffing)
  • Reduce size of __tm_conv and strerror (@coffing)
  • Add stack backtrace and 8086 disassembler to debug library
  • Fix buffer overflow in isatty (@tkchia)
  • Add mktime library function
  • Fix incorrect results returned by strtol and strtoul when string not NUL terminated
  • Fix memcmp library function in C lib and kernel (@Mellvik)
  • Cleanup use of __extension__, asm and volatile to allow option -Wpedantic
  • Add 64-bit long long lltostr and ulltostr functions

Kernel Enhancements and Fixes

  • Support UMB memory for automatic kernel and application use (@mirevall)
  • Update Spanish keyboard layout and support AltGr (@jsedanoj)
  • Support floppy drives on NuXT computer using Sergey Kiselev’s BIOS v0.9.9
  • Fix FAT filesystem /dev emulation to require /dev entry to operate
  • Fix and allow multiple signals pending per process, add test_sigfail
  • Fix potential readlink buffer overflow (@ccoffing)
  • Introduce precision kernel timeouts (used in IDE query and serial drivers)
  • Update all ethernet device names to 3 character names (@Mellvik)
  • Enhance disc probing to be faster
  • Always save BP across INT 10h calls for early IBM BIOS support
  • Add KIOSOUND ioctl for console terminal (@tkchia)
  • Enhance ustatfs to optionally not calculate freespace for FAT fs speed
  • Fix MINIX filesystem to allow 64Mb filesystems and truncate bug
  • Fix memory leak in free_irq
  • Fix dynamic IRQ mapping in serial driver (@Mellvik)
  • Set COM4 default IRQ to 7
  • Map ESC A through ESC Z to Alt-a through Alt-a for D-Flat and other TUI projects
  • Replace non-highlighted standard colors with standard colors on ...
Read more

ELKS v0.6.0

07 Jun 15:14
850f549
Compare
Choose a tag to compare

ELKS v0.6.0 Downloads

Prebuilt disk images for floppy and hard disks are downloadable below from Github Assets for this release. These images can be used to boot from PC/XT/AT or PC-98 hardware, or emulators, such as QEMU or dosbox-x. The images are built with network support by default, using the NE2K network card, set for I/O address=0x300 and IRQ=12. See the Wiki HowTo for more information.

ELKS v0.6.0 Enhancements
Thank you to all who contributed to ELKS enhancements, bug identification, testing and fixes. The system continues to be very stable, with no known crashes and long uptimes.

New Commands

  • BASIC Interpreter suitable for desktop and ROM systems
  • BASIC graphics commands (MODE, PLOT, CIRCLE, DRAW) on PC-98 (@tyama501)
  • BASIC LOAD/SAVE/DIR and various new functions (@cocus, @tyama501)
  • Working tar program
  • Add compress/decompress command for compressed man pages
  • Add eman command to display ELKS man pages on host
  • Add man command and man pages

Updated Commands

  • Add internal test/[ commands to bash shell
  • Add ls -S to sort by size, -U for non-sorted output, -t reverse time
  • Mount command shows mounted volumes, defaults to auto-mount, -a, -q options
  • Add net restart
  • Fix mv command on FAT filesystems
  • Enhance ls speed on FAT filesystems
  • Enhance more to know about number of screen lines, Enter/2 for single/2 lines
  • Add autosync to /bin/init
  • Rewrite nslookup, now works

Networking

  • Major fixes and 8-bit support to NE2K driver (@Mellvik)
  • Major overhaul and rewrite of ftpd (@Mellvik)
  • Add SITE command and idle timeout to ftpd (@Mellvik)
  • Improve connect return message on ICMP dest unreachable
  • Bug fixes in ftp (@Mellvik)
  • Add DNS name resolution to in_gethostbyname and all network apps
  • Fix premature removal of FIN packets in retransmit queue

Boot and Runtime Configuration

  • Updated sys command with full disk copy for hard disks
  • Add netirq=, netport= and netram= options to WD8000 driver
  • New setup command to quickly configure hostname and IP address
  • Add LOCALIP=, HOSTNAME=, QEMU=, TZ=, sync=, bufs= to /bootopts

PC-98 Port

  • Add SCSI and IDE hard drive support (@tyama501)
  • Rewrote INT 1B handler from scratch (@tyama501)
  • Fix stack overflow on PC-98 BIOS
  • Add BOOTCS and remove BOOTSEG to allow hard disk boot (@tyama501)
  • Add option to makeboot for using external boot file (@tyama501)
  • Update partition code to handle PC-98 disk partitions (@tyama501)

8018X Port

  • Add capability to add applications by rom image size
  • ROM support for /bin/init and full system startup
  • Add interrupt pin mapping to logical IRQs (@cocus)

C Library

  • Add floating point support to printf/sprintf
  • Add strtod, fcvt, ecvt for floating point output
  • Add math library
  • Rewrite strcmp in ASM for speed
  • Fix itoa/ltoa to display INT_MIN/LONG_MIN properly
  • Fix various routines (strcasecmp/strncasecmp) from signed char bugs
  • Rewrite ctype.h library to use small functions not table lookup
  • Enhancements to save executable space, tiny printf for most applications
  • Replace buggy qsort routine
  • Add in_connect routine w/timeout
  • Add in_resolv DNS resolver
  • Use paths.h in libc functions

Kernel Enhancements and Fixes

  • Fix bad directory info on large FAT disks
  • Increase max mounts to 6
  • Increase FAT /dev table to 41
  • Add compile-time TZ= timezone support to kernel
  • Fix FAT to use localtime for files
  • Add process CPU % utilization and uptime
  • Fix signals on systems not running /bin/init
  • Add uname application and system call
  • Fix integer overflow in calculating FAT start data sector
  • Add alarm system call
  • Rewrite kernel timer routines from scratch
  • Improve floppy probing performance
  • Add ustatfs system call
  • Check for 386 CPU before enabling A20 for XMS buffers
  • Display of free space on FAT volumes
  • Dynamically allocate up to 2500 ext_buffer heads in (far) main memory

Documentation

  • Man pages for most commands and system calls for ELKS runtime on disks >= 2880k
  • Write boot documentation

Tools

  • All images created after Github push or PR

Chief maintainer: @ghaerr

ELKS v0.5.0

08 Feb 17:46
736806e
Compare
Choose a tag to compare

ELKS v0.5.0 Downloads

Prebuilt disk images for floppy and hard disks are downloadable below from Github Assets for this release. These images can be used to boot from PC/XT/AT or PC-98 hardware, or emulators, such as QEMU or dosbox-x. The images are built with network support by default, using the NE2K network card, set for I/O address=0x300 and IRQ=12. See the Wiki HowTo for more information.

ELKS v0.5.0 Enhancements

Thank you to all who contributed to ELKS enhancements, bug identification, testing and fixes. The system is now very stable, with no known crashes and long uptimes. Two new platform ports have been contributed and the internal architecture of the system allows for this work to be performed in an effective manner, producing working systems with only the specific changes each platform requires, with increasingly organized source code.

Ports to New Architectures

NEC PC-98 port (@tyama501)

  • Includes writing new console and disk drivers for PC-98 (@tyama501)
  • Kernel support for variable sector sizes (512 & 1024 bytes)

8018X port (@cocus)

  • SD card SSD driver (@cocus)
  • Interrupt driven serial console driver (@cocus)

Networking

  • Major networking enhancements and bug fixes (@Mellvik)
  • New ftp client and ftpd server (@Mellvik)
  • Wide variety of debug message settings
  • 8-bit NE2K driver (@cocus)
  • 1500 MTU receive packets and enhanced throughput
  • RST packet handling
  • Runtime selection of network card I/O port (@Mellvik)
  • Major updates to urlget & ftpget, new ftpput (@Mellvik)
  • Add net stop support
  • Major fixes to TCP protocol (sliding window, accept, FIN processing, close, retrans, SWS)

Boot and Runtime Configuration

  • Added /etc/net.cfg for network settings
  • Added /etc/mount.cfg for automounting disks
  • New /bootopts bufs= option for dynamic xms and ext buffers, netirq, netport
  • Increased /bootopts size to 511 bytes

Kernel Enhancements and Fixes

  • Add XMS buffers (> 1MB memory for system buffers)
  • Unreal mode, A20 gate handling, INT 15 block move
  • Major source cleanups
  • Lots for source reorganization for 8018X and PC-98 ports
  • PTY driver data loss fixes
  • Dynamic buffer allocation for pipes
  • Compressed executable support
  • New SSD driver
  • Dynamic initial kernel heap size support
  • Dynamic IRQ kernel handling (@mfld-fr)
  • /dev/port kernel driver (@marcin-laszewski)
  • Separate kernel PIT, PIC drivers to architecture-specific files
  • Enhancements to run on smaller-memory (256K) systems
  • Enable interrupts during block I/O

New System Calls

  • getsockname, getpeername, setsockopt (SO_REUSEADDR, SO_RCVBUF, SO_LINGER)

Tools

  • Linker enhancements for far text kernel support (@tkchia)
  • Support for ROMable a.out executables (@tkchia)
  • Updates to EMU86 to support kernel symbol display during execution

ELKS v0.4.0

21 Nov 21:58
3074172
Compare
Choose a tag to compare

ELKS v0.4.0 Downloads

Prebuilt disk images for floppy and hard disks are downloadable below from Github Assets for this release. These images can be used to boot from PC/XT/AT hardware, or an emulator, such as QEMU. The images are built with network support by default, using the NE2K network card, set for I/O address=0x300 and IRQ=12. See the Wiki HowTo for more information.

ELKS v0.4.0 Enhancements

Kernel

  • Tested and works on PCs with 8088, 8086, 80286, 80386 … CPUs and later
  • No compiler warnings on kernel build
  • Strace working, calculates kernel stack usage
  • Implement task zombie state, rewrite wait
  • Implement kernel local heap (@mfld-fr)
  • Improved memory segment allocator (@mfld-fr)
  • Fix userland signals
  • Use single far address for kernel process signaling (@tkchia)
  • New synchronization primitives
  • Remove unneeded and slow kernel locks
  • Add race-safe sleep/wait prepare_to_wait etc
  • Fix select busylooping, network semaphore lockups
  • Much improved kernel debug macros and mechanism
  • ^P kernel/application debug mechanism using SIGURG
  • Restartable system calls
  • Reduce kernel stack to 600 bytes from 988
  • Align stack pointer to even boundary to save malloc issues
  • Kernel FAR text section, saves 11k bytes of .text space
  • Enhance I/O performance w/direct fmemcpy to/from user space
  • Rewritten fmemcpy routines to use word copy

System Call Fixes: wait, rmdir, access, brk, link, stat, gettimeofday

Exec

  • Separate heap & stack, v1 a.out header
  • chmem command enhanced
  • New compiler options for heap and stack (@tkchia)
  • Tuned 4k stack / 4k heap for all processes, tuned min memory usage
  • Run programs w/historical Minix a.out header (@tkchia)
  • Load medium-model programs (@tkchia)

Filesystems

  • FAT filesystem debugged and working
  • Mountable Minix and FAT partitions
  • Improved MBR, use sect_offset to support MBR boots to /dev/hda1 etc
  • Add VFAT long filename support, virtual /dev directory
  • Fix Minix mount/unmount superblock checking/write
  • 16-bit or 32-bit inodes in kernel
  • Mount readonly, remount options, can boot readonly
  • Fix romdisk read directory
  • Allow ramdisk size larger than 64k
  • Allow preloaded ramdisks in upper memory
  • FAT32 fixes, large drive mount fix

Disk & I/O Subsystem

  • Rename /dev/bdX to /dev/hdX
  • Support for USB drives
  • Variable number of L2 buffers
  • Revise /dev/hda from 4 to 8, implement partitions
  • Floppy I/O to use DMASEG only when necessary
  • IDE query to BIOS HD driver for reliable CHS data (@Mellvik)
  • Replaced DDPT allows running on IBM XT v1 BIOS machines (@tkchia)
  • Align buffers on 1K to remove DMASEG requirement
  • Floppy track caching, improves floppy speed tremendously
  • Block I/O subsystem enhanced, no mapbuffer or buffer copying
  • 32-bit block numbers for FAT

Console

  • Direct Console fnkey sequences
  • Direct console CapsLock/Numlock and LED support (@Mellvik)
  • Direct Console ANSI sequences for vi and sh line editing
  • Combine ANSI code in BIOS and Direct Console
  • Direct and BIOS console driver refactoring and cleanup
  • Serial console rewritten, improved structure
  • Kernel printk allowed before console init
  • Add headless console for SBC systems

Drivers

  • Fast serial driver
  • Serial driver FIFO
  • Add O_EXCL for serial com/mouse
  • Implement VMIN/VMAX, termios cleanup in applications
  • Dynamically allocate TTY I/O queues
  • Char I/O excess wakeup calls removed for speed
  • Character queues don’t have to be power of 2
  • Customizable IRQ and I/O ports for all drivers
  • Use simpler wait routines in network drivers
  • New WD8003 network driver (@pawosm-arm)
  • NE2K network driver rewritten (@Mellvik)

Networking

  • Packet statistics via netstat
  • Fixed ARP, Added ARP cache list display
  • Debug RTO values
  • Multiple session support to telnetd
  • Tune timeouts for TCP transmissions
  • Remove double buffering in network drivers
  • Tuned network buffer sizes, implement send window write throttling
  • Network throughput increased substantially
  • File transfers both ways now supported

Networking Bug Fixes

  • Tons of TCP/IP fixes to ktcp and kernel
  • Fixed Async ARP packet handling
  • Fixes to telnet, telnetd and httpd to get them actually working
  • Implement SLIP driver
  • Fix SLIP buffer overrun
  • Fix odd length IP/ICMP checksum calcs
  • Networking fixes for connections, PTY fixes, keypress to continue fix

Boot

  • Boot option parsing in /bootopts
  • Serial console via /bootopts
  • Init run modes for multi-user/multi-console
  • FAT 12/16 boot (@tkchia)
  • FAT32 boot
  • Improved FAT booter, /linux and /dev first 8 entries (@tkchia)
  • Implement ELKS parameter block in boot blocks (@tkchia)
  • MBR boot loader
  • Revised single stage boot loader design for Minix (@mfld-fr)
  • Minix boot loader enhancements (@tkchia)
  • Major setup.S cleanup, source cleanups
  • Refactor REL_SYS, remove !REL_SYS, CONFIG_ROMCODE working

New Commands

  • sys - transfer system images
  • makeboot command to write boot blocks
  • mkfat - create FAT filesystems
  • kilo - visual editor enhancements (@georgp24)
  • cron - schedule background jobs (@georgp24)
  • arp - display ARP cache
  • net - network start/stop script
  • df - disk free
  • time - calculate elapsed time running command (@Mellvik)
  • busyelks - BusyBox for ELKS (@marcin-laszewski)
  • tty - display current TTY (@Mellvik)
  • hd - hex dump
  • unreal - switch to 8086 unreal mode (@georgp24)
  • uuencode/uudecode - encode / decode binary files for network transmission (@Mellvik)
  • fdtest - floppy disk tester
  • sercat - serial port tester
  • mouse - mouse tester
  • Add Nano-X and games into build tree

Improved Commands

  • Sh line editing (@georgp24)
  • BASH command completion
  • Sash history (@Mellvik)
  • Dynamic window size for vi, kilo
  • ANSI /etc/termcap for vi, vi works from serial port
  • Enhanced ps, meminfo, miniterm, ls
  • Major bug fixes to init, getty
  • ^C handling, no shell exit
  • Workaround kernel directory rename with improved mv command
  • Add recursive option to cp to copy entire disks
  • Fixed mkfs and fsck to work
  • Fixed fdisk to work
  • Fixed clock and added to startup for correct date/time from BIOS at boot
  • Fixed init to properly read /etc/inittab, with single and multi-user run modes
  • Fixed getty to handle multiuser logins on serial ports

C Library

  • Debug malloc heap trace
  • Libc Routines added or fixed: putenv, basename/dirname (@cjsthompson), chgrp, snprintf/ vsnprintf (@tkchia), getpass, times, tzset, sleep, rand, srand, gmtime, in_aton, in_ntoa, in_gethostbyname
  • Header file cleanup and all prototypes
  • No warnings on libc compile
  • Split all functions to separate .c files (@marcin-laszewski)
  • Localtime support and TZ=
  • Add stdcall support (@tkchia)
  • Add multilib support (@tkchia)

Build

  • MacOS build
  • Disk images built with mfs tool, no root or host filesystem driver needed
  • Add setboot for managing boot blocks
  • Elkscmd/ reorganization, all commands built w/any config

Compiler / Tools

  • Toolchain enhancements for medium model (@tkchia)
  • Enhance thunk code for 0-6 argument near calls from fartext (@tkchia)
  • Move to new elf linker (@tkchia)
  • Use ligbcc from toolchain (@tkchia)
  • Add objdump86
  • Elksemu enhancements (@tkchia)
  • GCC tools update for GCC v10 (@tkchia)
  • mfs tool to create Minix images w/o being root

Images

  • Build all disk images automatically
  • Images include 2.88M, 1.44M, 1.2M, 720k and 360k, FAT and Minix, 32MB HD, 32MB MBR
  • Config image build system for app category and disk image size
  • Select applications by image size as well as application category
  • Consolidate commands to /bin

Documentation

  • Wiki
  • Improved HTML documentation (@georgp24)

ELKS 0.3.0

14 Mar 20:18
Compare
Choose a tag to compare

End of migration from DEV86 to GCC-IA16:

  • Own LIBC
  • Own MINIX boot block
  • User land migration

Minor changes:

  • EMU86 integration
  • E3 editor removal
  • RC shell removal
  • Protected mode removal
  • License clarification (thanks @jbruchon)

Bug fixes:

  • BIOS console driver
  • SETUP to kernel
  • configuration & build (thanks @tkchia).

ELKS 0.2.1

25 Jun 10:23
1b6110b
Compare
Choose a tag to compare

This is an intermediate release that accumulates all the changes performed since 2015.

Main changes:

  • Continuous kernel fixing, optimization and cleanup (thanks @lithoxs)
  • FAT support (but still unstable & incomplete) (thanks @georgp24)
  • Kernel migration from BCC to GCC (thanks @lithoxs)
  • ROM filesystem support
  • Unified & revised configuration for kernel & user land
  • Ethernet support & NE2K new driver (thanks @georgp24)

Minor changes:

  • Halt on idle option
  • No more build as root but sudoer
  • New list allocator
  • Internet applets tuning

Bug fixed:

  • Socket interface
  • BIOS console
  • Shell signals

ELKS 0.2.0 with disk images

01 Mar 19:58
Compare
Choose a tag to compare

ELKS kernel configuration used to build images can be found in the "kernel_config" file.