summaryrefslogtreecommitdiff
path: root/src/user/include/pland/syscall.h
AgeCommit message (Collapse)AuthorLines
2021-06-21many, many changes; settings is brokenBenji Dial-8/+8
2021-03-08mouse movement in raleigh, with colorpicker dragging exampleBenji Dial-1/+6
2021-03-04start of a c++ widget toolkit, c++ runtimeBenji Dial-0/+8
2021-03-01minimal file writing, shutdown keybinding (Win+Shift+Q)Benji Dial-1/+11
2021-02-18vbe support, truecolor window manager pixbufsBenji Dial-3/+10
2021-02-16rtc timestamp, knob rand, random terminal colorBenji Dial-1/+6
2021-02-16terminal application with ipc, shift+pause state dumper, hello world for ↵Benji Dial-10/+10
terminal, meminfo popup program
2021-01-24graphics!Benji Dial-134/+72
2020-11-08manual viewer, "swap colors" system callBenji Dial-1/+6
2020-09-20history when getting line from user in knobBenji Dial-1/+1
2020-09-19file managerBenji Dial-37/+145
2020-09-13dirinfo commandBenji Dial-1/+12
2020-09-13have command shell block while commands are runningBenji Dial-3/+9
2020-09-13(basic, not much tested) keyboard, better panicBenji Dial-3/+3
2020-09-06minor changes, redoing makefile, meminfo programBenji Dial-2/+25
2020-09-06bugfixes, init program, hello worldBenji Dial-2/+3
2020-09-06program loading, othersBenji Dial-0/+139
big kernel additions: paging, elf loading, separate kernel and user page allocation it now properly loads and runs sd0:bin/init.elf still need to determine which disk was booted from, and start the init on that disk