|
50d50e4f02
|
rename lib
|
2022-07-23 14:33:23 +02:00 |
|
|
b777891d37
|
rename extraflags to gccflags
|
2022-07-23 14:33:15 +02:00 |
|
|
3f8ff439a0
|
Revert "add own bse::move"
This reverts commit 72b99990b6 .
|
2022-07-23 14:32:07 +02:00 |
|
|
c658d55fe6
|
add ioport cast to unsigned short (for offsetting)
|
2022-07-23 14:28:57 +02:00 |
|
|
d83df8c180
|
rename extraflags to gccflags
|
2022-07-23 14:28:46 +02:00 |
|
|
a70f8ae51f
|
rename lib
|
2022-07-23 13:38:47 +02:00 |
|
|
7f34f80a8c
|
use bse::move
|
2022-07-23 13:37:41 +02:00 |
|
|
72b99990b6
|
add own bse::move
|
2022-07-23 13:37:35 +02:00 |
|
|
a56dbb316f
|
rename lib
|
2022-07-23 13:37:28 +02:00 |
|
|
15ded9c02c
|
remove cstddef
|
2022-07-23 13:19:35 +02:00 |
|
|
647021d434
|
remove cstddef
|
2022-07-23 13:18:08 +02:00 |
|
|
fe648cc49c
|
change the assembly to use push and pop
|
2022-07-23 13:15:57 +02:00 |
|
|
2d1c21584c
|
update
|
2022-07-23 13:15:48 +02:00 |
|
|
840c775ff9
|
remove old thread code (state, inc...)
|
2022-07-23 13:14:42 +02:00 |
|
|
dc79b6595c
|
thread.cc
|
2022-07-23 02:11:52 +02:00 |
|
|
17baf82332
|
comments
|
2022-07-23 01:49:05 +02:00 |
|
|
8b40cb1802
|
switch threadstate to esp int
|
2022-07-23 01:48:52 +02:00 |
|
|
e143733b00
|
static logger
|
2022-07-23 00:20:44 +02:00 |
|
|
bd95c02a08
|
use static logger
|
2022-07-22 23:32:46 +02:00 |
|
|
ec09b0e6d2
|
make logger static and add name wrapper
|
2022-07-22 23:32:36 +02:00 |
|
|
60a01461b0
|
comments
|
2022-07-22 22:34:52 +02:00 |
|
|
9b6e84641c
|
readme
|
2022-07-22 22:24:26 +02:00 |
|
|
1b7d8118fe
|
comments/readme
|
2022-07-22 22:00:56 +02:00 |
|
|
adeaaa6edd
|
update demos for nice_kill
|
2022-07-22 21:39:22 +02:00 |
|
|
4e584546a0
|
comment
|
2022-07-22 21:39:16 +02:00 |
|
|
db476093c7
|
add possibility to ask thread to suicide itself
|
2022-07-22 21:38:56 +02:00 |
|
|
16d7ae071d
|
add name + running (nice_kill) to threads
|
2022-07-22 21:38:43 +02:00 |
|
|
3c6f6dd009
|
add Vector::reserve function
|
2022-07-22 20:45:52 +02:00 |
|
|
56eec2d766
|
disable sched log
|
2022-07-22 20:45:36 +02:00 |
|
|
4eeac40bb7
|
fix scheduler bug (memory req before alloc init)
|
2022-07-22 20:44:56 +02:00 |
|
|
061fa5db57
|
dealloc memory when exiting vesa mode
|
2022-07-22 20:44:35 +02:00 |
|
|
cde3967961
|
fix semaphore bug (preempt before block/deblock)
|
2022-07-22 18:13:30 +02:00 |
|
|
43477834fc
|
switch back to cpu.enable_int() from lock/unlock
|
2022-07-22 18:13:13 +02:00 |
|
|
e56e76ea4e
|
add semaphore to cga_stream + use it in demos
|
2022-07-22 18:12:56 +02:00 |
|
|
e3dcadcc3c
|
add debug get() to iterator
|
2022-07-22 18:12:28 +02:00 |
|
|
b3c6c354c6
|
remove logger from vector
|
2022-07-22 18:12:17 +02:00 |
|
|
e867107822
|
tools/build
|
2022-07-22 18:12:00 +02:00 |
|
|
cf4a51b47a
|
flake
|
2022-07-22 18:11:56 +02:00 |
|
|
87801e4eb2
|
move .clang-*
|
2022-07-22 18:11:31 +02:00 |
|
|
104540a22e
|
log
|
2022-07-22 02:56:30 +02:00 |
|
|
8612587e65
|
remove semaphore from cga_stream
|
2022-07-22 02:56:14 +02:00 |
|
|
3540604ec7
|
add a primitive vector test
|
2022-07-22 02:35:33 +02:00 |
|
|
e1978db22e
|
main
|
2022-07-22 02:35:24 +02:00 |
|
|
01e15f484e
|
log keyeventlistener
|
2022-07-22 02:35:18 +02:00 |
|
|
2021788831
|
fix wrong size after insertion bug in vector
|
2022-07-22 02:34:56 +02:00 |
|
|
8571e502e6
|
fix + and - bugs in iterator
|
2022-07-22 02:34:26 +02:00 |
|
|
4bd216b594
|
update demos
|
2022-07-22 02:34:15 +02:00 |
|
|
4327789db6
|
remove old input.h
|
2022-07-22 02:34:00 +02:00 |
|
|
7e86f961fe
|
scheduler + thread_start rework
|
2022-07-22 02:33:45 +02:00 |
|
|
9ad0d81d07
|
add idlethread error
|
2022-07-22 02:33:32 +02:00 |
|