- Apr 24, 2010
-
-
thePowersGang authored
-
thePowersGang authored
-
John Hodge authored
- Also fixed the clipping warning generated by VESA (VTerm was not scrolling when the cursor reaches the bottom of the screen, only when it past the bottom)
-
John Hodge authored
-
John Hodge authored
-
- Apr 23, 2010
-
-
John Hodge authored
- TODO: Make a clean way of getting access to ld-acess's functions/data at runtime - Also drafting up the 2D accelerated video interface
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
- Also changed when the VTerm updates the screen, now it updates on newlines and end of input instead on every character, major speed increase.
-
- Apr 22, 2010
-
-
John Hodge authored
-
- Apr 21, 2010
-
-
John Hodge authored
-
John Hodge authored
- Known Bugs: Vesa seems to not like scrolling, it may be related to the update speed, but I doubt it, probably due to some limit in the size of the update (when doing a whole screen update)
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
Fixed VESA using LogF when not needed, changed VTerm to use VGA, added a kpanic to the keyboard magics
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
- Apr 17, 2010
-
-
John Hodge authored
-
- Apr 15, 2010
-
-
John Hodge authored
-
John Hodge authored
- Test server opens a server on port 80 and serves a hello world page
-
John Hodge authored
- SYS_OPENCHILD opens a file that is a direct child of the passed FD (using the FD's Node) - Used for IPStack servers to open a client connection
-
John Hodge authored
- Currenly only includes Ring Buffer code
-
John Hodge authored
- but the 2nd ACK seems to still be buggy (client sends RST when Acess ACKs)
-
- Apr 14, 2010
-
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
- Also changed Sequence number variables to Uint32, not int
-
- Apr 11, 2010
-
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
- Apr 10, 2010
-
-
John Hodge authored
- also I need to learn not to use "git commit -a" when using git add. - Last commit also had some huge changes to the Video architecture > Made the video mode only describe the resolution and colour depth. > Text/Framebuffer/3D are now controled via an IOCtl that swaps buffer modes > An IOCtl (still to be put in) will provide feature flags for the VTerm to read
-
John Hodge authored
-
- Apr 06, 2010
-
-
John Hodge authored
- TODO: Move the module load messages to Log_Notice instead of Log_Log
-
John Hodge authored
-
John Hodge authored
- Added variable support and function returns - Working on VESA driver, still a little buggy - Misc changes in other places
-
John Hodge authored
- Also separated 's' and the general string printing
-