Commit Graph

67 Commits

Author SHA1 Message Date
mintsuki
375bdc6c94 Fix makefile 2020-04-10 17:47:26 +02:00
mintsuki
df22bcc17f Add readme and prebuilt image 2020-04-07 07:24:19 +02:00
mintsuki
2ecd4a8016 Make stivale actually pass the command line to the kernel 2020-03-31 10:48:24 +02:00
mintsuki
6578b55c9f Add module support to stivale 2020-03-30 22:27:15 +02:00
mintsuki
babc5269eb Make config more encapsulated 2020-03-30 21:24:36 +02:00
mintsuki
84ac96435e Add bump allocator 2020-03-28 04:02:26 +01:00
mintsuki
44a5f47516 Add timeout config option 2020-03-28 02:52:59 +01:00
mintsuki
a234da8deb Add bpp field to stivale header 2020-03-27 05:58:37 +01:00
mintsuki
e39d7f5dd1 Ensure bpp of video mode is 32 bit 2020-03-27 05:43:34 +01:00
mintsuki
f993a23025 Fix overlapping memory bug and sizeof cmdline bug 2020-03-27 05:08:20 +01:00
mintsuki
573b3308e1 Add KERNEL_DRIVE default value 2020-03-27 03:45:36 +01:00
mintsuki
1cbd6fb2e9 Plug in e820 driver 2020-03-27 02:10:22 +01:00
mintsuki
f537f64b89 Add e820 driver 2020-03-27 01:59:11 +01:00
mintsuki
c0129c4d8c Fix pagemap bug 2020-03-26 04:06:23 +01:00
mintsuki
1166de64c8 Add initial VBE driver 2020-03-26 03:13:19 +01:00
mintsuki
26bccc6308 Add RSDP detection to stivale 2020-03-26 01:37:56 +01:00
mintsuki
0040b97fd1 Working on stivale 2020-03-26 00:46:35 +01:00
Matteo Semenzato
80ad7466fd Fix section loading function 2020-03-26 00:00:34 +01:00
Matteo Semenzato
ee8e1b330e Add function to load elf sections by name 2020-03-25 23:24:57 +01:00
mintsuki
8494b1d880 Add protos abstraction and stivale and qword protocols 2020-03-25 21:05:14 +01:00
mintsuki
c66d052afc Map 4GiB of phys memory at 0xffff800000000000 2020-03-25 19:16:49 +01:00
mintsuki
1b80c8ca90 Misc stuff 2020-03-25 05:19:07 +01:00
mintsuki
f762a0c7a3 elf: Remove stupid code 2020-03-25 05:05:06 +01:00
mintsuki
85709a0fbe elf: Add support for higher half kernels 2020-03-25 04:38:23 +01:00
mintsuki
d95a8403cc Use elf64 2020-03-25 01:31:59 +01: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
225a7c238d echfs: Add open and read functions 2020-03-15 00:12:09 +01:00
mintsuki
1ce2a8d3ab Bump gcc and binutils versions in make_toolchain.sh 2020-03-13 17:04:51 +01:00
mintsuki
ab5b09e237 Add editing capabilities to gets 2020-01-25 04:49:11 +01:00
mintsuki
a9b31d6bfd Add command line editor 2020-01-25 03:06:56 +01:00
mintsuki
2f4311b2c0 Disable interrupts before jumping to kernel 2020-01-25 02:11:44 +01:00
mintsuki
cddacc280a Add IDT and PIT driver 2020-01-25 02:05:19 +01:00
mintsuki
9b5c159d1f Improve disk driver 2020-01-23 01:48:35 +01:00
mintsuki
42325aed4a Add config file parsing 2020-01-22 07:13:19 +01:00
mintsuki
48ce450aa1 Fix gets bug 2020-01-22 05:20:11 +01:00
mintsuki
5082a450a0 Clean up more and add getchar and gets 2020-01-22 05:02:12 +01:00
mintsuki
fdfc83abfb Clean bootsect code up 2020-01-22 04:12:55 +01:00
mintsuki
54074f2a97 Bug fixes in echfs driver, add 64 bit integer print formats 2020-01-22 03:11:26 +01:00
streaksu
85d6152025 Further work in echfs and partition management 2020-01-22 01:55:40 +01:00
mintsuki
9339c093fe Fix libgcc linkage issue 2020-01-22 00:56:20 +01:00
mintsuki
f7b0f240d3 Add make toolchain script and reorganise source tree 2020-01-21 23:45:13 +01:00
mintsuki
d624a35427 Add a .bss section to linker script 2020-01-21 11:42:17 +01:00
streaksu
97258c43f5 Added install script 2020-01-21 07:13:50 +01:00
streaksu
52125cd07f Add MBR parsing 2020-01-21 06:42:25 +01:00
streaksu
59ea2f0b59 Increased size to 32 KiB 2020-01-21 06:41:38 +01:00
mint
991487c25a
Merge pull request #4 from sakuranakamoto/master
Made error messages more specific
2019-07-08 23:27:28 +02:00
Sakura Nakamoto
44cb46a17e Revert "Removed save GPR code in read_sector"
This reverts commit c797223699.
2019-07-08 22:23:58 +01:00
Sakura Nakamoto
c797223699 Removed save GPR code in read_sector 2019-07-08 21:31:54 +01:00
Sakura Nakamoto
3b44ce6ffc Made error messages more specific 2019-07-08 20:41:17 +01:00