Commit graph

37 commits

Author SHA1 Message Date
Jeremy Soller 06970d9176 Update orbutils 2016-12-17 15:05:07 -07:00
Jeremy Soller f81bf2d724 Activate orbital screen on load 2016-11-29 21:25:45 -07:00
Jeremy Soller 09fb7d1d69 Clean up cfg rusttype 2016-11-25 17:01:19 -07:00
Jeremy Soller 038d1d5a53 Fix printing of escape codes 2016-11-20 11:51:37 -07:00
Jeremy Soller 2db2d10cce Switch to real standard, fix daemonization on real standard 2016-11-10 20:02:51 -07:00
Jeremy Soller cf8e7950a8 Invert on cursor 2016-11-10 10:35:43 -07:00
Jeremy Soller ced9a69b2a Update syscall lib, update submodules and dependencies 2016-11-03 15:10:32 -06:00
Jeremy Soller e3317f05f7 Remove resource_sceme, Fix syscall crate name, add fmap 2016-11-02 19:48:25 -06:00
Jeremy Soller db4acfbe8c Update terminal emulator 2016-11-02 14:17:11 -06:00
Jeremy Soller 875db86f30 Update vesad ransid branch 2016-10-26 14:17:57 -06:00
Jeremy Soller 2491e4771e Redo networking (#22)
* Rewriting network functions

* Add buffer to dup
Fix non-blocking handling by triggering once on enabling events to read to EOF

* Modifications for UDP API

* Implement TCP client side

* Add active close

* Add DMAR parser

* Implement basic TCP listening. Need to improve the state machine

* Reduce debugging

* Fixes for close procedure

* Updates to fix path processing in libstd
2016-10-26 13:19:56 -06:00
Jeremy Soller b1293046a3 Simplify vesad by using SchemeMut 2016-10-22 14:54:13 -06:00
Jeremy Soller 61bd62376b Correct size of data 2016-10-14 22:06:20 -06:00
Jeremy Soller 77810d6713 Significant improvements for events - switch to event queue in orbital 2016-10-14 20:12:21 -06:00
Jeremy Soller ad448956d6 Add specification to vesad
Fix piping
Fix bug where resources are not closed
Add arpd
Remove question_mark features
2016-10-14 18:22:57 -06:00
Jeremy Soller 224c43f761 Orbital (#16)
* Port previous ethernet scheme

* Add ipd

* Fix initfs rebuilds, use QEMU user networking addresses in ipd

* Add tcp/udp, netutils, dns, and network config

* Add fsync to network driver

* Add dns, router, subnet by default

* Fix e1000 driver. Make ethernet and IP non-blocking to avoid deadlocks

* Add orbital server, WIP

* Add futex

* Add orbutils and orbital

* Update libstd, orbutils, and orbital
Move ANSI key encoding to vesad

* Add orbital assets

* Update orbital

* Update to add login manager

* Add blocking primitives, block for most things except waitpid, update orbital

* Wait in waitpid and IRQ, improvements for other waits

* Fevent in root scheme

* WIP: Switch to using fevent

* Reorganize

* Event based e1000d driver

* Superuser-only access to some network schemes, display, and disk

* Superuser root and irq schemes

* Fix orbital
2016-10-13 17:21:42 -06:00
Jeremy Soller b49211f24e Graphics (#13)
Virtual Terminals
2016-10-07 20:18:05 -06:00
Jeremy Soller 798f7c8808 Correct ctrl-c behavior 2016-10-06 19:21:48 -06:00
Jeremy Soller f38426e458 Implement unix permissions 2016-10-05 18:01:05 -06:00
Jeremy Soller f4a1d06f07 Add permissions to the filesystem, preliminary permissions to the syscalls 2016-10-05 14:24:08 -06:00
Jeremy Soller 84331819f7 Update extrautils, more efficient font drawing 2016-09-29 13:44:34 -06:00
Jeremy Soller ca97b3d2b3 Make rusttype optional for vesad 2016-09-29 13:17:19 -06:00
Jeremy Soller f804ad52e4 Automatically get size of terminal 2016-09-29 12:25:43 -06:00
Jeremy Soller c36c62385b Improvements for cooked mode 2016-09-28 15:17:37 -06:00
Jeremy Soller 25519c4f1c Some fixes for cooked mode 2016-09-28 15:04:15 -06:00
Jeremy Soller 6911093696 Cleaner blending of fonts. Do not draw cursor when disabled 2016-09-28 12:19:30 -06:00
Jeremy Soller 0e8487cf83 Event support - demonstration in example scheme 2016-09-23 17:54:39 -06:00
Jeremy Soller 616dfbc055 WIP: Kevent 2016-09-23 15:47:53 -06:00
Jeremy Soller acd526d2a8 Add cursor 2016-09-22 17:11:42 -06:00
Jeremy Soller e4490b06de Fix openlibm 2016-09-22 16:57:26 -06:00
Jeremy Soller b0802162ea Switch to using rusttype 2016-09-22 16:15:38 -06:00
Jeremy Soller 76b0c7eeea Add wnohang, make PS/2 driver write input to display scheme, which then passes it to the shell 2016-09-22 10:10:27 -06:00
Jeremy Soller 046236c10f Add login process. Remove debugging. Fix order of arguments 2016-09-22 08:43:22 -06:00
Jeremy Soller afe7a99700 Increase optimization, fix clobbers in vesad 2016-09-21 16:46:16 -06:00
Jeremy Soller 61eb0d1ca8 WIP: Userspace console 2016-09-21 12:18:48 -06:00
Jeremy Soller 1a3a24c8bb Launch ion 2016-09-20 21:56:40 -06:00
Jeremy Soller e110ab81b8 WIP: VESA driver. Make initfs generated by code 2016-09-20 21:52:45 -06:00