summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2019-05-02tried to test on real Unisys, power-cycles, as in bochsAndreas Baumann
2017-08-10renamed network write to network sendAndreas Baumann
2017-08-10forgot to set transmitting after writting (rtl8139)Andreas Baumann
2017-08-10more testing with UDPAndreas Baumann
2017-08-10some renamed in ethernet/rtl8139Andreas Baumann
2017-08-08sending sort of an ARP reply over the rtl8139 driverAndreas Baumann
2017-08-06some cleanup in ethernet constantsAndreas Baumann
2017-08-02added an IPv4 module, currently containg an address to string functionAndreas Baumann
2017-08-02introduced a network library, added ethernet structure, movedAndreas Baumann
2017-08-01freeing network data in handler and printing CRC in rtl8139Andreas Baumann
2017-08-01correctly receiving data in the rtl8139 driver and passing it to the networkAndreas Baumann
2017-08-01sucessfully enabled DMA transfers in RTL8139 driverAndreas Baumann
2017-08-01we can receive network events, but the receive buffer remains emptyAndreas Baumann
2017-07-27work on rtl8139 driver, can trigger interrupts nowAndreas Baumann
2017-07-27receiving the first network interruptsAndreas Baumann
2017-07-24added print_name method to all driversAndreas Baumann
2017-07-24sorted out the rtl8139 submodelsAndreas Baumann
2017-07-23printing vendor id of rtl8139 driver, started to set configurationAndreas Baumann
2017-07-23reading and printing MAC address int RTL8139 driverAndreas Baumann
2017-07-22started to code RTL8139 network driver, for now setting io_base and IRQAndreas Baumann
2017-07-22separated video driver in a virtual video driver and a specificAndreas Baumann
2017-07-22moved color handling to video driver from generic VGA driverAndreas Baumann
2017-07-21..Andreas Baumann
2017-07-21changed video mode management, moved to video driver,Andreas Baumann
2017-07-20started to abstract video driversAndreas Baumann
2017-07-20added a virtual network driver interface, made the dummy RTL8139 driver a spe...Andreas Baumann
2017-07-20added a virtual keyboard driver interface, made the PS/2 keyboard a specializ...Andreas Baumann
2017-07-18added a virtual mouse driver interface, made the PS/2 mouse a specialization ...Andreas Baumann
2017-07-16introduced classes of driver types (graphics, mouse, keyboard, network, etc.)Andreas Baumann
2017-07-16moved registering of mouse/keyboard interrupts into the driver activation ins...Andreas Baumann
2017-07-15started to make driver construtors similar (keyboard, mouse)Andreas Baumann
2017-07-15reworked driver init and vtable, taking the interrupt manager and the contextAndreas Baumann
2017-07-15mouse and keyboard are now allocated driver pointersAndreas Baumann
2017-07-15added a dummy RTL8139 network driverAndreas Baumann
2017-07-14removed stddef.h and limits.h (come with the compiler header files)Andreas Baumann
2017-07-12added segment_size to vga mode structure, using for memcpy in Z bufferAndreas Baumann
2017-07-10VGA Z-buffer is now dynamically allocated and freedAndreas Baumann
2017-07-08added dedicated kernel entry to avoid address reordering under compiler optim...Andreas Baumann
2017-07-05removed superfluous context in vga driver (was not used)Andreas Baumann
2017-07-02started to add task schedulingAndreas Baumann
2017-07-02added ESC key in PS/2 keyboard driverAndreas Baumann
2017-07-02simplified some driver manager code around calling virtual driver methodsAndreas Baumann
2017-07-02some more vtable initialization fixesAndreas Baumann
2017-07-01tested with pcc, worksAndreas Baumann
2017-07-01added a preprocessor guard to vga_font.hAndreas Baumann
2017-06-30almost got a complete mode switch (vga graphics back to text) workingAndreas Baumann
2017-06-30text widget has a constant buffer and owns the string to draw nowAndreas Baumann
2017-06-30playing with Z buffering in VGA driverAndreas Baumann
2017-06-30added a third widget (for drawing fonts)Andreas Baumann
2017-06-30added a VGA wait for retrace in graphics modeAndreas Baumann