Commit graph

48 commits

Author SHA1 Message Date
d0p1 🏳️‍⚧️ 1cd67eec0a refactor(boot): defn -> DEFN 2024-08-31 14:40:07 +02:00
d0p1 🏳️‍⚧️ e0ab3e5c1a refactor(boot): create fat_read_bpb func 2024-07-29 17:51:41 +02:00
d0p1 🏳️‍⚧️ 899e456249 feat(boot): read BPB 2024-07-29 16:40:21 +02:00
d0p1 🏳️‍⚧️ dc252706cd chore: add propaganda page 2024-07-18 11:53:55 +02:00
d0p1 🏳️‍⚧️ c1cb32f597 feat(kernel/mm): initialize memory manager
Refs: #13
2024-07-09 10:41:13 +02:00
d0p1 🏳️‍⚧️ c5ea67ad1d refactor: replace magic values with consts 2024-07-08 19:10:37 +02:00
d0p1 🏳️‍⚧️ 6b89f3c48b feat(kernel/mm): unmap first page 2024-07-08 18:48:31 +02:00
d0p1 🏳️‍⚧️ ea2f09a44d refactor: reorganize files (wip) 2024-07-07 15:48:22 +02:00
d0p1 🏳️‍⚧️ 6583b96351 feat(kernel): basic and naive pmm
Refs: #4
2024-07-07 11:24:51 +02:00
d0p1 🏳️‍⚧️ a0c99799e8 feat(boot/loader): move kernel to 0x100000 2024-07-06 15:19:35 +02:00
d0p1 🏳️‍⚧️ 41676291fe feat(kernel): wip serial logger 2024-07-05 14:23:58 +02:00
d0p1 🏳️‍⚧️ 031e09b3ff feat(kernel): hello world 2024-07-05 11:10:26 +02:00
d0p1 🏳️‍⚧️ 3d30afd5fc feat(boot/loader): map kernel in higher half 2024-07-05 10:38:19 +02:00
d0p1 🏳️‍⚧️ 2d48606692 docs: minor change 2024-07-05 08:16:40 +02:00
d0p1 🏳️‍⚧️ c97a637ecd docs: minor update 2024-07-05 07:52:26 +02:00
d0p1 🏳️‍⚧️ f0c7d4bbdf chore: git sync 2024-07-05 07:46:04 +02:00
d0p1 🏳️‍⚧️ cf8449ce13 feat(boot/loader): fetch memory map from e820 bios call 2024-07-02 11:33:44 +02:00
d0p1 🏳️‍⚧️ 4a63e27d4b feat: print memory map 2024-07-02 10:32:11 +02:00
d0p1 🏳️‍⚧️ 16d9802872 feat: fetch VESA information 2024-06-29 16:29:15 +02:00
d0p1 🏳️‍⚧️ c682f38209 chore: sync repo 2024-06-14 05:32:46 +02:00
d0p1 🏳️‍⚧️ 8589a5c433 feat(boot/loader): add bios_log_number 2024-06-12 13:53:51 +02:00
d0p1 🏳️‍⚧️ 7260b03fca feat(boot/loader): preload kernel at 0xF000 2024-06-11 11:53:34 +02:00
d0p1 🏳️‍⚧️ 98d95256f0 feat(boot/loader): logger display hex number 2024-06-11 10:34:41 +02:00
d0p1 🏳️‍⚧️ eb24cb88c2 refactor: hungarian notation (wip) 2024-06-07 11:25:28 +02:00
d0p1 🏳️‍⚧️ d8f68619d6 refactor: hungarian notation 2024-06-05 17:15:00 +02:00
d0p1 🏳️‍⚧️ 1110bc9ac7 ci: code analysis 2024-05-28 13:50:12 +02:00
d0p1 🏳️‍⚧️ 3b064c7d24 chore: sync repo 2024-05-28 06:54:10 +02:00
d0p1 🏳️‍⚧️ 974b0862bf fix(loader): log time 2024-05-03 12:00:17 +02:00
d0p1 🏳️‍⚧️ 6ff773de41 chore: code update, but no new feature 2024-05-02 13:34:27 +02:00
d0p1 🏳️‍⚧️ fb51cf602a feat(loader): logger print time 2024-04-28 08:41:36 +02:00
d0p1 🏳️‍⚧️ e5fa803eb0 feat(tools): dump partition table 2024-04-14 07:35:43 +02:00
d0p1 🏳️‍⚧️ e7f75acb13 docs: merge boot/README.org and boot/intro.txt 2024-04-04 12:42:36 +02:00
d0p1 🏳️‍⚧️ d70a9436a0 build: 1.44MB and 2.88MB floppy 2024-04-04 12:13:02 +02:00
d0p1 🏳️‍⚧️ 0cf565c93c chore: sorry 2024-04-02 12:03:47 +02:00
d0p1 🏳️‍⚧️ 2386bcc417 docs: reorganize menu and add a link to C coding styles 2024-03-31 16:50:17 +02:00
d0p1 🏳️‍⚧️ 6d5cfb1669 chore: remove useless file and trying refactor bootloader 2024-03-31 12:27:15 +02:00
d0p1 🏳️‍⚧️ 4acbdade68 build: docs + website
Some checks failed
Build / test (push) Has been cancelled
Docs / test (push) Has been cancelled
2024-03-26 08:39:40 +01:00
d0p1 🏳️‍⚧️ 0666a769d3 build: fix missing DESTDIR
Some checks failed
Build / test (push) Has been cancelled
Docs / test (push) Has been cancelled
2024-03-26 10:04:06 +01:00
d0p1 🏳️‍⚧️ 74e09f7b33 refactor: reorganize bootloader source code
Some checks are pending
Build / test (push) Waiting to run
Docs / test (push) Waiting to run
2024-03-24 09:03:03 +01:00
d0p1 🏳️‍⚧️ e9ec779ca0 feat: EFI 'hello, world'
Some checks are pending
Build / test (push) Waiting to run
Docs / test (push) Waiting to run
2024-03-21 11:42:33 +01:00
d0p1 🏳️‍⚧️ 9aaad60e6e fix: multiboot in stpdboot.sys
Some checks are pending
Build / test (push) Waiting to run
Docs / test (push) Waiting to run
2024-03-20 10:48:47 +01:00
d0p1 🏳️‍⚧️ 060c2835f6 refactor: move multiboot struct from kernel to loader 2024-03-03 16:38:35 +01:00
d0p1 🏳️‍⚧️ 7f88017ed7 feat(bootload): load next stage and preload kernel from FAT 2024-02-08 14:58:18 +01:00
d0p1 🏳️‍⚧️ d94d9fb5bb chore: misc files 2024-02-06 18:27:51 +01:00
d0p1 🏳️‍⚧️ 670a7f3bb4 feat: stage0 of a tiny boot loader 2024-02-06 15:20:27 +01:00
d0p1 🏳️‍⚧️ c9454eb5d3 chore: rewrite from zero 2023-01-15 20:25:39 +01:00
d0p1 🏳️‍⚧️ 7455b79585 wip: load kernel from FAT 2020-05-27 18:36:29 +02:00
d0p1 🏳️‍⚧️ 3d4615d276 first commit 2020-05-06 12:41:32 +02:00