Commit Graph

  • 2a276dc2d2 Make 16 bit GDT entry limits 0xffff mintsuki 2020-05-06 19:42:28 +0200
  • 40a63ecb88 Initial chainloading support v0.2.5 mintsuki 2020-05-06 17:00:41 +0200
  • 35376681e3 Update binary image mintsuki 2020-05-06 16:39:11 +0200
  • 389b687985 Change how config works a bit mintsuki 2020-05-06 16:38:45 +0200
  • 23ba6bdb6c Fix type mismatch issue in ext2fs driver mintsuki 2020-05-05 16:52:20 +0200
  • 00e313d0d7 Add 5-level paging support mintsuki 2020-05-03 22:37:24 +0200
  • cffdc2f0cf Add checks for get_part errors mintsuki 2020-05-03 18:11:18 +0200
  • 62d78d1f90 Add out of memory checks mintsuki 2020-05-02 23:38:57 +0200
  • adb083e107 Add Discord server invite to readme mintsuki 2020-05-02 17:02:05 +0200
  • e077ac9b4a Update binary image v0.2.4 mintsuki 2020-05-02 16:23:11 +0200
  • 0dc17a9703
    Merge pull request #9 from KrekBuk/master mint 2020-05-02 16:17:41 +0200
  • 3084b81fa8 FAT32: improve non-fragmented files read times fat32_read now looks for non-fragmented chains to load large files in single read_partition call which should improve performance for reading larger files. #9 KrekBuk 2020-05-02 16:00:52 +0200
  • b842720a70 FAT32: support directory entries larger than 1 sector There was already a support for partitions with bigger cluster sizes but there was also a bug where the directory loading code would only look at the first sector of each cluster and could incorrectly report some files as non-existing. KrekBuk 2020-05-02 15:47:29 +0200
  • 6175e7280b Add FAT32 to list of supported filesystems in readme mintsuki 2020-05-02 14:30:25 +0200
  • d9eb0b4053 Add partprobe to test targets in makefile mintsuki 2020-05-01 18:23:49 +0200
  • d1d46295e4
    Merge pull request #8 from KrekBuk/master mint 2020-05-01 18:14:06 +0200
  • af1b908d77 FAT32 support #8 KrekBuk 2020-05-01 17:19:29 +0200
  • e3dbdad6c8 Align disk buffer to 16 for perf reasons mintsuki 2020-05-01 02:30:03 +0200
  • 2ec27cbeee Dynamically allocate e820 mintsuki 2020-04-30 23:59:14 +0200
  • 96f8c65f01 Fix bug where eax was trashed in pit_sleep_and_wait_for_keypress() mintsuki 2020-04-30 23:29:20 +0200
  • 8db7cdcbd1 Add time stuff mintsuki 2020-04-30 21:19:12 +0200
  • 6ad7df109b Add long mode checks mintsuki 2020-04-30 13:03:04 +0200
  • 8b1d472a86
    Delete mono_crash.d4716fb0.0.json #7 Damian Koski 2020-04-30 12:44:12 +0200
  • 0fcdbae191 Improve the code a bit. Damian Koski 2020-04-30 09:17:09 +0200
  • 40dd029b97 Add basic support for FAT32. Only short names and reading from the main directory are supported. Damian Koski 2020-04-29 22:21:17 +0200
  • 8e7ce7a105 Dehook int 0x08 when unused mintsuki 2020-04-29 17:16:11 +0200
  • f8c0b317aa Resolve most GCC warnings mintsuki 2020-04-29 16:53:05 +0200
  • 45bae8018d Update binary image v0.2.3 mintsuki 2020-04-25 22:16:55 +0200
  • 09683cc5de Hook bios interrupt 0x08 instead of 0x1c for PIT ticks mintsuki 2020-04-25 22:11:55 +0200
  • 2fd36507a1 Rewrite pit_sleep_and_quit_on_keypress() to be fully in real mode to avoid issues with switching back and forth mintsuki 2020-04-25 20:33:26 +0200
  • 8ef1e28e9d Misc bug fixes and sanity checks v0.2.2 mintsuki 2020-04-24 18:26:08 +0200
  • 2c3bd46854 Fix bug where config file values with a colon were interpreted as entries (3) mintsuki 2020-04-24 17:36:37 +0200
  • 2b6cf6296c Fix bug where config file values with a colon were interpreted as entries (2) mintsuki 2020-04-24 17:28:19 +0200
  • 7904025c9b Fix bug where config file values with a colon were interpreted as entries mintsuki 2020-04-24 17:02:53 +0200
  • ebae7c91b7 Change default optimisation level to -Os and update binary image v0.2.1 mintsuki 2020-04-24 15:24:37 +0200
  • b479d69c29 Make VGA textmode deinit reset video mode with BIOS mintsuki 2020-04-24 15:22:46 +0200
  • 5e9adf3542 Make libc functions more standard compliant mintsuki 2020-04-24 14:48:14 +0200
  • ee38f8b4c9 Improve ext2 inode reading mintsuki 2020-04-24 14:16:48 +0200
  • bcfd9e5f91 Add definition of memory map to stivale spec v0.2 mintsuki 2020-04-23 23:52:47 +0200
  • 312cc56a7d Add draft of stivale specification mintsuki 2020-04-23 23:36:01 +0200
  • 8be6ea8a3d Fix ext2fs bug mintsuki 2020-04-23 22:23:38 +0200
  • 2fc3b21295 Use int 0x16 for pit_sleep_and_quit_on_keypress() mintsuki 2020-04-23 12:56:15 +0200
  • d314bd8401 Update binary image mintsuki 2020-04-22 17:52:06 +0200
  • 38e1891756 Update README.md mintsuki 2020-04-22 17:49:19 +0200
  • 633d49b720 Fix issue where cmdline is not loaded mintsuki 2020-04-22 17:47:25 +0200
  • bc7f7277cc Reorganise ext2 directory code mintsuki 2020-04-22 15:48:14 +0200
  • d7c6aa5a9e Fix ext2 bug mintsuki 2020-04-22 15:24:27 +0200
  • b1c305abc5
    Added ext2 subdirectory support (#6) Shreyas Lad 2020-04-21 13:03:27 -0700
  • 187c73cb46 reverted qloader2.cfg #6 Penetratingshot 2020-04-21 11:54:04 -0700
  • db8646db24 reworked parsing logic Penetratingshot 2020-04-21 11:53:38 -0700
  • 35c8633b23 simplified parsing Penetratingshot 2020-04-21 11:07:46 -0700
  • 55137edb33 Add CONFIG.md mintsuki 2020-04-21 19:18:13 +0200
  • 58d67f7dcb changed filepath parsing Penetratingshot 2020-04-21 10:07:20 -0700
  • f153e1a509 Update binary image mintsuki 2020-04-21 18:29:29 +0200
  • 15c18d7642 Add boot menu mintsuki 2020-04-21 18:27:05 +0200
  • 725a1fc186 Add parsing of config entries mintsuki 2020-04-21 16:23:30 +0200
  • fb827cb5bf Make qloader2-install less verbose mintsuki 2020-04-21 15:12:00 +0200
  • 41ea91c694 echfs: Add directory support mintsuki 2020-04-21 10:18:21 +0200
  • 0b085dfdf0 reverted partition numbers Penetratingshot 2020-04-20 18:44:42 -0700
  • 408ebcff08 fixed conflicts Penetratingshot 2020-04-20 18:44:00 -0700
  • 9ae36e09ec added ext2 subdirectory support Penetratingshot 2020-04-20 18:42:22 -0700
  • f32bea5147 Update README.md mintsuki 2020-04-20 12:39:24 +0200
  • 97ec3db65d Update binary image mintsuki 2020-04-20 12:14:49 +0200
  • 9fa35d34be Implement deinit for VGA textmode driver mintsuki 2020-04-19 13:20:26 +0200
  • 9beda4afed Initial linux protocol support mintsuki 2020-04-19 10:14:49 +0200
  • 68d469a5ec added strtok Penetratingshot 2020-04-18 19:11:05 -0700
  • e2f427d97c updated ext2-test rule Penetratingshot 2020-04-18 19:03:33 -0700
  • 9358a4febc Optimise echfs file loading by caching allocation map mintsuki 2020-04-19 00:58:33 +0200
  • 6a9c5f3c35 Update binary image mintsuki 2020-04-18 20:13:10 +0200
  • 5f859ea7d1 Add 32 bit stivale support mintsuki 2020-04-18 18:01:29 +0200
  • 7ae6781282 Handle if EDID returns resolution of 0 and update binary image v0.1 mintsuki 2020-04-16 14:53:33 +0200
  • 0a3f00f6e2 Fix ext2 driver mintsuki 2020-04-16 14:41:28 +0200
  • 9038e3b8fe Update binary image mintsuki 2020-04-15 22:35:52 +0200
  • bb19074e2b Fix ext2 driver mintsuki 2020-04-15 22:34:09 +0200
  • 5d0c6d924a Improve ext2 driver a bit mintsuki 2020-04-15 20:15:38 +0200
  • 87876de243 Update binary image mintsuki 2020-04-15 13:26:58 +0200
  • 8680f99eaa Add GPT support mintsuki 2020-04-15 13:21:44 +0200
  • 98086e3829 Add option to change where stage 2 is located mintsuki 2020-04-15 10:14:58 +0200
  • 609f9d86de
    EXT2 and VFS support (#5) Shreyas Lad 2020-04-14 23:48:35 -0700
  • d352a1dda1 even more fixes #5 Penetratingshot 2020-04-14 23:45:07 -0700
  • cbc4a829b0 more makefile fixes Penetratingshot 2020-04-14 23:37:23 -0700
  • 944b9bd114 more fixes Penetratingshot 2020-04-14 23:26:36 -0700
  • 2860bb5f7a fixed things Penetratingshot 2020-04-14 21:47:27 -0700
  • 302345f30e comply with standards Penetratingshot 2020-04-14 21:30:08 -0700
  • 9feab58e37 fixed read errors Penetratingshot 2020-04-14 21:15:20 -0700
  • 2596399276 fixed conflicts Penetratingshot 2020-04-13 23:27:41 -0700
  • 5471121141 Update binary image mintsuki 2020-04-14 06:36:43 +0200
  • d2c4773c6d Add file handle abstractions mintsuki 2020-04-14 05:20:55 +0200
  • 680d683cd0 Remove echfs caching due to memory constraints mintsuki 2020-04-14 04:41:55 +0200
  • 1836db9283 added to is_ext2() args Penetratingshot 2020-04-13 12:28:27 -0700
  • d924ce2982 removed debug statements Penetratingshot 2020-04-13 12:13:04 -0700
  • 9a8be4e216 merge Penetratingshot 2020-04-12 23:22:29 -0700
  • f4522ba516 Add panics on failed allocations mintsuki 2020-04-13 08:21:25 +0200
  • c4da5ce13b hm Penetratingshot 2020-04-12 22:51:37 -0700
  • c607d4641b cached size in FILE Penetratingshot 2020-04-12 18:19:43 -0700
  • 45a386e238 patched stivale bugs Penetratingshot 2020-04-12 10:08:17 -0700
  • 9d49f3befe fs abstraction support Penetratingshot 2020-04-12 09:12:43 -0700
  • a57474c2b3 added ext2 support Penetratingshot 2020-04-11 13:23:31 -0700
  • f8386e4a1d found directory entries Penetratingshot 2020-04-11 10:55:05 -0700
  • 3a4ec45eec Fixed EDID bug mintsuki 2020-04-10 18:21:14 +0200