Commit Graph

275 Commits

Author SHA1 Message Date
97c906e013 made Net a static class 2023-07-30 15:38:46 +02:00
505d318ffb made Routing a static class 2023-07-30 15:35:43 +02:00
89f209130e made BinStore a static class 2023-07-27 20:45:37 +02:00
74d0232160 made WindowManager a static class 2023-07-27 20:41:23 +02:00
9deea0ee98 made peripherals a static class 2023-07-27 20:38:23 +02:00
a93ee1cddf made Log static class 2023-07-27 20:35:36 +02:00
e1e0180502 changed kernel events to static class 2023-07-27 20:30:39 +02:00
1a523cb3ce added startup file 2023-07-27 20:15:41 +02:00
dfaabea00d added styles to TextElement 2023-07-11 13:17:33 +02:00
8683eaf17a added very simple GPS GUI 2023-07-10 23:29:22 +02:00
5fa6c3ecbf added RPC macro 2023-07-10 22:56:07 +02:00
10a061c41b automatic add Process to DCEHack 2023-07-09 15:29:26 +02:00
c390519393 some ui stuff 2023-07-08 14:01:38 +02:00
4f881117cf added macro to export perph 2023-07-08 12:51:08 +02:00
63e279f879 added BigReactor Perph 2023-06-30 23:02:52 +02:00
f68ae00098 dynamic app selection on home context 2023-06-30 19:06:46 +02:00
2937de86d6 select output on home context 2023-06-30 18:42:23 +02:00
788c839937 made a func public 2023-06-30 18:42:06 +02:00
90e76c8cd9 clear screen on shutdown 2023-06-30 18:15:02 +02:00
d2873d6353 added list for srsc 2023-06-30 16:19:00 +02:00
07ad65d5cf added ID bin 2023-06-26 20:16:31 +02:00
3a2613d916 improved terminal with history 2023-06-26 20:04:26 +02:00
dbd8038851 removed unused import 2023-06-26 20:04:00 +02:00
7bfe594b4b improved exporter 2023-06-26 19:06:24 +02:00
4dcc060e9a added type to IPerph 2023-06-26 19:05:48 +02:00
f124525d2d added computer perph 2023-06-26 19:05:10 +02:00
7b55241e00 fixed Synopsys in srv 2023-06-25 21:21:33 +02:00
b60c9774e1 fixed missing Synopsys in Redstone 2023-06-25 21:21:15 +02:00
7861135c05 fixed missing synopsis in Drive 2023-06-25 21:20:52 +02:00
909aac941c added export to Redstone 2023-06-25 19:06:48 +02:00
e686afb298 implmented basic ressource exporting 2023-06-25 19:05:57 +02:00
7996dd062d changed synaopsis to srv 2023-06-25 19:02:45 +02:00
9d6979c8e8 added a type to Package and added GenericPackage
This forces you to use cast to if you want to force the package to have
a specific type
2023-06-07 23:42:23 +02:00
7c7529ae39 use new kernel settings 2023-06-07 21:29:29 +02:00
6fcbcfce8d added kernel settings 2023-06-07 21:29:10 +02:00
86793bfdc1 terminal kill runnig apps 2023-06-07 20:10:51 +02:00
644ebe1c05 improved HelloWord service 2023-06-07 20:09:54 +02:00
7aa5698486 improved Processhandle 2023-06-07 20:09:34 +02:00
9a9041bd98 killing non existing process does not throw error 2023-06-07 20:07:37 +02:00
f92d777ee1 added EndOfLoop 2023-06-07 20:07:03 +02:00
f85ff77728 added energyStorage perf 2023-06-07 15:15:50 +02:00
13fe7fbab1 added Perf bin 2023-06-04 21:47:26 +02:00
d0c01800a6 added inspect to perf 2023-06-04 21:29:02 +02:00
fd2b53167e big Peripheal refactor 2023-06-04 20:52:24 +02:00
2051f486d4 get local services 2023-06-04 16:36:29 +02:00
f8b226bae5 added SRSC 2023-06-04 16:28:26 +02:00
cd6808e62c enable services via cli 2023-06-04 15:44:11 +02:00
30304ec5e6 autoload KVStore 2023-06-04 15:43:24 +02:00
00a9c8dc4f fixed typo in Service 2023-06-04 14:32:20 +02:00
c86d0e1d8b refactored Redstone bin 2023-05-31 19:19:17 +02:00
8c041766c9 refactored Net bin 2023-05-31 19:12:44 +02:00
779933be32 refactored GPS bin 2023-05-31 18:57:10 +02:00
06b3e37138 refactored Disk bin to use CLIBaseApp 2023-05-31 18:40:14 +02:00
2a7f02c5e3 fixed null synaopsis 2023-05-31 18:39:36 +02:00
e11a9383ee added callback dispose in ps handle 2023-05-31 15:17:19 +02:00
182a2bce7d fixed termial newline handle 2023-05-29 22:10:25 +02:00
05a220110d added a hopfully temp hack for DCE 2023-05-29 21:50:01 +02:00
9b10ff1d14 added example service 2023-05-29 21:49:41 +02:00
0c9f186d8a added service bin 2023-05-29 21:49:22 +02:00
560c85ea61 added listRunning to service 2023-05-29 21:46:05 +02:00
cb7e284313 added safeguard to ps run 2023-05-29 21:10:22 +02:00
563211af6f fixed missing null check in ps handle 2023-05-29 21:09:39 +02:00
5985b0c8be added service bin 2023-05-29 12:50:11 +02:00
f35c98f912 added SerciceManager 2023-05-29 12:50:00 +02:00
a343db133e improved KVStore 2023-05-29 12:49:42 +02:00
dd2e9a4993 added kill to ProcessManager 2023-05-29 12:49:17 +02:00
eb39131056 added removeNamespace to KVStore 2023-05-25 23:44:08 +02:00
c4260aa719 added bin: lsps 2023-05-23 14:51:56 +02:00
e73b4c4d14 use BinStore in Terminal 2023-05-23 14:36:51 +02:00
94d02d60af added BinStore 2023-05-23 14:35:53 +02:00
16b7db779f use new lib: compiletime 2023-05-22 22:36:11 +02:00
ec63a65ba3 use new Terminal Process in Terminal 2023-05-22 22:26:00 +02:00
ec89107262 convert Terminal to Process 2023-05-22 22:25:37 +02:00
8dca828cf3 use process on KernelLog 2023-04-18 19:57:12 +02:00
2da337b8a9 added windowContext to ProcessHandle 2023-04-18 19:56:59 +02:00
17be4149db added turtle program 2023-04-14 14:36:09 +02:00
f9aadbcbe9 added CLI helper base 2023-04-14 14:35:54 +02:00
bd3402fc39 migrated the apps to processes 2023-04-14 00:19:49 +02:00
747bde4aa6 added the concept of a process 2023-04-14 00:18:21 +02:00
655439461a updated GPS bin with INS 2023-04-13 22:26:37 +02:00
b9452cd598 implemented INS 2023-04-13 22:26:26 +02:00
b9fcbd9040 fixed GPS 2023-04-08 03:41:52 +02:00
ba05ff7645 added distance to Pos3 2023-04-08 03:41:43 +02:00
14f7b6c6df added shutdown 2023-04-08 00:39:54 +02:00
f8f5f5e5c7 try catch in entrypoint for kernel stuff 2023-04-01 03:27:52 +02:00
bf378deea2 moved log trigger before printWeb 2023-04-01 03:27:17 +02:00
df39865c3d added round to Pos3 2023-04-01 03:26:42 +02:00
4a7b57c47f added GPS cli app 2023-03-28 00:57:04 +02:00
4f8db600dc added GPS 2023-03-28 00:56:49 +02:00
7fe52b1a8a improved Pos3 with math functions 2023-03-28 00:56:06 +02:00
da78641aec added Constructor to Vec 2023-03-28 00:55:37 +02:00
7480afc5a1 fixed KVStore loading 2023-03-28 00:55:23 +02:00
4fbd064439 constructor for Package class 2023-03-28 00:54:47 +02:00
f7c320c123 added distance to network message 2023-03-28 00:54:18 +02:00
409c4fb411 added log location 2023-03-28 00:52:21 +02:00
82827ed921 added isWireless function to Modem 2023-03-25 00:23:40 +01:00
793639c69d improved home context 2023-03-22 01:32:46 +01:00
4ae6fb4bc7 don't drink and code 2023-03-22 00:57:41 +01:00
9f6bdf6851 removed unused TermIO class 2023-03-21 01:10:58 +01:00
347e210f5f added statelessVirtualTermWriter
- changed how WindowManager handles new contexts
2023-03-21 00:53:07 +01:00