GitXplorerGitXplorer
a

KAYOS

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
240efbde6b92c401fd78d5b1e062c7eebca29f75

post 8: intro to paging

aamanjeev committed 3 months ago
Unverified
fd7a86003cd959aec0b037d2d9298b1b5043295a

post 7: hardware interrupts

aamanjeev committed 4 months ago
Unverified
ced7a76bd16f04bb7d60b05c0124bc1d13f27d03

aaaa

aamanjeev committed 5 months ago
Unverified
9ede4c5d736711165a73f25d06c3a84ea92167c7

chapter: double-fault-exceptions

aamanjeev committed 5 months ago
Unverified
2d6025a3f9a352baba619d81ee1193468f7a1999

chapter: testing

aamanjeev committed 6 months ago
Unverified
bd34e3866f7513220fe5c59aade8c1b603e29034

vga-text-mode

aamanjeev committed 6 months ago

README

The README file for this repository.

KAYOS

Just a series of stuff from https://os.phil-opp.com/

Notable steps

Install bootimage

cargo install bootimage

Build boot image

cargo bootimage

Booting in QEMU

qemu-system-x86_64 -drive format=raw,file=target/x86_64-kayos/debug/bootimage-kayos.bin