1
Commit Graph

442 Commits

Author SHA1 Message Date
bf14c58a25 remove old scrollmode reference 2022-07-16 20:12:50 +02:00
6c6ae51ebb disable optimizations for busy waiting 2022-07-16 20:12:25 +02:00
b454f5d01c adapt to new list interface 2022-07-16 18:24:32 +02:00
f807558781 use arraylist in eventmanager 2022-07-16 18:24:11 +02:00
5d8316c265 adapt list impl to interface 2022-07-16 18:23:53 +02:00
8d56ca1355 add list interface with iterator 2022-07-16 18:23:42 +02:00
a563bd4e5a add logging settings 2022-07-16 16:39:35 +02:00
fa8cf85c3c return removal status in arraylist 2022-07-16 16:39:18 +02:00
329ed34c32 init serialout in constructor 2022-07-16 16:39:04 +02:00
9fa36ea9ed demo updates 2022-07-16 16:38:58 +02:00
83b84e238b logging 2022-07-16 16:38:48 +02:00
019e092a5e add some error handling to scheduler 2022-07-16 16:36:45 +02:00
675f995abd add logging to thread and destructor 2022-07-16 16:36:34 +02:00
696292bdff add logging 2022-07-16 16:36:14 +02:00
a47635e022 add logging + restore preemption 2022-07-16 16:35:59 +02:00
d3ea908a1c add qemu-stdio make task 2022-07-16 16:35:37 +02:00
ccbf91cc3b move import to implementation 2022-07-16 03:32:57 +02:00
de7a7c1636 switch logger + unfinished hack 2022-07-16 03:31:12 +02:00
c0a74bb81d update main 2022-07-16 03:31:04 +02:00
bf3d807464 switch semaphore to arraylist because queue buggy 2022-07-16 03:30:41 +02:00
2b92b180f4 update logger 2022-07-16 03:30:35 +02:00
2f7a2a219b add a shnitton of loggers 2022-07-16 03:30:20 +02:00
60d746af11 implement logger 2022-07-16 01:48:09 +02:00
0fe0664538 remove unnecessary shit 2022-07-16 01:05:40 +02:00
78f97fcde5 init new objects + move demos to menu 2022-07-16 01:03:58 +02:00
b8d34e16dd reformat 2022-07-16 01:03:30 +02:00
6c0fff0b6c start demos from mainmenu 2022-07-16 01:03:13 +02:00
499efede47 update scheduler to arraylist 2022-07-16 01:03:00 +02:00
1f4b9d52ed update idle thread 2022-07-16 01:02:46 +02:00
919f0cad89 add com1 interrupt numbers to pic/intdis 2022-07-16 01:02:31 +02:00
10c047e7b7 add ioport address by offset 2022-07-16 01:02:16 +02:00
694e835142 add serial + eventmanager to globals 2022-07-16 01:02:06 +02:00
f41eda0215 reformat 2022-07-16 01:01:58 +02:00
35a5d7f9db fix memory align size 2022-07-16 01:01:49 +02:00
b66bfac5d7 reformat 2022-07-16 01:01:44 +02:00
156e49c7f4 disable scrollback 2022-07-16 01:01:17 +02:00
3bd4a54aa2 reformat 2022-07-16 01:01:05 +02:00
15dd858d33 renamings 2022-07-16 00:59:59 +02:00
d1d3714b63 update preemption demo to variable thread num 2022-07-16 00:58:59 +02:00
24cf319b86 reenable optimizations 2022-07-16 00:58:35 +02:00
c5d25736a3 add arraylist + demo 2022-07-16 00:58:25 +02:00
ac4b1a05a8 renamings 2022-07-16 00:58:14 +02:00
e1f7a7af82 renamings 2022-07-16 00:57:58 +02:00
c67177f7bf add queue debug messages 2022-07-16 00:57:32 +02:00
184f1fc5d7 add simple serial output 2022-07-16 00:57:17 +02:00
f395ff1232 mode 2022-07-15 01:28:18 +02:00
d0387ef545 fix scheduling bug with deblock 2022-07-14 13:35:34 +02:00
b840895164 change mode 2022-07-14 13:35:26 +02:00
0f6e26b0c0 disable scrollback control 2022-07-11 23:00:01 +02:00
5ca6d25c7c change keyboard demo to event listener 2022-07-11 22:51:03 +02:00