simpleos


Branches

Name Last commit Author
main 2024-09-10 00:00:34 UTC thatscringebro

File Tree (HEAD)

Name Size
.cargo/config.toml 205
.gitignore 427
Cargo.toml 98
LICENSE 34020
README.md 82
src/main.rs 459
x86_64-simpleos.json 467

History

commit b2f0b35307c069e0004054c4091fab250813fa2c (HEAD -> main)
Author: thatscringebro <thatscringebro@tutanota.com>

Booting from the code

commit a0b3d273b27b045130c6b12586251ac43d956c3d
Author: thatscringebro <thatscringebro@tutanota.com>

Free standing rust binary

commit 9366d6c90ecdc0b015ad54b5a5b5f561c5dc275d
Author: thatscringebro <thatscringebro@tutanota.com>

hello world

commit 93df5eb90caea8bc718e16d1cf850a48f48a9de3
Author: thatscringebro <merlinge@tutanota.com>

Update readme

commit af578e7cb2c793ee762b3b84f9debb5d2675fe36
Author: thatscringebro <merlinge@tutanota.com>

Initial commit


Contents of README.md

SimpleOS

Small project to learn about OS development. Based on Phil Opp's work.