Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4533 5531 d 2 h svoboda /trunk/ File-backed block device driver (file_bd).  
4507 5537 d 21 h svoboda /trunk/ Primitive ATA disk driver that you can use in Qemu (read only).  
4454 5541 d 1 h decky /trunk/boot/arch/ add getvc to RAM disk  
4425 5554 d 1 h svoboda /trunk/ Move ramdisk under bd.  
4417 5554 d 13 h decky /trunk/ add simple devfs filesystem and mount it as /dev
add generic NULL device "null"
 
4286 5589 d 10 h decky /trunk/boot/arch/ unify where to place the distribution root: always use boot/distroot  
3883 5652 d 0 h decky /trunk/boot/ simplify configuration  
3523 5760 d 0 h decky /trunk/ finish mkfat.py
this drops build dependency on mtools
 
3438 5800 d 8 h svoboda /trunk/ Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.  
3410 5803 d 5 h svoboda /trunk/ Introduce directories '/app' and '/srv' on ramdisk instead of '/sbin' to mirror source tree.  
3349 5826 d 9 h jermar /trunk/ Enable bdsh in most of the architectures, remove cli and simplify init.  
3258 5839 d 2 h decky /trunk/boot/arch/ use less cryptic filenames  
3244 5842 d 22 h jermar /trunk/ Split mktmpfs.py to a TMPFS specific part and a HORD specific part. The latter
is moved to mkhord.py and can be reused for FAT16 images as well. mktmpfs.py and
mkfat.sh define the same interface now. Modify makefiles to use the modified
interface (e.g. do not pass alignment to either mktmpfs.py or mkfat.sh). FAT16
initrd image can be now loaded as initrd on amd64 and gets recognized as a
ramdisk image.
 
3243 5843 d 23 h jermar /trunk/ Boot infrastructure support for FAT16 init ramdisks.
Only amd64 so far.
 
3222 5871 d 4 h svoboda /trunk/ Merge program-loader related stuff from dynload branch to trunk. (huge)  
3052 5906 d 5 h decky /trunk/boot/arch/ RAM disk / filesystem support  
2648 6076 d 1 h jermar /trunk/boot/arch/ Added support for tmpfs loading to amd64, ia32 and mips32.
Added support for devmap loading to amd64.
 
2532 6164 d 1 h jermar /trunk/ VFS work.

The VFS_REGISTER is now fully implemented by both vfs and fat servers. Thanks to
the debugging dprintf()'s, I was able to fix little errors here and there to
make them actually work.

Modified vfs and fat service makefiles so that the two are not built as drivers
and can therefore print to standard output. Added many debugging dprintf()'s.

Change the amd64 boot configuration to load vfs and fat.
 
2479 6252 d 6 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2185 6330 d 8 h decky /trunk/ rename ipcc to tester  
2071 6408 d 23 h jermar /trunk/ (c) versus (C)  
2013 6450 d 1 h decky /trunk/boot/arch/ bump to GRUB version 0.97  
1802 6593 d 19 h decky /trunk/ cleanup and unify the build system  
1787 6599 d 2 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1598 6634 d 12 h palkovsky /boot/trunk/arch/ Added ipcc and klog to amd64 and ia32 architectures.  
1529 6638 d 0 h palkovsky /boot/trunk/arch/ Added tetris to ia32 and amd64  
1456 6641 d 1 h decky /boot/trunk/arch/amd64/ create ISO image instead of floppy image (for AMD64)  
1450 6641 d 9 h cejka /boot/trunk/arch/amd64/ Amd64 boot support for console driver.  
1361 6654 d 20 h vana /boot/trunk/arch/ boot subdir for uspace FB driver  
1348 6655 d 9 h palkovsky /boot/trunk/arch/amd64/ Added keyboard driver to amd64.  
1300 6663 d 9 h vana /boot/trunk/arch/ Comment unsupported build targets  
1299 6663 d 9 h vana /boot/trunk/arch/ Move grub.conf outside the image  
1183 6688 d 11 h jermar /boot/trunk/arch/ Update grub images for the previous change to take effect.
Subversion somehow didn't do this for me automatically.
 
1182 6688 d 11 h jermar /boot/trunk/arch/ Load pci module on ia32 and amd64.  
1046 6716 d 6 h decky /boot/trunk/arch/amd64/ add ns  
1045 6716 d 7 h decky /boot/trunk/arch/amd64/grub/ add /ns as the first init task  
1009 6717 d 7 h cejka /boot/trunk/arch/amd64/ Uspace included to rebuild image.boot  
801 6753 d 21 h palkovsky /boot/trunk/arch/amd64/ Copy init to amd boot loader.  
708 6776 d 6 h decky /boot/trunk/ unify boot, kernel and uspace config system  
679 6786 d 22 h decky /boot/trunk/arch/amd64/ AMD64 support