1
Commit Graph

468 Commits

Author SHA1 Message Date
8430c50318 fix paging: invalidate tlb 2022-07-27 23:43:50 +02:00
5b556f9446 make bluescreen demo more general for paging 2022-07-27 23:43:36 +02:00
ac2d46d314 remove semicolon 2022-07-27 23:43:21 +02:00
ca5a560bf0 ignore doxygen output 2022-07-27 23:43:08 +02:00
5c31c8649b doxyfile 2022-07-27 23:42:54 +02:00
55ea7fe996 move clang files 2022-07-27 23:42:44 +02:00
ff02031ed4 enable pointer arithmetic warning 2022-07-24 23:19:31 +02:00
d518b93718 update readme 2022-07-24 23:19:22 +02:00
d04f4495ae final cleanup 2022-07-24 23:13:12 +02:00
f711e41216 cga use span to address screen memory 2022-07-24 22:43:07 +02:00
7e046b6f89 keyboard demo input lower 2022-07-24 22:42:54 +02:00
79ddabd23b static cast logger 2022-07-24 22:42:44 +02:00
167635e2fa make static 2022-07-24 22:42:37 +02:00
5470992d31 fix span 2022-07-24 22:42:12 +02:00
5833c07ae2 move to initializer list 2022-07-24 22:41:49 +02:00
ed842e879c fix .clang-format json errors 2022-07-24 22:41:31 +02:00
854752ec0d primitive span implementation 2022-07-24 21:49:38 +02:00
7164504904 add initializer list constructor for vector 2022-07-24 21:49:22 +02:00
d78ba7d8e6 make const 2022-07-24 21:49:11 +02:00
0ced077122 move logger 2022-07-24 21:49:04 +02:00
40108cdacc add constexpr 2022-07-24 21:47:47 +02:00
6481bae5f6 merged cleanup 2022-07-24 21:12:31 +02:00
5ff3d72bfd remove unnecessary checks 2022-07-24 21:12:04 +02:00
b9477f76ab nullptr instead of 0 2022-07-24 16:55:53 +02:00
18e0a666c8 remove logger from globals, use static 2022-07-24 16:55:09 +02:00
0d109727ac reformat + static const ioports 2022-07-24 16:54:51 +02:00
e1eac41853 reformat 2022-07-24 16:51:16 +02:00
a15e1d9fd4 reformat 2022-07-24 16:46:02 +02:00
3546cba4ea reformat 2022-07-24 15:58:17 +02:00
1572590c33 reformat 2022-07-24 15:58:03 +02:00
afa2e67fd4 reformat 2022-07-24 15:57:47 +02:00
e9b3da9fe4 disable identifier length warning 2022-07-24 15:55:14 +02:00
319fb25ae1 cleanup some vbe stuff 2022-07-24 14:13:59 +02:00
adbc87c680 add clion to flake.nix 2022-07-24 14:13:40 +02:00
a6ee16eade disable magic number checks 2022-07-24 14:13:21 +02:00
aaa762d70e initialize for index variable 2022-07-24 02:39:49 +02:00
3034c4d450 fix cgastream color but (flush erased all colors) 2022-07-24 02:39:36 +02:00
5396d419ee comment 2022-07-24 02:39:28 +02:00
a00a93d157 better exit error message 2022-07-24 02:27:15 +02:00
f291938bfc make qemu-stdio to default 2022-07-24 02:24:06 +02:00
3aec6243ab fix vector demo print (no longer copies) 2022-07-24 02:23:01 +02:00
b0b6ec13dc allow vector to be lazy init if alloc not avail 2022-07-24 02:22:43 +02:00
a0fd7ea1a4 add move/copy constructors/assignment operators 2022-07-24 01:57:41 +02:00
b88ca2d9a4 list extra demos in menu 2022-07-24 01:38:53 +02:00
85b31ecb9a comment 2022-07-24 01:37:04 +02:00
6bf7c5e5a8 readme update 2022-07-24 01:35:42 +02:00
adae600809 add string demo 2022-07-24 01:35:34 +02:00
281228b6be fix string move constructor/assignment + additions 2022-07-24 01:35:21 +02:00
d9b86355c7 remove <cstddef> and NULLs (use nullptr) 2022-07-24 00:40:51 +02:00
e4469e51b2 cleanup 2022-07-24 00:33:14 +02:00