Commit Graph
100 Commits
Author SHA1 Message Date
christoph 304458a816 switch order 2022-07-19 14:47:37 +02:00
christoph e6194247cb comments 2022-07-19 14:47:33 +02:00
christoph 84d170cc97 flake 2022-07-19 12:18:56 +02:00
christoph c8b88e2eb6 update flake 2022-07-19 12:17:17 +02:00
christoph 885eecf468 add smartpointer demo for debug 2022-07-19 11:25:56 +02:00
christoph 98eb398156 comment 2022-07-19 04:06:37 +02:00
christoph 2b1db30d1c merge dispatcher into scheduler 2022-07-19 00:28:00 +02:00
christoph f040aa562b update list demos 2022-07-19 00:19:08 +02:00
christoph 99f60383ee comments 2022-07-19 00:15:02 +02:00
christoph d2401820c7 switch demo 2022-07-19 00:02:55 +02:00
christoph b9f633ebb9 update arraylist to smartpointer 2022-07-19 00:02:25 +02:00
christoph 794f4fc7d6 update flake 2022-07-19 00:02:18 +02:00
christoph d7fcd61c11 update iterator for new list interface 2022-07-19 00:02:02 +02:00
christoph 0451af3d9c change iterator in list interface 2022-07-19 00:01:54 +02:00
christoph 348611df26 add swap_n to array 2022-07-19 00:01:40 +02:00
christoph e9b24d06be add lock to keyboard demo 2022-07-19 00:01:24 +02:00
christoph 3d76162d8a array demo 2022-07-18 21:55:36 +02:00
christoph f5a4a66207 implement simple array wrapper 2022-07-18 21:55:24 +02:00
christoph 2e4c0339a3 const iterator + separate iterator from list.h 2022-07-18 21:55:06 +02:00
christoph b9fe5d7d53 updates 2022-07-17 21:41:35 +02:00
christoph 0a7032c992 fix linkedlistiterator 2022-07-17 21:41:23 +02:00
christoph 60b02a078b test ranged based loops in demos 2022-07-17 21:41:12 +02:00
christoph 132eb13431 update for new list interface 2022-07-17 21:02:33 +02:00
christoph d09b862dc3 implement linked list 2022-07-17 21:02:19 +02:00
christoph 671ea46711 update arraylist 2022-07-17 21:02:13 +02:00
christoph 5dd23fc888 update list interface 2022-07-17 21:02:03 +02:00
christoph d87fa5e40a add blank linkedlist impl 2022-07-17 16:04:51 +02:00
christoph 8aa953ed23 adapt arraylist to updated interface 2022-07-17 16:04:37 +02:00
christoph cb928f7b68 simplify list interface and expose iterator/type 2022-07-17 16:04:08 +02:00
christoph 820fff35b5 copy arraylistdemo for linked list 2022-07-17 16:03:40 +02:00
christoph a2b2a311d8 logging 2022-07-17 16:03:35 +02:00
christoph 9ecc520d94 add hidden demos 2022-07-17 16:03:23 +02:00
christoph 6c44da7b5c update 2022-07-17 16:03:17 +02:00
christoph 2ea2de41b6 give up on tree alloc 2022-07-17 16:03:10 +02:00
christoph 38a3bf0aee change kill key to K 2022-07-17 01:38:31 +02:00
christoph 8877b8805e stop pcspk when demo quits 2022-07-17 01:38:21 +02:00
christoph a2a8b4f973 remove debug changes from llalloc 2022-07-17 01:32:23 +02:00
christoph b25ed46c27 update 2022-07-17 01:27:43 +02:00
christoph e7985f4270 synchronize textheavy demos 2022-07-17 01:27:22 +02:00
christoph b158f98639 add semaphore to cgastream 2022-07-17 01:27:13 +02:00
christoph 982843ad84 update 2022-07-17 01:16:47 +02:00
christoph cfb1e2affc kevman logging 2022-07-17 01:16:34 +02:00
christoph 9676c70125 slight arraylist init refactor 2022-07-17 01:16:18 +02:00
christoph 931c9552b7 refactor main menu 2022-07-17 01:16:09 +02:00
christoph 9a0bb01c6d demo update 2022-07-17 01:16:04 +02:00
christoph 566c11eab1 reduce insane output + introduce block queue 2022-07-17 01:14:32 +02:00
christoph b1e3129de8 log when idlethread destroyed 2022-07-17 01:14:08 +02:00
christoph 8a8a918cea disable insane debug output 2022-07-17 01:13:57 +02:00
christoph c746b9518c fix nasty list alloc bug and add spinlock 2022-07-17 01:13:35 +02:00
christoph 1a214e7c65 disable insane debug output 2022-07-17 01:13:22 +02:00
christoph 9d79bc14e3 fix keyevent bug where key releases would be cast 2022-07-17 01:12:55 +02:00
christoph 53c1b82e81 output cleanup + wait for enter 2022-07-16 20:14:59 +02:00
christoph 40d03f83a5 implement first real menu 2022-07-16 20:14:50 +02:00
christoph 223b8af4b4 logging 2022-07-16 20:14:45 +02:00
christoph cd83f85680 unsubscribe listeners in demo threads 2022-07-16 20:14:31 +02:00
christoph 1fd5717209 allow eventlisteners to unsubsscribe 2022-07-16 20:14:05 +02:00
christoph 1575f00717 add serial color output 2022-07-16 20:13:50 +02:00
christoph 75a77a8394 reformat 2022-07-16 20:13:41 +02:00
christoph bf14c58a25 remove old scrollmode reference 2022-07-16 20:12:50 +02:00
christoph 6c6ae51ebb disable optimizations for busy waiting 2022-07-16 20:12:25 +02:00
christoph b454f5d01c adapt to new list interface 2022-07-16 18:24:32 +02:00
christoph f807558781 use arraylist in eventmanager 2022-07-16 18:24:11 +02:00
christoph 5d8316c265 adapt list impl to interface 2022-07-16 18:23:53 +02:00
christoph 8d56ca1355 add list interface with iterator 2022-07-16 18:23:42 +02:00
christoph a563bd4e5a add logging settings 2022-07-16 16:39:35 +02:00
christoph fa8cf85c3c return removal status in arraylist 2022-07-16 16:39:18 +02:00
christoph 329ed34c32 init serialout in constructor 2022-07-16 16:39:04 +02:00
christoph 9fa36ea9ed demo updates 2022-07-16 16:38:58 +02:00
christoph 83b84e238b logging 2022-07-16 16:38:48 +02:00
christoph 019e092a5e add some error handling to scheduler 2022-07-16 16:36:45 +02:00
christoph 675f995abd add logging to thread and destructor 2022-07-16 16:36:34 +02:00
christoph 696292bdff add logging 2022-07-16 16:36:14 +02:00
christoph a47635e022 add logging + restore preemption 2022-07-16 16:35:59 +02:00
christoph d3ea908a1c add qemu-stdio make task 2022-07-16 16:35:37 +02:00
christoph ccbf91cc3b move import to implementation 2022-07-16 03:32:57 +02:00
christoph de7a7c1636 switch logger + unfinished hack 2022-07-16 03:31:12 +02:00
christoph c0a74bb81d update main 2022-07-16 03:31:04 +02:00
christoph bf3d807464 switch semaphore to arraylist because queue buggy 2022-07-16 03:30:41 +02:00
christoph 2b92b180f4 update logger 2022-07-16 03:30:35 +02:00
christoph 2f7a2a219b add a shnitton of loggers 2022-07-16 03:30:20 +02:00
christoph 60d746af11 implement logger 2022-07-16 01:48:09 +02:00
christoph 0fe0664538 remove unnecessary shit 2022-07-16 01:05:40 +02:00
christoph 78f97fcde5 init new objects + move demos to menu 2022-07-16 01:03:58 +02:00
christoph b8d34e16dd reformat 2022-07-16 01:03:30 +02:00
christoph 6c0fff0b6c start demos from mainmenu 2022-07-16 01:03:13 +02:00
christoph 499efede47 update scheduler to arraylist 2022-07-16 01:03:00 +02:00
christoph 1f4b9d52ed update idle thread 2022-07-16 01:02:46 +02:00
christoph 919f0cad89 add com1 interrupt numbers to pic/intdis 2022-07-16 01:02:31 +02:00
christoph 10c047e7b7 add ioport address by offset 2022-07-16 01:02:16 +02:00
christoph 694e835142 add serial + eventmanager to globals 2022-07-16 01:02:06 +02:00
christoph f41eda0215 reformat 2022-07-16 01:01:58 +02:00
christoph 35a5d7f9db fix memory align size 2022-07-16 01:01:49 +02:00
christoph b66bfac5d7 reformat 2022-07-16 01:01:44 +02:00
christoph 156e49c7f4 disable scrollback 2022-07-16 01:01:17 +02:00
christoph 3bd4a54aa2 reformat 2022-07-16 01:01:05 +02:00
christoph 15dd858d33 renamings 2022-07-16 00:59:59 +02:00
christoph d1d3714b63 update preemption demo to variable thread num 2022-07-16 00:58:59 +02:00
christoph 24cf319b86 reenable optimizations 2022-07-16 00:58:35 +02:00
christoph c5d25736a3 add arraylist + demo 2022-07-16 00:58:25 +02:00
christoph ac4b1a05a8 renamings 2022-07-16 00:58:14 +02:00