diff options
| author | Christian Cunningham <c@localhost> | 2022-08-23 20:56:57 -0700 |
|---|---|---|
| committer | Christian Cunningham <c@localhost> | 2022-08-23 20:56:57 -0700 |
| commit | e83717b454722b8c61844686377c2ac58f18454f (patch) | |
| tree | 3f243026dd102ccc9117481e795e6d8e938fc39b /Cargo.toml | |
| parent | 526abb3e5b3175008cb60f78b645d5e2c0f5072a (diff) | |
Migrate the processor-independent code
Due to the similarity with my ARM-based OS ghOSt, I am migrating similar code out to a common crate
Not all has been moved out yet
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,9 +13,10 @@ bootloader = "0.9.8" volatile = "0.2.6" x86_64 = "0.14.2" uart_16550 = "0.2.0" +os_pic = {git="https://git.christiancunningham.xyz/os_pic.git"} [package.metadata.bootimage] #run-command = ["qemu-system-x86_64", "-drive", "format=raw,file={}", "-serial", "mon:stdio"] -run-args = ["-serial", "mon:stdio"] +run-args = ["-serial", "mon:stdio", "-display", "none"] test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "mon:stdio", "-display","none"] test-success-exit-code = 33 |
