File history
Tracking elks/config.in
| Commit | Author | Date | Message |
|---|---|---|---|
0285a773ae5b748cf3709ff12892be832f3ebbc | swausd | 2025-11-03 | Support for the NEC V25 microcontroller - changed Files |
16902e90fc4cc96ad6d12779f1b5779686b1f41 | Greg Haerr | 2025-10-26 | [kernel] Remove CONFIG_HW_VGA configuration option |
77d0dbebb4488fdfe10f14b48d3cb9e85a3a75d | Adrian Siekierka | 2025-04-18 | Initial WonderSwan port |
679bd3d5c48a934bb4e215ffc6d52b838ec9c61 | Ferry Hendrikx | 2025-04-18 | kernel and build changes |
8d7cfae225b7056cdaa597099da9246722968b2 | Greg Haerr | 2024-03-24 | [kernel] Remove CONFIG_APM |
d2645a9cfa79ee7d625bddfbeaaa05f0380017d | Greg Haerr | 2024-02-06 | Fix 8018X build #1764 |
95e0ff11fdae7c959dc07d142998b170f321612 | Greg Haerr | 2023-10-06 | [config] Update config files from recent changes |
4d904c346da0018353dd2779b6a4b8d4d8defcb | Greg Haerr | 2023-08-13 | [config] Add CONFIG_ASYNCIO config option, cleanup INIT_REQUEST |
ab465a8c00d8492501ecd010c6815b59f4dcb58 | Greg Haerr | 2023-08-04 | Refactor kernel tracing to be dynamic Add CONFIG_TRACE to compile in tracing, remove CONFIG_STRACE Add strace and kstack commands to /bootopts to enable options |
91ff26de9a0e05ca6572785237c434e2d2bc883 | Santiago Hormazabal | 2023-05-20 | [8018x] enable AT-compatible RTC at specific IO address |
bab2f8f302292237fb7b61fb60575b088f0aa2e | Greg Haerr | 2022-12-24 | [kernel,build] Cleanup IRQ and config options, add MK-88 and no hw timer |
5bec29d96faa4a6869eee0c4b5bc7e59dba6a75 | Greg Haerr | 2022-06-21 | [build] Cleanup config options |
93903b98a450c05933761b8877dc1eac8a04335 | Greg Haerr | 2022-06-21 | [kernel] Remove CPU type check, cleanup |
a95fa13888d1d25d3cec40ede762f2fc0648d8c | Greg Haerr | 2022-05-05 | [config] Fix string entry in make menuconfig |
331d61d6c76205d8ac6cd0a4f102a1f543879c5 | Greg Haerr | 2022-05-05 | Fix config processing for CONFIG_TIME_TZ and CONFIG_APP_ROM_TAGS |
1069341f45d14d97bbf8bf05489452e9a6f2f42 | Greg Haerr | 2022-05-04 | [build] Fix build with new CONFIG_TIME_ options |
f78b95aaf53953e8245beb215e40d0a7c603d65 | Greg Haerr | 2022-05-03 | Remove atol in tzset.c, cleanup date_dos2unix() |
93fc4044ab76011de45340df4d9d3137049b4ad | Greg Haerr | 2022-05-02 | [kernel] Add compile-time TZ= timezone string, FAT use localtime |
12d07b66c1e032c1da917f1e28fbd6f9ba7709c | Greg Haerr | 2022-04-27 | [kernel] Add process CPU percentage utilization and uptime calculations |
3b34cfdde352edc8d7396d5b4cf5d3f3eb2027b | Santiago Hormazabal | 2022-04-03 | [8018x] interrupt pin mapping to logical IRQs |
0e695fa61784746e9c924c4a7107fcf1aa4c110 | Greg Haerr | 2021-12-13 | [kernel] Add support for Japanese NEC PC98 computer |
32532b2a91802086633f34b8cc694820e932f67 | Greg Haerr | 2021-06-13 | [kernel] More SIBO cleanup |
90adc026a691c0a1e49416ccad260460fa95af2 | Greg Haerr | 2021-05-24 | [kernel] More source cleanups |
902bc59dbe8cfeea960e34082ada38ab90cb771 | mfld-fr | 2021-05-16 | [kernel int] Revert to or comment previous code |
e7025731f420387a0772660d8c9072d43c7480e | Santiago Hormazabal | 2021-05-11 | 8018x: add arch on config.in |
b9fb0b00149081599712ce8fd802fbd71dbc16d | Greg Haerr | 2020-11-02 | [kernel] Cleanup setup.S of unused options |
3fb389e10d9223fe8016adee05470b3f3603b56 | Greg Haerr | 2020-11-01 | Fix interpretation of equipment flags, remove floppy query from setup.S |
db5a3d2bdd40861dc94a83597d763b693af8970 | Greg Haerr | 2020-10-11 | [image] Cleanup /dev directory on default builds |
4d56ca48602e7f24db78af338265bdd0ce79454 | Greg Haerr | 2020-09-22 | [kernel] Implement operating far text kernel |
6f4737d4e78ef36e75a4a7b68acef0df77fb945 | Greg Haerr | 2020-08-25 | [kernel] Cleanup block device directory, probe floppy on first open |
c66878f079fa0ae6fd255eb5597ce2fb116c5cf | Greg Haerr | 2020-08-10 | [kernel] Implement boot option parsing in /bootopts |
f7f27e6f20ab78451ec800a49ce16f418c1b21a | Greg Haerr | 2020-04-25 | [config] Add config option for serial uart hardware fifo |
a09ab4de38822d56bc4a9f493b451d98e638391 | Greg Haerr | 2020-04-08 | [config] Use int13 for floppy by default, small cleanups |
bd8d28ef6dcfae74b068ef751bc5f6ca7f8cf0a | Greg Haerr | 2020-03-28 | [kernel] Move BIOS read HD drive info from setup to bioshd driver |
15af45c85e5e65b03e44c50e718e5f9266c637a | mfld.fr | 2020-03-14 | [kernel] Drop old TABLE allocator |
b3f730a9ba4068ec0764f2830ec16c1915a2d24 | Gregory Haerr | 2020-03-08 | [config] Remove bogomips option and associated code (#434) |
974ac00c92bb0c8f4fd01f2bda62718b1274a36 | mfld-fr | 2020-02-04 | [kernel] Drop process swapping |
6cdea4ad33e85dc2bd68ec5c67fc60acd9cf623 | mfld-fr | 2020-02-01 | [config] Remove useless FPU options |
c4eabc34892180865303f1caf54c0d9638feb01 | mfld-fr | 2020-02-01 | [config] Remove useless XMS options |
b504f5340d0ad69995a03e3a5a0fb714b4cc48c | mfld-fr | 2019-02-21 | Drop i286 protected mode support |
6f9851b30ec15116e242bcf0de0e87a9e24bbc9 | mfld-fr | 2018-05-20 | Automatic CPU model for IBM XT/AT |
317f048a2a2cd1df541ae8948e78fc279445fde | mfld-fr | 2018-05-16 | Remove support of 386 and later |
73d157b53a76f3d2ea3c3adb018dba9493bf586 | mfld-fr | 2018-05-16 | Simplify the configuration layout |
27b7dbd0c5fd1bc8e7cf0f2f379a7ec5578b635 | mfld-fr | 2018-04-29 | Add optional list-based allocator |
eedd903c935666b097d3e631155aa095854ec0b | mfld-fr | 2018-04-27 | Move compiler selection to top level |
22013eba997f774a1d69923d55b33f0c79b6451 | mfld-fr | 2018-04-17 | Optionalize build of commands |
20012c9c1f0eed8420667ff0966d7da47ff84fe | mfld-fr | 2018-04-17 | Normalize default configuration |
eefe0a49c1b28789c5dedbe8afa18b85db4acd1 | mfld-fr | 2018-04-15 | ROMFS maintenance round |
ab624d4950bcc4fc766e2eb4164bb0bb084c9c9 | mfld-fr | 2018-04-14 | Move configuration entry to top directory |
9a4897e460c11e3fbe5c9a35042d05e720d8f30 | mfld-fr | 2018-04-12 | Remove Tcl/Tk front-end from configuration script |
b583c58dc0309199ae27a052e96b6e1300d869f | lithoxs | 2017-11-21 | Cleanup bits left in last commit. Compiled with BCC, tested in Qemu and PCE in default configuration, tested with PCE in the ROM configuration. |
bb3aca136cfe91c7b786462df9223ece92ff31b | lithoxs | 2017-11-17 | Fixes in bogomips, rom boot, irq. ds load and buffer alignment. Remove redundant configuration CONFIG_CALIBRATE_DELAY, and set loops/sec. to value obtained by 8088 at 4.77MHz, and set scale to get 0.35 Bogomips. Fixed numerous bits to make boot from ROM s |
f02a531daa92d59836d2ad5b7319bfce268f878 | lithoxs | 2017-11-13 | Fixes in init/main.c. Calibrate_delay() now calculates loops_per_sec much faster. The delay() function now has a much greater resolution. Use of calibrate delay is now a configuation option. Remove bogus sys_dup() in init_task. Reordered initialization fu |
1ee135b2cc9ee000f2fd43cbd1fce312082bf2e | mfld-fr | 2017-11-12 | Add halt on idle option |
58d0d0afd4c9bb435917562be77923ff666273c | lithoxs | 2017-11-09 | Select compiler in the configuration step. Fix to Makefile-rules problem when setting tha target. Fix to BCC build with alignment of buffer cache. |
80de838e6f33365156540957268c30ad8359564 | mfld-fr | 2017-02-21 | Fix incorrect BIOS disk counting |
9576310e5aa088c591526a7ff9cd05787306036 | mfld-fr | 2017-02-11 | [ne2k] Clarify drivers and network configuration |
4f286df45200799a827df2d6bb4627bb57b981a | mfld-fr | 2017-02-10 | [ne2k] Close mfld-fr#4 : CONFIG_ETH option |
08d6b62ee98e6a8bc4083dc7c115224d650fcf9 | Jody Bruchon | 2016-05-26 | Add CONFIG_APM for APM poweroff code |
537ce31a292a103d7ec1fc490c641e679766a9a | Jody Bruchon | 2015-03-22 | Update defconfig, add CONFIG_SMALL_KERNEL, remove junk options |
b7af2e9f4df1d87750385e12b0c86ca7351ea29 | Jody Bruchon | 2014-04-26 | Do not offer XMS support if CPU is not 80286 or higher |
02863b67819c5cc6897974186f92365164e487d | Jody Bruchon | 2012-02-17 | Removed 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 |
03973eebc67c67bba239f11039382b2216b73ab | Jody Bruchon | 2012-02-17 | Removed 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. |
933d9150c012b81dd7142285e32f81baddea5c6 | Paul Nasrat | 2003-07-20 | Remove HW HDD/FD options for SIBO (Psion 3) |