1

489 Commits

Author SHA1 Message Date
f910579076 use if constexpr in main.cc 2022-05-23 12:32:14 +02:00
60fe069650 enable c++17 and use if constexpr for debug toggle 2022-05-23 12:31:10 +02:00
f6980edb3c change coroutdemo print position 2022-05-23 12:20:43 +02:00
cc35dda947 use DEBUG in more places 2022-05-23 12:20:29 +02:00
d6d071d6fd update 2022-05-23 11:52:38 +02:00
c0ee06f21e update 2022-05-23 09:53:54 +02:00
0fd0ff54e6 update 2022-05-23 09:51:54 +02:00
f2646300d8 add debug output toggle 2022-05-23 09:51:35 +02:00
058447c47a reenable scrollback keys 2022-05-23 09:14:02 +02:00
1af89fd5ac enable demo in main 2022-05-23 09:12:14 +02:00
0537f6dd45 implement demo 2022-05-23 09:12:08 +02:00
4f94ccdc99 implement asm coroutine 2022-05-23 09:11:59 +02:00
d3b9b937fb implement c coroutine 2022-05-23 09:11:53 +02:00
e0390de910 remove params from keyboard plugin 2022-05-23 09:11:32 +02:00
c9192c242d add allocator to globals 2022-05-23 09:11:22 +02:00
6f3c6fa91f reenable bufferedcga 2022-05-23 09:10:53 +02:00
569dc718e2 change printed output 2022-05-23 09:10:45 +02:00
1673a16985 ignore 2022-05-23 09:10:13 +02:00
bdfe784340 add vorgabe05 2022-05-20 16:16:24 +02:00
2b41893743 disable concepts since we don't have c++20 2022-05-20 16:15:56 +02:00
5e2196c898 Buffered CGA refactor finish 2022-05-20 16:15:43 +02:00
80cbe0900d BufferedCGA refactoring 2022-05-17 18:38:52 +02:00
7506cc40b9 enable c++20 2022-05-17 17:50:33 +02:00
13c7d898ab BufferedCGA refactoring 2022-05-17 17:50:19 +02:00
c1b7c4cb5b namespace mylibs 2022-05-15 15:29:46 +02:00
481d14bcd0 minor changes 2022-05-14 22:13:31 +02:00
19f58a5b4b let init decide scrollback size 2022-05-14 21:13:11 +02:00
13df44fb6f implement exercise 04 interrupts 2022-05-14 21:12:32 +02:00
deb0ebd8eb fix includes 2022-05-14 16:57:56 +02:00
d804fff473 add vorgabe04 2022-05-14 16:54:22 +02:00
d1f68b234d rename 2022-05-14 16:52:47 +02:00
824b8e9ddf use tree allocator 2022-05-10 00:21:00 +02:00
b7fbb822c1 implement tree allocator 2022-05-10 00:20:51 +02:00
ae7b3d0437 renaming 2022-05-10 00:20:45 +02:00
b860c82d87 fix bufferedcga bug where buffer was used before init 2022-05-10 00:20:25 +02:00
15515269a1 add macro for word alignment setting 2022-05-09 18:24:51 +02:00
d1fd879eb6 use typedef for free_block 2022-05-09 18:19:16 +02:00
f3ea150650 comments 2022-05-09 18:08:13 +02:00
f57b8fef27 implement rounding to word borders when allocating 2022-05-09 16:45:01 +02:00
10d790f613 update heap demo 2022-05-09 16:27:07 +02:00
25e82cefdd move initial page display to scroll_mode 2022-05-09 16:20:56 +02:00
6f6301d5d0 implement a scrollback buffer 2022-05-09 16:19:59 +02:00
b5a66f769e add default arg to mymemcpy 2022-05-09 16:19:18 +02:00
aa81e4c7c4 remove comment 2022-05-09 14:04:57 +02:00
d8d71d712e add some rudimentary math functions 2022-05-09 14:03:12 +02:00
5b16da23ed simplify cga memory manipulation 2022-05-09 14:02:44 +02:00
27d8f13b5e add some rudimentary memory manipulation functions 2022-05-09 14:02:30 +02:00
333d5930a5 some silly math functions 2022-05-09 01:26:06 +02:00
9145466a15 heap_demo 2022-05-08 20:16:37 +02:00
67baf91741 fix printing of status updates when allocating 2022-05-08 19:44:24 +02:00