25 lines
614 B
Markdown
25 lines
614 B
Markdown
|
|
Here are some of the things I think I/we should add to Espresso, in no particular order.
|
||
|
|
|
||
|
|
|
||
|
|
Important objectives:
|
||
|
|
More syscalls
|
||
|
|
Better C libs (both kernel and user)
|
||
|
|
VFS (Virtual FileSystem)
|
||
|
|
Scheduler (very important!)
|
||
|
|
|
||
|
|
General objectives:
|
||
|
|
More filesystems
|
||
|
|
PAE support
|
||
|
|
Better MM system
|
||
|
|
More CPU extentions, like AVX (if possible), more SSE, MMX, etc.
|
||
|
|
Better random number generation
|
||
|
|
Time system (probably use CMOS clock and stuff)
|
||
|
|
|
||
|
|
|
||
|
|
More in the future objectives:
|
||
|
|
VGA support
|
||
|
|
Mouse support
|
||
|
|
USB support
|
||
|
|
GPU support
|
||
|
|
Windowing compositor/desktop
|