489 Commits
Author SHA1 Message Date
christoph 9ce177e13e add stringview.cc 2022-08-01 20:43:38 +02:00
christoph f50ed64c18 readme add bug description 2022-08-01 20:43:25 +02:00
christoph a7e7e65468 implement operator* for string 2022-08-01 19:36:35 +02:00
christoph 3b3bf662ca remove mutable operators from stringview 2022-08-01 19:36:22 +02:00
christoph 7c419fd905 make stringview ptr const 2022-07-29 14:35:54 +02:00
christoph c0dfd881e9 replace char*/string with stringview 2022-07-29 14:35:44 +02:00
christoph 873d3927c7 replace char*/string with stringview 2022-07-29 14:35:42 +02:00
christoph a33b9bb93e replace char*/string with stringview 2022-07-29 14:35:33 +02:00
christoph e3808aafa7 constcast pointer in iterator 2022-07-29 14:35:12 +02:00
christoph fa0bfee566 use stringview in cga 2022-07-29 14:19:56 +02:00
christoph e7aee137f8 implement simple string_view 2022-07-29 14:19:47 +02:00
christoph d4f42ae77d add dev for stringdemo output 2022-07-29 14:19:36 +02:00
christoph b70024a973 use std::size_t 2022-07-29 14:19:26 +02:00
christoph 3eb0e8e1fb add more span checks 2022-07-29 14:19:12 +02:00
christoph fcab6677ac use std::size_t 2022-07-29 14:19:02 +02:00
christoph f14fb63b01 fix flake debug command 2022-07-29 14:18:39 +02:00
christoph 51d0f35c3b add thread alloc error "handling" 2022-07-27 23:47:13 +02:00
christoph c180028913 update flake 2022-07-27 23:44:31 +02:00
christoph 1b588a5c09 pagingdemo 2022-07-27 23:44:25 +02:00
christoph d0f793ba33 mark todos as done 2022-07-27 23:44:13 +02:00
christoph b2fa56ac89 makefile: remove clang compilation 2022-07-27 23:44:02 +02:00
christoph 8430c50318 fix paging: invalidate tlb 2022-07-27 23:43:50 +02:00
christoph 5b556f9446 make bluescreen demo more general for paging 2022-07-27 23:43:36 +02:00
christoph ac2d46d314 remove semicolon 2022-07-27 23:43:21 +02:00
christoph ca5a560bf0 ignore doxygen output 2022-07-27 23:43:08 +02:00
christoph 5c31c8649b doxyfile 2022-07-27 23:42:54 +02:00
christoph 55ea7fe996 move clang files 2022-07-27 23:42:44 +02:00
christoph ff02031ed4 enable pointer arithmetic warning 2022-07-24 23:19:31 +02:00
christoph d518b93718 update readme 2022-07-24 23:19:22 +02:00
christoph d04f4495ae final cleanup 2022-07-24 23:13:12 +02:00
christoph f711e41216 cga use span to address screen memory 2022-07-24 22:43:07 +02:00
christoph 7e046b6f89 keyboard demo input lower 2022-07-24 22:42:54 +02:00
christoph 79ddabd23b static cast logger 2022-07-24 22:42:44 +02:00
christoph 167635e2fa make static 2022-07-24 22:42:37 +02:00
christoph 5470992d31 fix span 2022-07-24 22:42:12 +02:00
christoph 5833c07ae2 move to initializer list 2022-07-24 22:41:49 +02:00
christoph ed842e879c fix .clang-format json errors 2022-07-24 22:41:31 +02:00
christoph 854752ec0d primitive span implementation 2022-07-24 21:49:38 +02:00
christoph 7164504904 add initializer list constructor for vector 2022-07-24 21:49:22 +02:00
christoph d78ba7d8e6 make const 2022-07-24 21:49:11 +02:00
christoph 0ced077122 move logger 2022-07-24 21:49:04 +02:00
christoph 40108cdacc add constexpr 2022-07-24 21:47:47 +02:00
christoph 6481bae5f6 merged cleanup 2022-07-24 21:12:31 +02:00
christoph 5ff3d72bfd remove unnecessary checks 2022-07-24 21:12:04 +02:00
christoph b9477f76ab nullptr instead of 0 2022-07-24 16:55:53 +02:00
christoph 18e0a666c8 remove logger from globals, use static 2022-07-24 16:55:09 +02:00
christoph 0d109727ac reformat + static const ioports 2022-07-24 16:54:51 +02:00
christoph e1eac41853 reformat 2022-07-24 16:51:16 +02:00
christoph a15e1d9fd4 reformat 2022-07-24 16:46:02 +02:00
christoph 3546cba4ea reformat 2022-07-24 15:58:17 +02:00