summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2018-08-25fixed linking flags for 64bit host, added QEMU makefile variableAndreas Baumann
2018-04-05tested on old OS X 10.8 with MacportsAndreas Bauman
2017-08-10more testing with UDPAndreas 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-01we can receive network events, but the receive buffer remains emptyAndreas Baumann
2017-07-27receiving the first network interruptsAndreas Baumann
2017-07-23added qemu network debbuging to MakefileAndreas 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-16added USB to qemuAndreas Baumann
2017-07-15added an OPT parameter to the build makefile, default is -O0Andreas Baumann
2017-07-15added a dummy RTL8139 network driverAndreas Baumann
2017-07-14some linkage tweaking, the kernel is not linked against libssp (whichAndreas Baumann
2017-07-13added an exit functionAndreas Baumann
2017-07-13separated C library implementations with an OS_ABAOS define (for now),Andreas Baumann
2017-07-09added a ld entry optionAndreas Baumann
2017-07-09back to O0 no optimizationAndreas Baumann
2017-07-09fixed the vga_refresh bug. the problem is under optimization theAndreas Baumann
2017-07-09setting exlicitely the CPU to a 486 in qemuAndreas Baumann
2017-07-09made kernel boot with optimizations on (clang), reason where theAndreas Baumann
2017-07-08added dedicated kernel entry to avoid address reordering under compiler optim...Andreas Baumann
2017-07-05small fix around vga.h incusionAndreas Baumann
2017-07-05'mem' command shows memory usage of kernel heap nowAndreas Baumann
2017-07-02started to add task schedulingAndreas Baumann
2017-07-01readded -Werror and fixed some cast errors around memcpyAndreas Baumann
2017-06-30text widget has a constant buffer and owns the string to draw nowAndreas Baumann
2017-06-30added a window to gui which is draggable by the mouseAndreas Baumann
2017-06-24started to implement a widget showing text, the problem currentlyAndreas Baumann
2017-06-21improved VGA colorsAndreas Baumann
2017-06-21added the widget and the composite widget classesAndreas Baumann
2017-06-18added graphic context (stub)Andreas Baumann
2017-06-18started the widget frameworkAndreas Baumann
2017-06-17added the most complex VGA mode (640x480x4, only timings for now)Andreas Baumann
2017-06-16playing with VGA font distance and characters bei being on the head or mirroredAndreas Baumann
2017-06-16added embedded VGA fonts, not so sure about the 8 heads for USB imagesAndreas Baumann
2017-06-15adapted kernel size to fit clangAndreas Baumann
2017-06-15increased size of stage 2 bootloader by 1024 bytesAndreas Baumann
2017-06-15made framebuffer segment a member of vga_mode_t, computing it onceAndreas Baumann
2017-06-14got switch to graphical VGA mode workingAndreas Baumann
2017-06-13added some linksAndreas Baumann
2017-06-10some big renames into subdirs of aspectsAndreas Baumann
2017-06-10moved bootloader to subdirectoryAndreas Baumann
2017-06-10renamed text VGA module to vgatextAndreas Baumann
2017-06-10preparations for driver loading with PCI (BARs for I/O)Andreas Baumann
2017-06-10using int13h/8h only for floppies for now, geometry on emulated USBAndreas Baumann
2017-06-10better messages in boot loader about disk loadingAndreas Baumann
2017-06-10rearranged boot loader: first load 3 sectors of stage 2 in simpleAndreas Baumann