Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4021 5558 d 18 h jermar /trunk/kernel/ There is no need to define ioport{8,16,32}_t types for each architecture separately.  
3940 5569 d 21 h decky /trunk/kernel/ make hw_area API more generic
this allows mapping of EGA VRAM on ia32/amd64
 
3930 5570 d 17 h jermar /trunk/kernel/ Adapt most of the kernel to ioport8_t, ioport16_t and ioport32_t types.  
3779 5617 d 1 h jermar /trunk/kernel/ Only one kernel EGA driver to rule them all.  
3707 5635 d 20 h decky /trunk/ kconsole is optional
kernel & uspace framebuffer rewrite with speedups (some things are slightly broken yet)
 
2071 6334 d 18 h jermar /trunk/ (c) versus (C)  
1888 6459 d 22 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 6524 d 20 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 6553 d 0 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1473 6565 d 19 h decky /kernel/trunk/ kernel support for text-only framebuffer  
575 6738 d 14 h palkovsky /kernel/trunk/ Added generic exc_register/exc_dispatch functions,
copied from ia32 architecture. Currently only mips32 uses them.

The chardev_t can now be both input & output device (was
needed for serial driver).

Broken other architectures - ia64, sparc, powerpc will not compile.

Mips32 supports input on all msim, gxemul, indy(tested emulation
in gxemul, loses characters), simics. Simics serial line
is done using polling, I was unable to make it produce
an interrupt when the key was pressed.
 
534 6743 d 19 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6743 d 19 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6756 d 0 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
452 6770 d 19 h decky /SPARTAN/trunk/ major build system revision (unfinished)
this patchset most definitively breaks a lot of things, be patient
 
63 6950 d 22 h decky /SPARTAN/trunk/ const qualifier for print functions  
1 7032 d 21 h jermar /SPARTAN/ Initial import