Commit Graph
100 Commits
Author SHA1 Message Date
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
christoph e1f7a7af82 renamings 2022-07-16 00:57:58 +02:00
christoph c67177f7bf add queue debug messages 2022-07-16 00:57:32 +02:00
christoph 184f1fc5d7 add simple serial output 2022-07-16 00:57:17 +02:00
christoph f395ff1232 mode 2022-07-15 01:28:18 +02:00
christoph d0387ef545 fix scheduling bug with deblock 2022-07-14 13:35:34 +02:00
christoph b840895164 change mode 2022-07-14 13:35:26 +02:00
christoph 0f6e26b0c0 disable scrollback control 2022-07-11 23:00:01 +02:00
christoph 5ca6d25c7c change keyboard demo to event listener 2022-07-11 22:51:03 +02:00
christoph 60bb0cea78 implement initial event manager 2022-07-11 22:50:53 +02:00
christoph 898a44f7ff add bluescreen demo 2022-07-11 20:27:03 +02:00
christoph 9d4996826a Add initial main menu class 2022-07-11 20:15:27 +02:00
christoph 222cdd4547 update demo starting etc 2022-07-11 19:30:27 +02:00
christoph 04edfd0a2b print idle thread init 2022-07-11 19:29:57 +02:00
christoph 36f0001c73 fix imports 2022-07-11 19:29:53 +02:00
christoph ec084d3aca move user stuff to user 2022-07-11 19:29:42 +02:00
christoph 996a45d7f8 enable list allocator until i fix the other one 2022-07-11 19:22:43 +02:00
christoph a4cb8f9fda remove old cooperative thread demo 2022-07-11 19:22:32 +02:00
christoph 25da4b8596 update preemption demo 2022-07-11 19:22:23 +02:00
christoph 60e36011e3 comments 2022-07-11 19:15:30 +02:00
christoph 7e9402062f move myobj to heapdemo 2022-07-11 19:15:22 +02:00
christoph 0980e5eb82 update heapdemo to threads 2022-07-11 19:15:15 +02:00
christoph 467bffb76b remove unecessary demos 2022-07-11 18:42:22 +02:00
christoph 8d7bdea519 update keyboarddemo to threads 2022-07-11 18:42:14 +02:00
christoph 304eadc959 update pcspkdemo 2022-07-11 18:32:39 +02:00
christoph 24c418eb0a constexpr stream manipulators to allow "macroing" 2022-07-11 18:18:18 +02:00
christoph 7f7c528949 update textdemo to threads 2022-07-11 18:18:01 +02:00
christoph 957644582c update VBEdemo 2022-07-11 18:17:50 +02:00
christoph f50978cf35 remove old sound demo 2022-07-11 18:17:32 +02:00
christoph 5170be00aa remove math 2022-07-11 18:17:24 +02:00
christoph 597b823ac3 synchronize with semaphore 2022-07-11 15:37:45 +02:00
christoph 66b3b914d0 fix semaphore spinlock bug 2022-07-11 15:37:26 +02:00
christoph 52ad3fc752 reenable scrollback 2022-07-11 15:37:16 +02:00
christoph 012f68838b implement semaphore 2022-07-11 15:00:05 +02:00
christoph be6aeb2b11 disable speaker for now 2022-07-11 14:36:52 +02:00
christoph 7058350414 use pointer instead of reference for thread 2022-07-11 14:36:41 +02:00
christoph 9c41c72011 reformat 2022-07-11 14:36:37 +02:00
christoph c63b960e6a fix bug where ebx was saved incorrectly on preempt 2022-07-11 14:35:45 +02:00
christoph bb0ff5104c add vorgabe10 2022-07-11 13:29:54 +02:00
christoph 2d2eec6934 Update flake 2022-07-04 22:06:19 +02:00
christoph b7ae32595b add clang-tools 2022-07-04 22:05:13 +02:00
christoph 51390ef277 reformat 2022-07-04 22:05:07 +02:00
christoph 19ab6fef06 update paging 2022-07-04 21:29:06 +02:00
christoph 1ae227ae33 implement + enable demos 2022-07-04 21:24:35 +02:00
christoph 7ab5fdb361 fix scheduler bug 2022-07-04 21:24:18 +02:00
christoph 4d5224ff38 enable preemptive switch in pit 2022-07-04 21:24:04 +02:00
christoph 1cac6b3a58 update Thread_switch for preemption 2022-07-04 21:23:31 +02:00
christoph 6ad1d9e525 make regs private again 2022-07-04 21:23:14 +02:00
christoph 2fbecc3236 implement pcspk delay 2022-07-04 17:11:39 +02:00
christoph e2e2c4545e disable scheduler interrupt pausing, no preemption 2022-07-04 17:07:18 +02:00
christoph 16f814bfcf add pit indicator 2022-07-04 17:07:09 +02:00
christoph 42a1d719ee disable forced bluescreen 2022-07-04 16:20:46 +02:00
christoph 17aee557da add vorgabe 2022-07-04 16:20:08 +02:00
christoph da6c5ab0b5 add vorgabe09 2022-07-04 16:17:39 +02:00
christoph 586fe3bb80 fix paging bugs in writeprotection 2022-07-04 16:04:55 +02:00
christoph 2c8a7524b9 Merge branch 'feature-08-paging' 2022-07-04 14:55:50 +02:00
christoph cfa6265cee enable paging 2022-07-04 14:54:59 +02:00
christoph 1f01a561a3 fix scheduling bug when only 1 thread is available 2022-07-04 14:54:25 +02:00
christoph 7fe5d8e956 fix treeallocator bug and reenable 2022-07-04 14:54:14 +02:00
christoph 455c9c5557 disable any optimizations 2022-07-04 13:43:49 +02:00
christoph 0c8222131c envrc 2022-07-04 13:28:56 +02:00
christoph 994a20c956 ignore .direnv 2022-07-04 13:28:32 +02:00
christoph f051fb0d20 flake 2022-07-04 13:28:24 +02:00
christoph 2ec47752db flake 2022-07-04 13:25:41 +02:00
christoph 5b309bd363 build 2022-07-04 13:25:22 +02:00
christoph a4283aba54 disable extra stuff 2022-07-04 13:21:47 +02:00
christoph a230ee84e1 reformat 2022-07-04 13:21:43 +02:00
christoph 2341d7bd95 reformat 2022-07-04 13:21:28 +02:00
christoph c043ae9df1 disable extra stuff (allocator, scrollbackbuffer) 2022-07-04 13:21:09 +02:00
christoph 8e7a0df43c ignore .direnv 2022-07-04 11:31:17 +02:00
christoph 93f80f8d4b update flake 2022-07-04 11:31:06 +02:00
christoph d2e6a9f9b9 Init flake 2022-07-04 11:23:15 +02:00
christoph 704af6a6fd reformat 2022-06-23 13:15:23 +02:00
christoph ceb17dd2c1 add vorgabe08 2022-06-23 13:08:36 +02:00
christoph e6e2674164 update mode 2022-06-23 12:58:34 +02:00
christoph 32b1f2391f add vorgabe06 2022-06-02 13:01:43 +02:00
christoph 7b7b375c8c update 2022-06-02 13:01:13 +02:00
christoph c0ee06f21e update 2022-05-23 09:53:54 +02:00