1
I Use This!
Inactive

Commits : Listings

Analyzed 7 minutes ago. based on code collected 1 day ago.
Jun 11, 2025 — Jun 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged changes from Kolibri More... about 13 years ago
updated sysfuncs docs to use markdown syntax, removed russian version More... about 13 years ago
tried unifying macro naming scheme (Pascal case) More... about 13 years ago
print process name which called unknown sysfn More... about 13 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... about 13 years ago
merged (task|window|draw|app)_data_t into slot_t also, moved all these structs to legacy namespace More... about 13 years ago
readability improvements More... about 13 years ago
treat ERR flag specially while waiting for DRQ More... about 13 years ago
minor addition+bugfix to previous commit More... about 13 years ago
readability improvements (new constants/structs) More... about 13 years ago
aligned uglobal/iglobal to 4 bytes boundary removed some unused/commented code More... over 13 years ago
removed mercurial-related files moved authors and license to root added basic readme duplicating ohloh intro More... over 13 years ago
issue #8: Block device manager: * implemented `blk.ata.write`, `blk.ata.ctl.write_pio` More... over 13 years ago
issue #8: Block device manager: * preserve edi in `blk.ata.ctl.read_pio` More... over 13 years ago
issue #8: Block device manager: * handling partitions in `blkdev_handler` (FS functions are now getting called) More... over 13 years ago
issue #8: Block device manager: * consecutive partition numbers More... over 13 years ago
issue #8: Block device manager: * using real data in `blkdev_next_partition` * conditional assembling fixes More... over 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... almost 14 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... almost 14 years ago
issue #8: block device manager: * initial boot-time device partitions detection More... almost 14 years ago
added BPB/GPT/MBR declarations More... about 14 years ago
ATA PIO read (LBA) More... about 14 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... about 14 years ago
near-to-generalized FAT implementation + FAT12 support through virtual callbacks More... about 14 years ago
moving functions around More... over 14 years ago
wrapped GDT declarations with struct and macros More... over 14 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 14 years ago
boot variables turned into struct More... over 14 years ago
small conditional assembling fixes More... over 14 years ago
removed legacy ISO9660 implementation More... over 14 years ago