8000 GitHub - Argonaught/Kernel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Argonaught/Kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some sort of vague ambition to write a kernel

to compile

requirements
surprisingly basic
* gcc
* as (GAS)
* make

just run make

to run

install qemu

$ apt-get-install qemu
$ pacman -S qemu

Option 1

find the length of the kernel in 512 byte blocks. last I checked it was 9

run

$ qemu -fda ./bin/kernel.img

this will bring up a grub boot command line
run 
$ kernel 200+[THE SIZE OF THE KERNEL IN 512 BYTE BLOCKS] 
$ boot

done!

in it's current state we simply print 'A' in the top left hand corner. Awsome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0