All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- add config (05d63fe)
- add config file (5e1fefa)
- add console config abstraction (df064f7)
- add cpu as client: dispatch&interrupt (ba38434)
- add cpu servers for dispatch & interrupt (a98bba7)
- add main.c and test.c (a4f5c94)
- add memory module (36bae82)
- add shared library (c593369)
- add vscode integration (946a715)
- added console configuration (bbcb9b8)
- added console module (133edf9)
- changed to absolute path (1be094c)
- conexion de Kernel a Memory (0f9c729)
- console: add lexer (3427484)
- console: add parser (189a881)
- console: add test file (ec1550a)
- console: semantica interpretation to instruction (7da9251)
- cpu: add CPU class implementation (9e28760)
- cpu: handle pcb from module CPU (60cf776)
- kernel config (ca53bd0)
- kernel: now dispatching duties (42c3e60)
- kernel: receive console instructions (3ba2eac)
- lib: add CPU config shorcuts (7a9a940)
- lib: add instruction class (43ec3b8)
- lib: add list instructions from stream (1e16671)
- lib: add module shared functions (610fdb5)
- lib: add pcb class (70cc768)
- PCB creation upon NEW_PROCESS syscall reception (4743f9b)
- pcb: add to stream and from stream (a4db3d9)
- server: add configuration abstraction (db2dba8)
- server: add thread manager usage (58d1ba7)
- cpu: memory connection leak (0f38f9b)
- cpu: solve server initialization (4b963f3)
- create log file (cf518bc)
- create log file (388f629)
- fix test.c to main.c (ee563f4)
- https://github.com/tomasanchez/sski/runs/6237744518? (86ddd97)
- kernel server port (7c50744)
- kernel: build failure (49e93d2)
- lib: add missing property pc (abd54fd)
- lib: add missing safe_list free (2531af8)
- lib: instruction to stream (cca94d4)
- lib: memcpy args (9c82b8f)
- lib: remove invalid free in thread_manager (903f653)
- lib: tm memory leaks and program kill error (b631ee2)
- onConnect repetead (6010c21)
- suppress warning (ce7ff3a)
- warnings (378898b)
- warnings fixed (1ce79a6)