Commit Graph

150 Commits

Author SHA1 Message Date
Izaya 3ded060771 nsh improvements, now supports closing of sessions 2017-09-05 19:09:07 +10:00
Izaya fa3338589f made readline return false when ctrl-shift-c is pressed. 2017-09-05 19:08:51 +10:00
Izaya 98e9b95f54 made luash print the motd 2017-09-05 19:08:24 +10:00
Izaya 7dee940cf2 made spawn() return the pid of the spawned process 2017-09-05 19:07:13 +10:00
Izaya e8bd168ad8 LKR cache improvements. 2017-09-05 19:06:24 +10:00
Izaya 437f65e0dc made fs-automount cope with non-fs boot devices better 2017-09-04 20:43:26 +10:00
Izaya 1e3d4eddac fixed more stuff for #5, added logflushd 2017-09-04 20:13:31 +10:00
Izaya caeeb10d25 added netboot to SEBIOS. 2017-09-04 20:12:18 +10:00
Izaya 24e5d76527 removed copper.0.lua because it's unneccesary 2017-09-04 02:52:46 +10:00
Izaya 8b7179edfe more fixes for #5 2017-09-04 02:37:43 +10:00
Izaya 9bc2b463ec made spawn() log errors 2017-09-04 02:36:05 +10:00
Izaya f289516c9d fixed cache clearing, some nil issues 2017-09-04 02:20:45 +10:00
Izaya 621cc397a2 made setup.lua spawn nshd on headless systems 2017-09-04 02:10:03 +10:00
Izaya e82af803ab made nbsrv print errors \o/ 2017-09-04 02:04:41 +10:00
Izaya a27e70ad0e made log() prefix a timestamp 2017-09-04 02:04:05 +10:00
Izaya a40d2dfc29 made copper actually add sent messages to the filter 2017-09-01 09:10:18 +10:00
Izaya 7e42870c71 added nsh for remote login and stuff. 2017-09-01 09:07:07 +10:00
Izaya 55310a6c2c made write() actually use the right session ID 2017-09-01 06:43:38 +10:00
Izaya bfe7e0276c added a network boot server compatible with PixICE. 2017-08-31 22:42:56 +10:00
Izaya 4956591894 added cp and mv to shutil 2017-08-31 12:45:59 +10:00
Izaya fca81639fa added fs.cp and fs.mv for copying amd moving files. 2017-08-31 12:31:54 +10:00
Izaya 8e7b96ae08 added the copper reliability layer, part of the copper daemon. 2017-08-30 21:07:41 +10:00
Izaya fef9b7d540 added copper's packet system, reliability layer still WIP. 2017-08-28 16:06:07 +10:00
Izaya 862f1dcd30 made ps() deal with when a task dies 2017-08-28 16:04:26 +10:00
Izaya 6763791189 fixed a bug with append hopefully 2017-08-27 04:22:24 +10:00
Izaya 2c61a6150b fixed io closing files and stuff 2017-08-27 04:22:11 +10:00
Izaya 3c142e6e2a Merge branch 'master' of github.com:XeonSquared/PsychOS, because I never push my code >.> 2017-08-27 03:55:15 +10:00
Izaya 4e27aa166c added an autorun script. \o/ 2017-08-27 03:55:00 +10:00
Izaya c9db7d241f added a document on building PsychOS. Work in progress. 2017-08-27 03:54:24 +10:00
Izaya 0b624a6245 added os.genenv, made the MultICE ev compat work properly. 2017-08-27 03:53:40 +10:00
Izaya 22839cd27c made run() generate an environment for stuff it runs 2017-08-27 03:52:54 +10:00
Izaya 1834eadb29 made skex2 use the previous include-external-files feature so you can run it outside the kernel. 2017-08-27 03:52:09 +10:00
Izaya 292ced2368 Made genkernel accept some different commands so you can include executable files in your kernel. 2017-08-27 03:50:31 +10:00
Izaya ee7da224f1 made io buffers actually write, hopefully. 2017-08-20 16:01:25 +10:00
Izaya 45d0b85887 made it only spawn a tty and keyboard driver when the machine has the hardware 2017-08-04 17:46:11 +10:00
Izaya 219d3a8326 made luash nicer to use 2017-08-04 17:44:37 +10:00
Izaya e341ada43e fixed a few crashes resulting from the fs library 2017-08-04 17:44:10 +10:00
Izaya 57e9a106c2 added loadlin.lua - for loading PsychOS from OpenOS 2017-08-04 14:14:07 +10:00
Izaya 0f6d126eaf added a heap of tape-related functionality. I'm not really happy with it yet. 2017-08-04 14:01:55 +10:00
Izaya 221d0fbd1b added labels to ps() 2017-08-04 09:05:25 +10:00
Izaya 67ecaec76e updated SEBIOS to have a nicer UI 2017-08-04 08:25:23 +10:00
Izaya 4c068cbf81 ctrl-shift-r to reset 2017-08-04 07:44:46 +10:00
Izaya d68f8f9edd added loadfile, run and srun to shutil. 2017-08-04 07:08:44 +10:00
Izaya b1e40cbdb3 made fs-automount mount /tmp as /boot if the system boots from a tape drive. 2017-08-03 19:37:04 +10:00
Izaya 30dc60c79a updated documentation on the API 2017-08-03 17:55:17 +10:00
Izaya d116491528 rewrote buffers, made io use the new buffers, fixed an fs bug or two. 2017-08-03 17:54:38 +10:00
Izaya b47fb83d73 made shutil's mem() act more like free 2017-08-03 17:53:36 +10:00
Izaya 0db4fdee01 made tabs 8 chars wide 2017-08-03 17:52:10 +10:00
Izaya b390e2764b added some nice stuff like ps(*f*) and mem() to shutil 2017-08-03 17:42:59 +10:00
Izaya 224d2160ac added a timeout to net.recvstring 2017-08-03 12:24:54 +10:00