summaryrefslogtreecommitdiff
path: root/Kernel/run
AgeCommit message (Expand)Author
2019-04-01Kernel: Use a multiboot header instead of a convoluted two-part bootloader.Andreas Kling
2019-03-27Give the emulator testing environments 128 MB of RAM.Andreas Kling
2019-03-13IPv4: Begin fleshing out TCP support.Andreas Kling
2019-03-13More work on IPv4 sockets and /bin/ping.Andreas Kling
2019-03-11Kernel: Bring up enough networking code that we can respond to ARP requests.Andreas Kling
2019-03-11Kernel: Add a NetworkTask and a received network packet queue.Andreas Kling
2019-03-10Kernel: Start adding support for E1000 network adapters.Andreas Kling
2018-11-29Add TIOCGWINSZ ioctl so userland can determine terminal geometry.Andreas Kling
2018-11-09Run QEMU with the possibility to attach gdb.Andreas Kling
2018-11-08Make it run in QEMU.Andreas Kling
2018-10-17Allow running in QEMU with "./run q"Andreas Kling
2018-10-17Integrate ext2 from VFS into Kernel.Andreas Kling
2018-10-16Import the "gerbert" kernel I worked on earlier this year.Andreas Kling