mintsuki
8c4f3ecfde
misc: Make distclean Makefile target actually clean everything
2020-11-29 23:45:18 +01:00
mintsuki
e7147188e1
vbe: Fix handling of VBE versions older than 3.0
2020-11-29 08:26:08 +01:00
mintsuki
6cdae13b2b
makefile: Make test targets depend on all
2020-11-17 01:33:30 +01:00
mintsuki
dc54ee97eb
config: Add initial support for config directory entries
2020-11-16 23:31:03 +01:00
mintsuki
8460cee5ca
misc: Implement stacktrace
2020-11-15 17:56:10 +01:00
Matteo Semenzato
e7ae195304
Add pxe support
2020-11-05 01:53:18 +01:00
mintsuki
038c041208
Add GUID resource type
2020-11-01 21:25:35 +01:00
mintsuki
c778e72af8
Fix up make clean
2020-10-04 00:01:05 +02:00
streaksu
7d400d30d6
Add a unified test image for stivale1 and stivale2 for both x86_64 and i386
2020-09-30 00:31:42 +02:00
ethan
2eac51b602
Update Makefile
2020-09-29 14:02:45 -06:00
Ethan Miller
cb55d3bec0
missing stdio
2020-09-29 14:00:09 -06:00
mintsuki
562e3c7c88
menu: Do not ignore key pressed during countdown
2020-09-28 22:39:28 +02:00
mintsuki
98c5b88f5e
MTRR: Ensure size of MTRR range is aligned to the closest power of 2
2020-09-27 19:14:09 +02:00
mintsuki
86a69d8724
Add write-combining and MTRR support to speed up VBE framebuffer
2020-09-27 17:39:30 +02:00
mintsuki
5ee53fbe4d
Initial work on bitmap and background support. Add a public domain picture.
...
Co-authored-by: ethan <55000224+ethan4984@users.noreply.github.com>
2020-09-21 17:43:37 +02:00
mintsuki
8410abb3d9
Build gzip and nasm as part of the toolchain to ensure reproducibility
2020-09-18 21:38:59 +02:00
mintsuki
41c68e5e43
Initial SMP implementation
2020-09-18 14:39:29 +02:00
VAN BOSSUYT Nicolas
2524f0d0b9
"make clean" was not removing limine-install.
2020-09-18 11:28:18 +02:00
mintsuki
e7838e854f
Revert back to not baking the bootloader into the limine-install binary
2020-09-15 12:16:31 +02:00
mintsuki
1ddf568281
Further tidy up Makefile
2020-09-14 20:02:36 +02:00
mintsuki
cb9edd2a7b
Reorganise source tree
2020-09-14 19:32:11 +02:00
mintsuki
6a6171d5e1
Update README.md
2020-09-13 15:47:43 +02:00
mintsuki
dd6f38f632
Ship reproducible prebuilt bootloader and make 'make all' only build limine-install
2020-09-13 15:20:53 +02:00
mintsuki
5663169aa6
Switch back to GCC
2020-09-13 14:36:18 +02:00
mintsuki
c53122516a
Make the test image smaller and align the partition properly
2020-09-08 14:02:28 +02:00
mintsuki
7bde0c80ca
Move to clang, no longer ship prebuilt binary, embed bootloader into the installer and provide a way to install the installer
2020-09-04 05:21:58 +02:00
mintsuki
4ac886b2f7
Add limine-install as a dependency to test targets
2020-09-04 02:01:53 +02:00
mintsuki
5379787967
Only enter graphical terminal mode for menu
2020-09-02 10:31:39 +02:00
mintsuki
866e95b4c3
Rebranding
2020-08-29 20:02:16 +02:00
mintsuki
ddd4172dcd
Add memory clobbers where missing and remove useless stivale signature
2020-07-24 15:38:55 +02:00
mintsuki
6d5efbdc15
Make test cases buildable on FreeBSD
2020-07-06 22:59:28 +02:00
mintsuki
85a4106691
Update binary image
2020-05-11 19:52:54 +02:00
KrekBuk
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.
2020-05-02 15:47:29 +02:00
mintsuki
d9eb0b4053
Add partprobe to test targets in makefile
2020-05-01 18:23:49 +02:00
KrekBuk
af1b908d77
FAT32 support
2020-05-01 17:19:29 +02:00
mintsuki
2fd36507a1
Rewrite pit_sleep_and_quit_on_keypress() to be fully in real mode to avoid issues with switching back and forth
2020-04-25 20:33:26 +02:00
mintsuki
ee38f8b4c9
Improve ext2 inode reading
2020-04-24 14:16:48 +02:00
mintsuki
fb827cb5bf
Make qloader2-install less verbose
2020-04-21 15:12:00 +02:00
mintsuki
41ea91c694
echfs: Add directory support
2020-04-21 10:18:21 +02:00
mintsuki
5d0c6d924a
Improve ext2 driver a bit
2020-04-15 20:15:38 +02:00
mintsuki
8680f99eaa
Add GPT support
2020-04-15 13:21:44 +02:00
Shreyas Lad
609f9d86de
EXT2 and VFS support ( #5 )
...
* initial header file
* finished inode structure
* finished inode permissions
* updated makefile
* working ext2fs build
* found superblock
* bgdt is ded
* parsed bgdt
* directory entry structure
* parsed inodes
* parsed root inode
* found directory entries
* added ext2 support
* fs abstraction support
* cached size in FILE
* hm
* removed debug statements
* added to is_ext2() args
* fixed read errors
* comply with standards
* fixed things
* more fixes
* more makefile fixes
* even more fixes
2020-04-15 08:48:35 +02:00
mintsuki
375bdc6c94
Fix makefile
2020-04-10 17:47:26 +02:00
mintsuki
1a48bec601
Add elf parser
2020-03-25 01:04:18 +01:00
mintsuki
5c36fac374
Add testing facilities
2020-03-24 23:39:02 +01:00
mintsuki
f7b0f240d3
Add make toolchain script and reorganise source tree
2020-01-21 23:45:13 +01:00
mintsuki
3de2394f23
Make stage 3 32 bit
2019-05-30 16:35:49 +02:00
mintsuki
3c4c1a878a
Add separate bootsector and stage2, add VGA text mode driver
2019-05-30 15:59:25 +02:00
mintsuki
276928841a
Initial commit
2019-05-15 06:08:56 +02:00