368d42ffae
Update BOOT_DATA structure and use it instead of all the BOOT_* vars.
...
git-svn-id: svn://kolibrios.org@7132 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-17 02:12:53 +00:00
b00728a5d1
Try to autobuild UEFI loader. Strange, it works on my PC.
...
git-svn-id: svn://kolibrios.org@7131 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-16 21:27:12 +00:00
c14a80d34f
Add UEFI stuff.
...
git-svn-id: svn://kolibrios.org@7130 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-16 21:10:49 +00:00
f208e0e454
Split bootbios.asm and kernel.asm.
...
* Move bios-related part of kernel.asm before B32 label to
bootbios.asm file;
* Move bx_from_load, boot_dev and kernel_restart_bootblock variables
to BOOT_* 0x9000 block;
* Update Tupfile.lua, Makefile, build.bat, build.sh accordingly;
* Now bios and uefi loaders can jump to very first byte of the kernel.
git-svn-id: svn://kolibrios.org@7129 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-16 20:21:10 +00:00
IgorA
7dad6439fe
box_lib: fix clear cursor in 'editbox'
...
info3ds: crop zeros after floating point
git-svn-id: svn://kolibrios.org@7128 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-10 17:34:39 +00:00
3befb301cf
Add use_fasm.lua and example: launch.
...
Now one can avoid ../../../../ includes and lang.inc files.
git-svn-id: svn://kolibrios.org@7127 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-05 07:29:50 +00:00
6494817540
Add EFLAGS_* macros, get rid of some more magic numbers.
...
git-svn-id: svn://kolibrios.org@7126 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-05 06:39:34 +00:00
69f68d1bb2
Firework: add AVX, AVX2 and AVX512 code (default is SSE as before).
...
git-svn-id: svn://kolibrios.org@7125 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-05 06:29:38 +00:00
9e6b9b61f7
Use xsave/xrestor if available, enable AVX* instructions.
...
git-svn-id: svn://kolibrios.org@7124 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-05 05:24:21 +00:00
11a65eeec4
Rainbow: my old app to view CSS colors and their names.
...
git-svn-id: svn://kolibrios.org@7123 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-29 22:52:33 +00:00
09684c0db9
Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.
...
git-svn-id: svn://kolibrios.org@7122 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-29 22:03:58 +00:00
16d9a4a4bc
Remove VRR code, mostly commented out anyway.
...
git-svn-id: svn://kolibrios.org@7121 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-29 00:15:25 +00:00
c718254e54
Align columns in skins/authors.txt, add myself.
...
git-svn-id: svn://kolibrios.org@7120 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-27 19:29:43 +00:00
d9d603acd0
Fix skin.inc files, make them all the same.
...
Rename all the me_skin.inc and my_skin.inc to skin.inc.
Read BMP header size from file, don't hardcode.
Make all the skins use the same skin.inc.
Speed up compilation of skins.
git-svn-id: svn://kolibrios.org@7119 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-27 19:25:14 +00:00
7ea104c3a8
Build kerpack from source, remove binary.
...
git-svn-id: svn://kolibrios.org@7118 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-21 20:31:52 +00:00
3f5969cc70
SDLTest.c: close comment with */, not with /*
...
git-svn-id: svn://kolibrios.org@7117 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-21 20:08:34 +00:00
7a159553ef
Hot fix for r7115: remove empty Release dirs too.
...
git-svn-id: svn://kolibrios.org@7116 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-21 17:21:05 +00:00
d968eec3b9
Add pe2kos source (0770 sdk), remove pe2kos.exe.
...
git-svn-id: svn://kolibrios.org@7115 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-21 17:15:57 +00:00
afdc8496fb
Add empty $Revision$ macro.
...
svn keywords are neither substituted by git-svn nor catched by
existing "$Revision a" macro, ignore them to not fail the build.
git-svn-id: svn://kolibrios.org@7114 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-20 09:58:28 +00:00
GerdtR
ed8c023f5a
The program Unz has been added. Unpacker files zip and 7z, based on arhiver.obj .
...
git-svn-id: svn://kolibrios.org@7113 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-19 16:54:55 +00:00
0895e300ed
Add -fgnu89-inline to menuetlibc related files.
...
One can't build programs that use menuetlibc and the library itself with
the latest toolchain from Serge because new GCC assumes C99 inline
semantics. Fix it by passing -fgnu89-inline option to such programs.
git-svn-id: svn://kolibrios.org@7112 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-18 03:24:17 +00:00
Anton Krotov
5e259e1fda
fb2read v0.9b: remove italic style
...
git-svn-id: svn://kolibrios.org@7111 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-16 08:51:28 +00:00
Anton Krotov
e80f6ad31e
oberon07: fix for r7107, NEW/DISPOSE support multi-thread mode
...
git-svn-id: svn://kolibrios.org@7110 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-16 07:01:07 +00:00
Kirill Lipatov (Leency)
fbdde8ba84
small fix from hidplayr
...
git-svn-id: svn://kolibrios.org@7109 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-03 10:33:36 +00:00
hidnplayr
9da83c9e1b
Added some comments to TCP server demo app.
...
git-svn-id: svn://kolibrios.org@7108 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-02 18:22:06 +00:00
Anton Krotov
b6bb3d2c62
Oberon07: some extensions
...
git-svn-id: svn://kolibrios.org@7107 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-02 16:36:50 +00:00
Kirill Lipatov (Leency)
5161f3acf0
nsinstall: add notify dialog to show downloading progress;
...
TODO (not for me): change 'nsinstall' icon to 'netsurf'
git-svn-id: svn://kolibrios.org@7106 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-02 12:20:25 +00:00
6cf659fe71
libimg: add img.from_file, refactor img.convert.
...
Add new function, img.from_file: gets file name and returns decoded Image.
Make img.convert code less spaghetti: use jump table, not a chain of jmp's.
git-svn-id: svn://kolibrios.org@7105 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-31 21:33:52 +00:00
Kirill Lipatov (Leency)
437e995f11
Eolite: fix small issue, add description to KOSfuncs.inc
...
git-svn-id: svn://kolibrios.org@7104 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-26 20:17:02 +00:00
0CodErr
5721df73ee
fix for draw not ASCIIZ
...
git-svn-id: svn://kolibrios.org@7103 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-20 16:03:18 +00:00
0CodErr
4786fa5e85
fix SkinMargins.Right
...
git-svn-id: svn://kolibrios.org@7102 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-20 11:22:26 +00:00
hidnplayr
909a57ee08
HTTP_escape, HTTP_unescape, check for end of buffer.
...
git-svn-id: svn://kolibrios.org@7101 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-17 21:18:36 +00:00
hidnplayr
5c83dd9e7c
PASTA: use dpaste.com instead of paste.kolibrios.org
...
git-svn-id: svn://kolibrios.org@7100 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-17 21:01:54 +00:00
hidnplayr
144ea3d326
Use tcp_output instead of tcp_respond to send delayed acks, we need it for correct window advertisement amongst other things...
...
git-svn-id: svn://kolibrios.org@7099 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-17 19:59:47 +00:00
ashmew2
a396aff3da
Fix TCP window size in tcp_respond
...
git-svn-id: svn://kolibrios.org@7098 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-17 19:43:14 +00:00
Kirill Lipatov (Leency)
dc723e58d2
icons32.png: nsinstall and netsurf icons
...
git-svn-id: svn://kolibrios.org@7097 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-17 15:28:12 +00:00
Kirill Lipatov (Leency)
3752a68975
Backgen 0.6
...
git-svn-id: svn://kolibrios.org@7096 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-16 23:41:50 +00:00
Kirill Lipatov (Leency)
96565ecfba
updated icons
...
git-svn-id: svn://kolibrios.org@7095 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-16 23:32:59 +00:00
hidnplayr
2929037935
Updated readme.
...
git-svn-id: svn://kolibrios.org@7094 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-14 09:47:21 +00:00
hidnplayr
d71a6b8cb8
Remove build.bat
...
git-svn-id: svn://kolibrios.org@7093 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-14 09:43:17 +00:00
hidnplayr
b07509df72
Check FLAG_GOT_ALL_DATA is set, even when no additional data was received.
...
git-svn-id: svn://kolibrios.org@7092 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-13 22:17:40 +00:00
hidnplayr
55a5bd1941
Fix possible page error while receiving chunked data.
...
git-svn-id: svn://kolibrios.org@7091 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-13 22:15:00 +00:00
hidnplayr
fe80b4429c
IRC client: strip username prefixes when opening a private chat window
...
git-svn-id: svn://kolibrios.org@7090 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-12 20:38:22 +00:00
Kirill Lipatov (Leency)
1f732787b5
upload backgen v0.5
...
git-svn-id: svn://kolibrios.org@7089 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-11 23:19:28 +00:00
Kirill Lipatov (Leency)
02a579daee
add compile_exe.bat by 0CodErr
...
git-svn-id: svn://kolibrios.org@7088 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-11 18:30:51 +00:00
Kirill Lipatov (Leency)
7a4bbe995b
prevent double click on icon, add a small delay
...
git-svn-id: svn://kolibrios.org@7087 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-11 10:49:15 +00:00
Kirill Lipatov (Leency)
c103cab861
CMM: use single click instead of double in Eolite, add math.min() and math.max() functions, add more_less_box component
...
git-svn-id: svn://kolibrios.org@7086 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 22:26:56 +00:00
hidnplayr
824c13ffef
Iconv: add ISO-8859-1 support. (Second most popular encoding on the web today.)
...
git-svn-id: svn://kolibrios.org@7085 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 22:05:43 +00:00
hidnplayr
9378825c03
Iconv: add proper KOI8-R support.
...
git-svn-id: svn://kolibrios.org@7084 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 21:54:05 +00:00
0CodErr
102f2a4f80
add kpack to command
...
git-svn-id: svn://kolibrios.org@7083 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 19:12:00 +00:00