|
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 |
|