mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:07:35 +00:00
Import the "gerbert" kernel I worked on earlier this year.
It's a lot crappier than I remembered it. It's gonna need a lot of work.
This commit is contained in:
parent
f608629704
commit
9396108034
55 changed files with 4600 additions and 0 deletions
5
Kernel/run
Executable file
5
Kernel/run
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
#bochs -q -f .bochs.conf
|
||||
|
||||
qemu-system-i386 -drive format=raw,file=.floppy-image,if=floppy -drive format=raw,file=_fs_contents $@
|
Loading…
Add table
Add a link
Reference in a new issue