Commit Graph

62 Commits

Author SHA1 Message Date
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
Izaya d234a9e4bf removed the memory free part from luash 2017-08-03 12:24:06 +10:00
Izaya f736810fc3 added a timeout to event.pull 2017-08-03 12:22:51 +10:00
Izaya 08a94c879b added vt52.lua, a better terminal emulator 2017-08-03 11:44:20 +10:00
Izaya 31e5c5a54b made fs-automount not crash the system when running under ocvm 2017-08-03 09:10:02 +10:00
Izaya fcf9599abe changed some stuff in buffer.lua, work in progress. 2017-08-03 00:27:16 +10:00
Izaya 26f017fd56 shifted SEBIOS numbers up one so it's easier to use 2017-08-03 00:19:44 +10:00
Izaya 07a9a3db3b added the net-ext library. pretty bare-bones atm but it'll be useful later. note to self: write documentation. 2017-08-02 23:52:52 +10:00
Izaya 581edc74a1 made the network driver use _G.net for configuration. 2017-08-02 23:51:30 +10:00
Izaya 308c0acad5 made SEBIOS not crash when there's an empty tape drive present 2017-08-02 23:50:56 +10:00
Izaya bd41474e31 fixed sha256.lua, included it in the kernel. 2017-08-02 18:00:03 +10:00
Izaya 0eeb2a3a58 added sha256 from SecureOS 2017-08-02 17:35:35 +10:00
Izaya ede81e3250 made fs-automount.lua mount labelled filesystems as their label. 2017-08-02 00:23:26 +10:00
Izaya 962be29bea right, can't capture escape x_x 2017-08-02 00:22:35 +10:00
Izaya b8d244056c added a way to increase the timer for sebios 2017-08-02 00:20:24 +10:00
Izaya cd1036eeef added a boot menu to sebios.lua 2017-08-02 00:15:48 +10:00
Izaya d873cc1288 add SKS Enhanced BIOS (SEBIOS) 2017-08-01 23:59:44 +10:00
Izaya 593f6c40c0 a bunch of random bugfixes 2017-08-01 23:59:29 +10:00
Izaya 6879c22e13 added skex2, a less terrible editor 2017-08-01 23:26:48 +10:00
Izaya 50d47eba49 updated docs to reflect e39451b 2017-08-01 21:41:54 +10:00
Izaya e39451bfac added skex, a kinda-terrible line editor 2017-08-01 21:39:34 +10:00
Izaya ac12f3a940 added an alias io.read = readln 2017-08-01 21:39:10 +10:00
Izaya a6323122ba fixed an issue with path resolution 2017-08-01 18:13:31 +10:00
Izaya fcaf9dff75 added a cat() function to shutil 2017-08-01 16:56:33 +10:00
Izaya 3d932ac480 made luash nicer to use 2017-08-01 16:38:43 +10:00
Izaya 72e71c4c23 fixed a few stupid bugs with shutil and fs 2017-08-01 16:29:56 +10:00
Izaya ba8a800940 moved cd() into a new library, shutil. 2017-08-01 15:49:39 +10:00
Izaya ed2503e9a2 added an automounting program that runs at boot. 2017-08-01 15:45:57 +10:00
Izaya 2aa6976c32 fixed path resolving and a few functions 2017-08-01 15:45:22 +10:00
Izaya e94916e4ab Merge branch 'master' of github.com:XeonSquared/PsychOS 2017-08-01 14:42:36 +10:00
Izaya f9e4b1b238 Uncomment component functions. 2017-08-01 14:42:12 +10:00
Izaya 78233fcda5 Merge branch 'master' of github.com:XeonSquared/PsychOS 2017-08-01 14:36:48 +10:00
Izaya bec97bb026 added fs utility functions 2017-08-01 14:36:38 +10:00
Izaya 4165f49396 fixed cd() a little 2017-07-31 23:23:57 +10:00
Izaya 26d76abfa7 fixed some formatting in the API docs 2017-07-31 23:23:42 +10:00
Izaya 61ef95124a added vim swap files to .gitignore 2017-07-31 21:45:29 +10:00
Izaya 0fe7982c45 made the build system capable of self-hosting 2017-07-31 13:04:44 +10:00
Izaya 838ed0fcc2 updated the documentation to respect fs and io additions. 2017-07-31 12:25:20 +10:00
Izaya fcbd9d656b added the new modules to genkernel 2017-07-31 12:10:59 +10:00