Commit Graph

254 Commits

Author SHA1 Message Date
Izaya ac27dc473c cleaned up modules and exec 2017-10-14 08:11:01 +11:00
Izaya 249b4c4614 more formatting fixes 2017-10-14 07:54:02 +11:00
Izaya 57a37f8a76 removed some stuff that shouldn't be in the kernel any more 2017-10-14 07:20:49 +11:00
Izaya 829f423dc2 formatting fixes 2017-10-14 07:15:13 +11:00
Izaya aeffadfff8 updated the userguide to be nicer to read 2017-10-14 07:13:52 +11:00
Izaya 0eb85d39e5 line wrapping works now 2017-10-13 04:22:36 +11:00
Izaya c347f6daa4 term_hack is only needed in ocvm. also now fastty clears the screen 2017-10-13 04:15:07 +11:00
Izaya d8d74fc627 fastty now has proper unicode character support 2017-10-12 16:13:51 +11:00
Izaya d37cc4a155 I 'fixed' the stupid fastty bug, get a faster display by setting _G.term_hack to false 2017-10-12 10:39:19 +11:00
Izaya dcf5cf7c35 added the start of a user guide 2017-10-11 18:42:38 +11:00
Izaya ecb0ae6b46 some work on a new tty driver, fastty, still pretty buggy but it works well enough for now 2017-10-11 14:20:50 +11:00
Izaya 8192e62ebd added some key combos to the install guide 2017-10-09 04:58:32 +11:00
Izaya 38f6982e39 wget can now be cancelled using ctrl-alt-c 2017-10-09 04:29:47 +11:00
Izaya e7f13d8767 added a note about using http instead of https 2017-10-09 03:32:23 +11:00
Izaya cdc655179a note about installing to /tmp 2017-10-08 14:51:16 +11:00
Izaya 5ef48aeb64 more permission checks 2017-10-08 14:50:03 +11:00
Izaya 0341a38a5b skipped a step 2017-10-08 14:40:05 +11:00
Izaya e27b9d08ee this is why I don't write documentation 2017-10-08 13:34:27 +11:00
Izaya 6ef7b422a1 I suck at formatting 2017-10-08 13:32:43 +11:00
Izaya 57a23dca35 more formatting 2017-10-08 13:31:46 +11:00
Izaya 699a88bc42 fixed some formatting 2017-10-08 13:29:55 +11:00
Izaya 72159fa124 added an installation guide 2017-10-08 13:28:12 +11:00
Izaya 9f3d5ab19a made minimal default to lush again, because lazy 2017-10-08 13:28:01 +11:00
Izaya 10ebeaefa9 updated documentation on building and cleaned up the configs 2017-10-08 12:09:13 +11:00
Izaya 325e540905 removed header.lua which breaks stuff 2017-10-08 08:25:33 +11:00
Izaya 275c50c10d wrote lmk, an more general lua build system 2017-10-08 08:22:35 +11:00
Izaya 83e26739a5 alias os.execute to run() 2017-10-08 08:10:31 +11:00
Izaya d242c38fcb fixed a link 2017-10-08 07:04:25 +11:00
Izaya 3e15ffa6ed updated the API docs and added some links 2017-10-08 07:02:47 +11:00
Izaya 110c3e5886 made a way better login system, you can now exit the shell after logging in and you don't need to reboot the machine 2017-10-08 01:35:51 +11:00
Izaya c5307a7433 lush no longer forks or calls login, has a configurable prompt 2017-10-08 01:35:18 +11:00
Izaya d736491628 added msh, the most minimal shell I could implement decently (just a lua prompt), added it to the minimal config, aliased lush to shell in the other versions 2017-10-08 01:30:37 +11:00
Izaya 83a84ea117 made passwordless login work 2017-10-08 00:30:26 +11:00
Izaya 0e3d368896 changed the user system to allow more flexible configuration 2017-10-08 00:24:42 +11:00
Izaya bbead5d252 moved the execute part of lush into shutil 2017-10-08 00:24:01 +11:00
Izaya 3a3e83691a made lush prefer functions/builtins rather than files where possible 2017-10-07 23:34:18 +11:00
Izaya 0bb3921781 wrote a new version of luash, lush, which is just nicer to use. 2017-10-07 23:33:00 +11:00
Izaya b9916c2b13 added a more flexible screen setup system and stuff 2017-10-07 07:16:22 +11:00
Izaya 0682c50879 Rebasing and stuff 2017-10-07 05:55:35 +00:00
Izaya bbe9d4ac51 added a bunch of escape codes to vt52.lua. 2017-10-07 05:54:51 +00:00
Izaya d58605431e possible fix for multi screen single GPU stuff 2017-10-07 05:54:51 +00:00
Izaya d320de1866 strip.lua no longer removes newlines after comments 2017-10-07 05:54:51 +00:00
Izaya af787e31e7 made luash set the session ID correctly 2017-10-07 05:54:51 +00:00
Izaya ada544d266 os.getuid() no longer fails outside of a process 2017-10-07 05:54:51 +00:00
Izaya 67363dcf92 made vt52 support actually setting the session ID 2017-10-07 05:54:51 +00:00
Izaya 76837876d6 made the VT52 driver theoretically capable of supporting multiple displays with one GPU. theoretically. 2017-10-07 05:54:51 +00:00
Izaya e9227ce08a sebios2 can load from internet cards now 2017-10-07 05:54:51 +00:00
Izaya e1f8f6697e cp may work properly on large files now, previous method was a horrid hack 2017-10-07 05:54:51 +00:00
Izaya a6e6bb5f6b made the automount feature a bit less obnoxious (fs00 -> uuid:sub(1,3) 2017-10-07 05:54:51 +00:00
Izaya 92a8066890 made forked programs output their end result to the log 2017-10-07 05:54:51 +00:00