summaryrefslogtreecommitdiff
path: root/userspace
AgeCommit message (Expand)Author
2018-08-20Makefile fixMiguel
2018-08-20vesa works beuatifullyyMiguel
2018-08-19cleaning up asm stuff and improving docsMiguel
2018-08-19foolos fonts work again!Miguel
2018-08-19get vesa working in vmem.Miguel
2018-08-18beautify Makefiles (probably bad idea.. :P )Miguel
2018-08-18adapt few userspace progs to new syscallsMiguel
2018-08-18crt0 workaroundMiguel
2018-08-18cleaning up (Also for newlib)Miguel
2018-08-18reviving old drivers: mouse, pci, e1000Miguel
2018-08-18cleaning up syscalls and playing with new pipesMiguel
2018-08-17starting implicit function calls cleanupMiguel
2018-08-17math, time, seed and randomness - simple testMiguel
2018-08-17started reviving my fool osMiguel
2015-06-10experimenting with ncursesMichal Idziorek
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-25fixed crt0.o for compiler toolchain (-lfool no more!)Michal Idziorek
2015-05-24porting ncurses...Michal Idziorek
2015-05-24experimenting with brand new gaming modeMichal Idziorek
2015-05-24syscalls and terminal functionality for GAMING modeMichal Idziorek
2015-05-24impronving ioMichal Idziorek
2015-05-23improved params and environment passing and started snake-game :)Michal Idziorek
2015-05-23filesystem stuff and experimenting with userspace tasksMichal Idziorek
2015-05-22started implementing filesMichal Idziorek
2015-05-22support for fg and bg color escape sequencesMichal Idziorek
2015-05-18fifo through ringbuffer(stdin) and vt52(stdout) finally working!Michal Idziorek
2015-05-17working on vt52 and some cleanupMichal Idziorek
2015-05-17struggling with smp and APICs and started vt52 emulationMichal Idziorek
2015-05-16working on smp support, strange things happening!?Michal Idziorek
2015-05-14little improvements and setting py file for completerMichal Idziorek
2015-05-13fixed libc and 'userspace'Michal Idziorek
2014-12-08fixed vesa fb mode!Michal Idziorek
2014-12-08minor adaption for ncursesMichal Idziorek
2014-12-08disabled kernel logging and removed minor debug from foolshellMichal Idziorek
2014-12-08fixed syscall_execve and indirectly tputMichal Idziorek
2014-12-05playing with external debugging in qemu from gdbMichal Idziorek
2014-12-05minor fixes in foolshellMichal Idziorek
2014-12-05plauing aroundMichal Idziorek
2014-12-05struggling with paging exceptions!Michal Idziorek
2014-12-04struggling with gcc -O , and other stuffMichal Idziorek
2014-12-02added and tested libm (newlib)Michal Idziorek
2014-12-02added first 'package' : ncursesMichal Idziorek
2014-12-02Adapt for ncursesMichal Idziorek
2014-12-02spawn shells foreverMichal Idziorek
2014-12-02further work on fork and friendsMichal Idziorek
2014-12-01very buggy fork, execve and exitMichal Idziorek
2014-12-01finally implemented fork() syscallMichal Idziorek
2014-12-01fuck reentrant clib, we are linking static anywayMichal Idziorek
2014-12-01Paging between 2 'tasks' loaded from ELF files.Michal Idziorek