summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-09-06working on smpMiguel
2018-09-04ioapic & lapicMiguel
2018-09-03big renamingMiguel
2018-09-03thinking about memory layoutMiguel
2018-09-03clean filenames etcMiguel
2018-09-02cleanup filenamesMiguel
2018-09-02foolsnake showcasing multithreading and our consoleMiguel
2018-09-02syscalls fineMiguel
2018-09-02syscallsMiguel
2018-09-01rename multiboot.s to start.sMiguel
2018-09-01working on new syscallsMiguel
2018-08-31doxy and alignmentMiguel
2018-08-31override video mode from grubMiguel
2018-08-31moved terminal.c and terminal.hMiguel
2018-08-31various improvmenetsMiguel
2018-08-23never ending struggle with forkingMiguel
2018-08-22cleanup loggingMiguel
2018-08-22removed module name definitionsMiguel
2018-08-22improving loggingMiguel
2018-08-22cleaning upMiguel
2018-08-22tss per usertaskMiguel
2018-08-22tss works finally (for one usertask!)Miguel
2018-08-22userspace and kernelspace taskswitchingMiguel
2018-08-21cleaning up a bitMiguel
2018-08-21cleaning up multitaskingMiguel
2018-08-21cleanup timer stuff and move to asm.Miguel
2018-08-20vesa works beuatifullyyMiguel
2018-08-20schicophrenic cleanup after realizing many fundamental desgin problems!Miguel
2018-08-19disable smp for now :(Miguel
2018-08-19invalidated spinlocksMiguel
2018-08-19x86.s workingMiguel
2018-08-19cleaning up asm stuff and improving docsMiguel
2018-08-19cleanup com1 driver and doxygenMiguel
2018-08-19foolos fonts work again!Miguel
2018-08-19get vesa working in vmem.Miguel
2018-08-18added git-revision to kernel logMiguel
2018-08-18added logoMiguel
2018-08-18cleaning up (Also for newlib)Miguel
2018-08-18mouse up and running againMiguel
2018-08-18reviving old drivers: mouse, pci, e1000Miguel
2018-08-18cleaning up syscalls and playing with new pipesMiguel
2018-08-18going for fifo switchMiguel
2018-08-17cleanup and working on fifo pipesMiguel
2018-08-17cleaning up in progressMiguel
2018-08-17starting implicit function calls cleanupMiguel
2018-08-17math, time, seed and randomness - simple testMiguel
2018-08-17started reviving my fool osMiguel
2015-05-25finally managed to port some simple ncurses test applications!Michal Idziorek
2015-05-25fixed critical but in ELF loader and finally got tput etc.. (ncurses) workingMichal Idziorek
2015-05-24porting ncurses...Michal Idziorek