|
ac55d2ddf2
|
Minor compilation fixes for Windows(R)(TM)
|
2023-02-05 08:06:14 +00:00 |
|
|
ff1db047ff
|
Fix more compiler warnings (gcc and clang)
|
2023-02-04 21:15:27 +00:00 |
|
|
e03ae18548
|
Support different framebuffer formats, add tests
|
2023-01-30 06:24:23 +00:00 |
|
|
7f88bbf11c
|
Update copyright headers and years
|
2022-06-27 21:36:56 +04:00 |
|
|
d479f8a121
|
umka_os: Load very basic userspace KolibriOS app
|
2022-05-26 16:45:36 +04:00 |
|
|
e834b93108
|
Clean excessive inline asm, mention tap0 in README.
|
2020-10-14 20:56:28 +03:00 |
|
|
d2cbe2e9e0
|
Many fixes to scheduler and especially network. Ping via tap0 works!!
|
2020-10-14 06:30:01 +03:00 |
|
|
ae9c2198b6
|
Make umka_os use scheduler from KolibriOS kernel!
Also,
* Add more syscall wrappers;
* Replace puts(usage) with fputs(usage, fout);
* Remove some dead code.
|
2020-10-10 02:30:52 +03:00 |
|
|
57fadae3dd
|
Add background related functions; umka_os works.
|
2020-05-11 06:38:44 +03:00 |
|
|
90d1aaaccc
|
Handle cli/sti in scheduler: fake i flag with id flag.
|
2020-05-09 06:41:32 +03:00 |
|
|
0d07b5810f
|
Run net stack, jump to the osloop. Compiles, doesn't crash.
|
2020-05-09 05:15:57 +03:00 |
|
|
dad581883c
|
Move thread logic to linux/thread.c, rewrite os and idle threads in asm.
|
2020-05-09 00:50:54 +03:00 |
|