ReturnInfinity / BareMetal-OS-legacy

BareMetal is a 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly while applications can be written in Assembly, C/C++, and Rust.
1.74k stars 302 forks source link

kernel64.asm not compiling #35

Closed dsriram closed 11 years ago

dsriram commented 11 years ago

kernel64 is not compiling and it fails with

cli.asm:143: error: symbol `os_file_list' undefined

command used:

nasm kernel64.asm -o kernel.sys

dsriram commented 11 years ago

Possibly because os_file_list function not implemented yet?

IanSeyler commented 11 years ago

It was implemented but I am re-organizing some of the code. It will be fixed shortly.

IanSeyler commented 11 years ago

Fixed in the latest version.