Commit Graph

447 Commits

Author SHA1 Message Date
b6a0bf7729 Fix autobuild text on the blue boot screen 2024-06-03 04:03:51 +01:00
85276ce3ee Fix language paths for git autobuild
git-svn-id: svn://kolibrios.org@10056 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-27 18:22:11 +00:00
3997519acd [autobuild] Rename language dirs according to ISO-639 and ISO-3166-1
git-svn-id: svn://kolibrios.org@10055 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-27 17:26:00 +00:00
d6a40ce092 Fix rus autobuild
git-svn-id: svn://kolibrios.org@10045 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-21 16:25:16 +00:00
e9e08c56b6 Update Tupfile.lua's for tup-0.8
git-svn-id: svn://kolibrios.org@10042 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-21 14:45:21 +00:00
Doczom
d5512ddc5b build: Added readme file for ACPI driver
git-svn-id: svn://kolibrios.org@10012 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-04 13:30:52 +00:00
turbocat
ef78b78d1c DGen-SDL:
- The home directory is now taken from system.env;
- The original documentation was restored and converted into html;
- File path hints now work in command mode.

git-svn-id: svn://kolibrios.org@9970 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-20 18:10:56 +00:00
e9719d21a3 Fix autobuild timestamp offset on the blue screen
git-svn-id: svn://kolibrios.org@9966 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-15 03:58:48 +00:00
14bea4fd50 Update demos/gears to use sys/ksys.h
git-svn-id: svn://kolibrios.org@9965 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-15 03:32:24 +00:00
turbocat
43e723374e Newlib: Added enviroment emulation via the file /sys/settings/system.env
git-svn-id: svn://kolibrios.org@9959 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-14 01:52:02 +00:00
034dd79f43 Switch to the unified (BIOS and UEFI) kernel image
The initial patch by bzt with my minor edits.

git-svn-id: svn://kolibrios.org@9958 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-14 01:39:36 +00:00
ace_dent
52ed04f5cc Update docs/README.TXT and rename to CREDITS
- Rename to `CREDITS.TXT` for clarity.
- Improve text of opening paragraph. Thanks to various translators.
- Reformat to use headings, removing excessive whitespace characters (~2.5KiB).
- Sort list of contributors alphabetically; easier to maintain.
- Add missing contributors and remove from `kernel.asm`. Thanks to @rgimad.
- Minor formatting and whitespace cleanup.

git-svn-id: svn://kolibrios.org@9947 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-10-01 21:53:34 +00:00
Kirill Lipatov (Leency)
f09b60cdf3 move dgen to a proper place of Tupfile (by turbocat)
git-svn-id: svn://kolibrios.org@9939 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-09-21 20:45:54 +00:00
Doczom
91a9743099 [SDHCI] Added new driver on SD host controller
git-svn-id: svn://kolibrios.org@9924 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-06-20 15:14:42 +00:00
Anton Krotov
6dae04e665 move fNav to ISO
git-svn-id: svn://kolibrios.org@9901 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-02-22 15:41:19 +00:00
turbocat
dbe746e58d Adding VirtualBox driver to ISO: done.
git-svn-id: svn://kolibrios.org@9881 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-10-10 22:06:24 +00:00
turbocat
18b9adeee2 Added DGEN to ISO and create file associatons.
git-svn-id: svn://kolibrios.org@9842 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-06-15 20:16:53 +00:00
f483bc78e4 Move weather.json config to /kolibrios
Weather app was moved to /kolibrios a year ago, move its config there
too. There is no reason for the config to be in img since nobody in img
uses it.

Also, update Weather to look for its config not only in /sys but also
in /kolibrios.

git-svn-id: svn://kolibrios.org@9820 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-05-23 22:47:22 +00:00
f8e67e0dd1 [autobuild] Fix asm-only and no-gcc build
git-svn-id: svn://kolibrios.org@9797 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-26 22:06:46 +00:00
396446108e [autobuild] Split command list even more to avoid 'execl: Argument list too long'
git-svn-id: svn://kolibrios.org@9795 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-26 17:22:33 +00:00
vitalkrilov
7fb5d30b55 Graph: manual corrected.
Graph (branch: tcc_current):
- Rewritten in C so now it can be compiled with tcc.
- Added functions: pow (^) and mod (%), arcctg, sgn, sec, cosec, log2, log3, log10.
- Added aliases for functions: tan, cot, arctan, arccot, lg, lb, ln.
- Fixed bugs with box_lib's edit_box.
- Removed deprecated/potentially unused code.
- Now an "Edit" button launches Cedit, not Tinypad.
- Now there is a better graph rendering: fixed bugs with text drawing.
- Added to autobuild list and in iso.

