1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Nov 26, 2024 — Nov 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged changes from Kolibri More... over 12 years ago
updated sysfuncs docs to use markdown syntax, removed russian version More... over 12 years ago
tried unifying macro naming scheme (Pascal case) More... over 12 years ago
print process name which called unknown sysfn More... over 12 years ago
compiled default fonts into the kernel this change corresponds to Kolibri revision 2640 by mario79 also includes crash fix for previous revision (FPU state etc. for slot #0 during initialization) More... over 12 years ago
merged (task|window|draw|app)_data_t into slot_t also, moved all these structs to legacy namespace More... over 12 years ago
readability improvements More... over 12 years ago
treat ERR flag specially while waiting for DRQ More... over 12 years ago
minor addition+bugfix to previous commit More... over 12 years ago
readability improvements (new constants/structs) More... over 12 years ago
aligned uglobal/iglobal to 4 bytes boundary removed some unused/commented code More... over 12 years ago
removed mercurial-related files moved authors and license to root added basic readme duplicating ohloh intro More... almost 13 years ago
issue #8: Block device manager: * implemented `blk.ata.write`, `blk.ata.ctl.write_pio` More... about 13 years ago
issue #8: Block device manager: * preserve edi in `blk.ata.ctl.read_pio` More... about 13 years ago
issue #8: Block device manager: * handling partitions in `blkdev_handler` (FS functions are now getting called) More... about 13 years ago
issue #8: Block device manager: * consecutive partition numbers More... about 13 years ago
issue #8: Block device manager: * using real data in `blkdev_next_partition` * conditional assembling fixes More... about 13 years ago
issue #8: Block device manager: * fixed drive number initialization in `blk.ata.create` * added drive select call to `blk.ata.read` More... about 13 years ago
issue 8: block device manager: * proper extended MBR handling * new block devices are now added to the end of list instead of the beginning More... about 13 years ago
issue #8: block device manager: * initial boot-time device partitions detection More... about 13 years ago
added BPB/GPT/MBR declarations More... over 13 years ago
ATA PIO read (LBA) More... over 13 years ago
ATA/ATAPI controller and block device objects created dynamically on boot added FS handler for block devices removed additional indirection level (user_data) from block device and partition objects changed malloc to preserve ebx register value More... over 13 years ago
near-to-generalized FAT implementation + FAT12 support through virtual callbacks More... over 13 years ago
moving functions around More... over 13 years ago
wrapped GDT declarations with struct and macros More... over 13 years ago
Merge from Kolibri: * r2337 - remove deleted cursor from cursor's list (Serge) * r2353 - Fix for f38 - correction for the remainder of the division (mario79) * r2398 - Decrease size of shadow buffer for VGA. The old size is 2-fold excess of actual need (mario79) * r2400 - new 68.26 user_unmap(void* block_base, unsigned int offset, size_t unmap_size); (Serge) * r2412 - change application heap size and shared dll locations (Serge) More... over 13 years ago
boot variables turned into struct More... over 13 years ago
small conditional assembling fixes More... almost 14 years ago
removed legacy ISO9660 implementation More... almost 14 years ago