base
This commit is contained in:
commit
bb6dd4881b
19 changed files with 441 additions and 0 deletions
21
Cargo.toml
Normal file
21
Cargo.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
[package]
|
||||
name = "nulfos"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bootloader = { version = "0.9", features = ["map_physical_memory"] }
|
||||
lazy_static = { version = "1.5.0", features = ["spin_no_std"] }
|
||||
linked_list_allocator = "0.10.5"
|
||||
pic8259 = "0.11.0"
|
||||
spin = "0.9.8"
|
||||
x86_64 = "0.15.1"
|
||||
|
||||
|
||||
# artefact configuration
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
Loading…
Add table
Add a link
Reference in a new issue