Newer
Older
ubixos / src / sys / ubixfs / ubixfs.c
@reddawg reddawg on 13 May 2002 564 bytes its broke though
/**************************************************************************************
 Copyright (c) 2002 The UbixOS Project
 All rights reserved.

 Redistribution and use in source and binary forms, with or without modification,
 are prohibited.

 $Id$

**************************************************************************************/

#include <ubixfs/ubixfs.h>
#include <drivers/fdc.h>
#include <drivers/video.h>

void initUbixFS() {
  struct bootSect *bs;
  char data[512];
//  readBlock(0,data,1);
  bs = data;
  kprintf("Test: [%s]\n",bs[0].id);
  }