elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking Documentation/text/Configure.help.txt
CommitAuthorDateMessage
4ba6d8d5f6b759823686054d9f659bde55e63dbthemaster2026-04-19Integrate uIP networking stack and tooling
b8fd61d3c5bbb294666c86cbd5fe637b31d434bSantiago Hormazabal2021-10-06ssd: add generic SD card ssd driver. 8018x: add bit-banged low level SD card driver for ssd.
ea11059c55aeef7a751d6fa3e502f394e8bbf86georgp242020-04-18Update index.html in Documentation directory
15af45c85e5e65b03e44c50e718e5f9266c637amfld.fr2020-03-14[kernel] Drop old TABLE allocator
4d33cecfc6f424558b8c99017a10211c1f59f05Jody Bruchon2020-03-09Revert "Whitespace cleanup in `elks/`"
dd36d5c85ac7bd17cccb32b8648fddb83ba86fdJody Bruchon2020-03-08Whitespace cleanup in `config/`
b3f730a9ba4068ec0764f2830ec16c1915a2d24Gregory Haerr2020-03-08[config] Remove bogomips option and associated code (#434)
3408ad3f3eba5f1c9eafd44a97714a773e26b7dmfld-fr2019-02-23Cleanup after protected mode drop
b504f5340d0ad69995a03e3a5a0fb714b4cc48cmfld-fr2019-02-21Drop i286 protected mode support
27b7dbd0c5fd1bc8e7cf0f2f379a7ec5578b635mfld-fr2018-04-29Add optional list-based allocator
b583c58dc0309199ae27a052e96b6e1300d869flithoxs2017-11-21Cleanup bits left in last commit. Compiled with BCC, tested in Qemu and PCE in default configuration, tested with PCE in the ROM configuration.
6a87570c16dae36646ead8461d69d173adad0e0mfld-fr2017-11-04Little touch on memory functions
dd5fbd0a7cbaec7e60feaced17dc8b7a046f9d3mfld-fr2017-11-01Normalize peek & poke - Add fmemcmp
80ce9adba973fa59225c129d88073b24e374530mfld-fr2017-10-17[romfs] Add option for ROMFS base
4f286df45200799a827df2d6bb4627bb57b981amfld-fr2017-02-10[ne2k] Close mfld-fr#4 : CONFIG_ETH option
08d6b62ee98e6a8bc4083dc7c115224d650fcf9Jody Bruchon2016-05-26Add CONFIG_APM for APM poweroff code
8fd2909b5bc00c148700f5c33fb2a2871aaa25alithoxs2016-05-16Provide the ability to configure bios console with ansi, vt52 or none emulation, the same way as with direct console driver. Compiled with bcc, tested with qemu all possible configurations.
537ce31a292a103d7ec1fc490c641e679766a9aJody Bruchon2015-03-22Update defconfig, add CONFIG_SMALL_KERNEL, remove junk options
02863b67819c5cc6897974186f92365164e487dJody Bruchon2012-02-17Removed CONFIG_NOT_YET from the kernel entirely. As of now, the only non-existent code should be CONFIG_MODULES, which was also slightly tweaked in this commit for clarity. To remove the option CONFIG_MODULES, tri-state menu options would also need to be
bc3e1c4e2c01f50cb0f245e136632256321f3f7Jody Bruchon2012-02-17Removed all MSDOS/FAT/VFAT options. There was no code associated with them whatsoever.
f48193f158e4591f4b7a61ab4ab53ffc750dc26Jody Bruchon2012-02-17Removed "old XT hard disk support" as it was a nonexistent driver.
03973eebc67c67bba239f11039382b2216b73abJody Bruchon2012-02-17Removed expanded memory (EMS) configure options and dummy code. EMS support is not feasible to add, and EMS memory is extremely difficult to find in 2012, so there is no point in keeping it.
5c9193934c4562e5790ea82853f016b52ca0ca3Jody Bruchon2012-02-17Removed elksfs filesystem; it is a clone of the Minix filesystem, and other than changing references in the code to contain the new name, elksfs contains no new or useful code at all, thereby only bloating the code base without a purpose. Furthermore, no
ae00837d4155327be83ef004b9cd211b333c20cHarry Kalogirou2002-11-01growing stack - new executable format
ac254dd12919a2c1b6687e0828bd9e69f32e931Riley H. Williams2002-08-09Reformatted Documentation/Configure.help and corrected a few spellings therein.
50fb1574228faebea4daa96a51e059390df99c7Harry Kalogirou2002-07-28CSLIP support
7db3b4848aab80b1338cc0c0233720c4ff88d4aRiley H. Williams2002-07-16Assorted bugfixes (see CHANGELOG entry dated "Tue Jul 16 12:00:00 BST 200" for details.
04aee7402d8dd7dfb36edc60bfc2d07fb8d7f3aHarry Kalogirou2002-07-13post-compilation rootdev config
8121ebfc8745b9351f36ff5db4212ee02e1910cRiley H. Williams2002-07-13Inverted configuration variables to make them more logical.
7c16f7fab993d748a434d8831f1dd95e644ed1bRiley H. Williams2002-06-25Rationalise ELKS kernel configuration options.
0f4cb8cc3726c4efd45c2bb1479e98519b88c19Riley H. Williams2002-06-23Rationalised configuration variables that describe the system memory state.
2b236ade764ef60b43534eb7ef107efaae85b31Harry Kalogirou2002-04-29update faq, docs and config
f4c8759ab6f2c5e5c324bb007a7cbd8a9738680Riley H. Williams2002-04-26Labelled virtual memory swapping support as experimental.
140057d724c7e9aef997c48528ce9fdcce338aaHarry Kalogirou2002-04-21merge with my tree
07d25f81e73b7931c42b08d20c5bef5bf167f66Riley H. Williams2002-03-28Allow user to specify root device.
a069bdf7d321c2363c26d0233230b4277dfa4feRiley H. Williams2002-01-20Cleaned up version number display in Menuconfig.
b82f765122b2f5d7f7b49dcb624018ee159cb30Riley H. Williams2002-01-13Moved serial ports from minors 4-7 to minors 64-67 (to match Linux) and changed version to 0.1.0-pre4 as a reference point.
b0d1deb0d9929a8617e7efb0ca6fab0d156f273Harry Kalogirou2001-11-21More staff :)
aea6d3a2479dc5ef5544198d1456a09a069c13cRiley H. Williams2001-11-20Verified that all standard make commands now work using the standardised ruleset. Committed ELKS 0.1.0-pre1 at last !!!
dfb289932bcfa42de3d4146b4848cc1d5da4f66Riley H. Williams2001-11-17Fixed bug and tweaked KeyMap config vars.
d50ab0eda06cae754e5b09187ec109540d414f0Riley H. Williams2001-11-13Corrected faulty ASM comment markers, and renamed certain config variables.
33b6d25bd5f2f2dd823689b6a107785c17c3dccHarry Kalogirou2001-08-22Added network status report capabilities
19f30991a2b649eb8755407baa43add719c02cdHarry Kalogirou2001-08-17*** empty log message ***
1c1d79797c778eec15af1ccc15bab8d6177c8f1Riley H. Williams2001-08-14Revamped keymap system to make it easier to add new keymaps.
fcb6096858ad634872d2209392b5f52854868efRiley H. Williams2001-08-14Added INSTALLATION from linux-8086 lits
531597de22f341ecbc82660400277bde6b63a1dRiley H. Williams2001-08-13Added DVORAK keyboard layout (thanks to Peter L. Vachuska <pvachusk@nconnect.net> for coding it)
e526567b54608cbe322aadabf1aa944a8d88131Riley H. Williams2001-08-13Renamed all config file vars to have names starting with CONFIG_ as per the recommendation.
b5f5c5df57b3da3651b616a7f45f3db9899e0c5Harry Kalogirou2001-06-29Applied Riley changes
52ec7c6cdd025a9732edfafe42794ca2c741872Alan Cox2001-06-20First chunk of Configure fixes from Riley
3ebd82524fe1d86e125c0cf31260f1471ba71c2Andrew Richards2000-03-03Lots of changes - See CHANGELOG
b870eb79c61559a3a3b20dd166890e832e5c732Andrew Richards2000-02-04Made external buffer cache an option
15b2402a5d667b034ccd4ce3691d6267158153cAndrew Richards2000-01-20Support for suid/sgid exec by Mario Frasca.
2ff5f38c6ece020a5f870c7df6e67af5585033aAndrew Richards1999-12-07Grammar correction of config files by Giles Russell.
ae928acf2892f3fb53a6f67c4d8d796e48275d8Andrew Richards1999-10-26Lots of changes bringing code up to 0.0.80-pre1. See CHANGELOG.
4609ab18423e89367072686969b995881937fb3Andrew Richards1999-09-05Changes for 0.0.79
9b60fe057dc58c0ba16076338fdcf96968b9eadAndrew Richards1999-07-09Major updates to socket code.
748e6a70ea40a548bf1ce70c0af5fe3e21d5929Andrew Richards1999-05-30Fixes code to allow loading of shared libraries.
48ff4154677ca24d52b4fb5cd4db324982e61c7Andrew Richards1999-02-15Driver stub of meta driver for user space device drivers
0a07f2ff0a81445dba871d7f611d00843b88e90Andrew Richards1998-11-19More tweaks to config scripts.
0caad0cc5ffe59c18e6ea60fc27642f48ae7de2Andrew Richards1998-11-18Re-organised config scripts as contributed by Riley Williams.
eac142b23a9eebaca6da2a6bdd8fbdacb2b72a8Simon Michael1998-09-25at Sep 26 00:32 CET 1998 Simon Weijgers <mbit@mbit.doa.org>
fc0691192fd5838bdca0a7b4e97440c9e07834eSimon Michael1998-09-25See CHANGELOG: Sat Sep 26 00:32 CET 1998 Simon Weijgers <mbit@mbit.doa.org>
f9b47559bca2467fdcc9c102c605ce826b6a78eUnspecified Developer1998-09-12Imported elks-0.0.73-pre2 source