git-svn-id: svn://kolibrios.org@9762 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-12 00:39:36 +00:00
Kirill Lipatov (Leency)
dd4011f6d1 use old geode binnary instead of autobuild version that is not working
git-svn-id: svn://kolibrios.org@9688 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 15:56:22 +00:00
Kirill Lipatov (Leency)
61c09b6628 add knmap binnary to IMG
git-svn-id: svn://kolibrios.org@9686 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 15:43:16 +00:00
turbocat
beb0dd901c Added objconv to ISO.
git-svn-id: svn://kolibrios.org@9684 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 11:20:29 +00:00
turbocat
a971f7e19b tcc updated in ISO
git-svn-id: svn://kolibrios.org@9665 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-24 17:23:27 +00:00
turbocat
c9ea741912 - Removed TeaTool from ISO;
- Added auto-builded man2html.

git-svn-id: svn://kolibrios.org@9653 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-18 18:13:43 +00:00
vitalkrilov
e895aaba38 KMatrix: now autobuilt binary will be in ISO
git-svn-id: svn://kolibrios.org@9639 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-15 11:34:12 +00:00
473a315c3e Fix a typo in data/Tupfile.lua: BUGHBROT -> BUDHBROT
git-svn-id: svn://kolibrios.org@9609 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-10 17:00:44 +00:00
Kirill Lipatov (Leency)
7592583563 do not include config.inc into IMG, use var in macros.inc as it was before
webview: more peach default bg

git-svn-id: svn://kolibrios.org@9604 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-09 10:00:41 +00:00
Kirill Lipatov (Leency)
61980e7ae3 kf_view: refactoring (-2 img sectors)
git-svn-id: svn://kolibrios.org@9601 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 22:36:47 +00:00
Kirill Lipatov (Leency)
d747c5fb18 fix build
git-svn-id: svn://kolibrios.org@9596 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 18:17:51 +00:00
Kirill Lipatov (Leency)
75a5fd5619 rename @HOTANGLES to @HA to fit into 8.3
git-svn-id: svn://kolibrios.org@9595 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 18:15:46 +00:00
Kirill Lipatov (Leency)
465adf4615 add flac, ogg and minimp3 libraries to ISO
git-svn-id: svn://kolibrios.org@9578 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-05 20:38:57 +00:00
turbocat
544a2a9702 rollback to r9525
git-svn-id: svn://kolibrios.org@9559 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-02 12:22:53 +00:00
turbocat
2f584b70d4 Fixed paths for copying tcc.
git-svn-id: svn://kolibrios.org@9555 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-01 16:45:28 +00:00
Kirill Lipatov (Leency)
df6ac3618c buddhabrot: code refactoring, add "set as wallpaper" feature, fix rection on keys, add to IMG
eolite: small fix 


git-svn-id: svn://kolibrios.org@9525 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 01:57:38 +00:00
Coldy
130b0311ad Fix tupfile
git-svn-id: svn://kolibrios.org@9519 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 20:14:01 +00:00
Coldy
e3e0ea0155 Something went wrong
git-svn-id: svn://kolibrios.org@9518 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 20:12:02 +00:00
Coldy
57ea3e92bd Add KX extension to tcc (autoload w/import table support), phase 2.3
Done, fully added to distributive 


git-svn-id: svn://kolibrios.org@9517 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 20:05:47 +00:00
Kirill Lipatov (Leency)
b02fd673e1 revert
git-svn-id: svn://kolibrios.org@9509 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:54:58 +00:00
Kirill Lipatov (Leency)
5f56f96dbb trying to just kpack a file #7
git-svn-id: svn://kolibrios.org@9506 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:49:53 +00:00
turbocat
c2f1ea1b1a Added autobuilded geode.sys to ISO.
git-svn-id: svn://kolibrios.org@9504 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 20:17:30 +00:00
turbocat
5abd6d0212 Added autobuilded acpi.sys to ISO
git-svn-id: svn://kolibrios.org@9501 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 18:35:06 +00:00
Kirill Lipatov (Leency)
072499bde9 upload AMD Geode driver binaries, add to DRVINSTALL app
git-svn-id: svn://kolibrios.org@9480 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-26 16:22:57 +00:00
Kirill Lipatov (Leency)
3d3e0896b1 battle with TUP #3
git-svn-id: svn://kolibrios.org@9475 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-26 01:13:29 +00:00
Kirill Lipatov (Leency)
988f48d1ed battle with TUP #2
git-svn-id: svn://kolibrios.org@9474 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-26 01:12:43 +00:00
Kirill Lipatov (Leency)
3d623894c9 Palitra: refactoring, add shared icons
Move t_edit into separate folder


git-svn-id: svn://kolibrios.org@9472 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-26 00:49:38 +00:00
Kirill Lipatov (Leency)
7489c98c1c fix build
git-svn-id: svn://kolibrios.org@9467 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-25 00:25:52 +00:00
Kirill Lipatov (Leency)
c49f7f845b fix prior
git-svn-id: svn://kolibrios.org@9466 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-24 20:09:30 +00:00
Kirill Lipatov (Leency)
c78bc9e513 appearance:
- working screensaver tab
- add "auto" type of wallpapper set
various fixes

git-svn-id: svn://kolibrios.org@9465 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-24 20:07:57 +00:00