Age | Commit message (Expand) | Author |
2020-01-24 | a 386 is enough actuallyHEADmaster | Andreas Baumann |
2020-01-24 | use -nostdlib compile flags | Andreas Baumann |
2019-05-02 | tried to test on real Unisys, power-cycles, as in bochs | Andreas Baumann |
2018-08-25 | fixed linking flags for 64bit host, added QEMU makefile variable | Andreas Baumann |
2018-04-05 | tested on old OS X 10.8 with Macports | Andreas Bauman |
2018-01-05 | some preliminary work on an UDP netconsole | Andreas Baumann |
2017-10-29 | some docu fixes | Andreas Baumann |
2017-09-15 | more other OS links | Andreas Baumann |
2017-08-24 | moved cross compilation docu to doc dir | Andreas Baumann |
2017-08-24 | added bridging howto | Andreas Baumann |
2017-08-17 | fixed small typo in README.CrossCompiling | Andreas Baumann |
2017-08-13 | some work on IPv4 | Andreas Baumann |
2017-08-13 | calculating correct size of an ARP reply packet | Andreas Baumann |
2017-08-10 | renamed network write to network send | Andreas Baumann |
2017-08-10 | forgot to set transmitting after writting (rtl8139) | Andreas Baumann |
2017-08-10 | more testing with UDP | Andreas Baumann |
2017-08-10 | some renamed in ethernet/rtl8139 | Andreas Baumann |
2017-08-08 | sending sort of an ARP reply over the rtl8139 driver | Andreas Baumann |
2017-08-06 | some cleanup in ethernet constants | Andreas Baumann |
2017-08-02 | simplified malloc test, see if we are leaking memory, the exact | Andreas Baumann |
2017-08-02 | small renames in kernel.c | Andreas Baumann |
2017-08-02 | fixed a missing include stdint.h in ethernet.h | Andreas Baumann |
2017-08-02 | added an IPv4 module, currently containg an address to string function | Andreas Baumann |
2017-08-02 | introduced a network library, added ethernet structure, moved | Andreas Baumann |
2017-08-01 | freeing network data in handler and printing CRC in rtl8139 | Andreas Baumann |
2017-08-01 | correctly receiving data in the rtl8139 driver and passing it to the network | Andreas Baumann |
2017-08-01 | sucessfully enabled DMA transfers in RTL8139 driver | Andreas Baumann |
2017-08-01 | added function pci_enable_bus_mastering to enable DMA transfers on the PCI bus | Andreas Baumann |
2017-08-01 | we can receive network events, but the receive buffer remains empty | Andreas Baumann |
2017-08-01 | added a design bug on driver interface (driver_init) | Andreas Baumann |
2017-08-01 | memory_manager_allocate takes an alignment parameter now | Andreas Baumann |
2017-07-27 | work on rtl8139 driver, can trigger interrupts now | Andreas Baumann |
2017-07-27 | receiving the first network interrupts | Andreas Baumann |
2017-07-24 | added print_name method to all drivers | Andreas Baumann |
2017-07-24 | sorted out the rtl8139 submodels | Andreas Baumann |
2017-07-23 | printing vendor id of rtl8139 driver, started to set configuration | Andreas Baumann |
2017-07-23 | added qemu network debbuging to Makefile | Andreas Baumann |
2017-07-23 | reading and printing MAC address int RTL8139 driver | Andreas Baumann |
2017-07-23 | added snprintf and a test for it | Andreas Baumann |
2017-07-23 | added a strncmp function | Andreas Baumann |
2017-07-22 | started to code RTL8139 network driver, for now setting io_base and IRQ | Andreas Baumann |
2017-07-22 | added interrupt to PCI descriptors | Andreas Baumann |
2017-07-22 | added 16-bit port class | Andreas Baumann |
2017-07-22 | added 64-bit integer types for 32-bit platforms | Andreas Baumann |
2017-07-22 | small include fix in kernel.c | Andreas Baumann |
2017-07-22 | separated video driver in a virtual video driver and a specific | Andreas Baumann |
2017-07-22 | moved color handling to video driver from generic VGA driver | Andreas Baumann |
2017-07-21 | updated documentation | Andreas Baumann |
2017-07-21 | .. | Andreas Baumann |
2017-07-21 | changed video mode management, moved to video driver, | Andreas Baumann |