Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages