treblih / ToS

Simple kernel written mainly in ASM(AT&T syntax); After ported some codes from Linux kernel, doesn't work by now. Please check out previous commits

Home Page:tos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You need Bochs.

If you just want a glance,
use --
	./configure && make && sudo make install
	to compile & install Bochs,
or --
	./configure --enable-debugger --enable-disasm && make && sudo make intall
	to have a Bochs with debugger,
or --
	./configure --enable-gdb-stub && make && sudo make intall
	to have a Bochs with GDB interface.

(Bochs debugger & gdb-stub are mutually exclusive)

About

Simple kernel written mainly in ASM(AT&T syntax); After ported some codes from Linux kernel, doesn't work by now. Please check out previous commits

tos


Languages

Language:C 100.0%